@charset "utf-8";
body  {
	font-size: 9pt;
	line-height: 13pt;
	background: #cc2527;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 727px; /* this overrides the text-align: center on the body element. */
	background-color: #cc2527;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
#header {
	background-color: #cc2527;
	background-image: url(../images/headernew.gif);
	background-repeat: no-repeat;
	height: 149px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-top: 20px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	padding-right: 20px;
}
#sidebar1  h1 {
	color: #cc2527;
	font-size: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar1  p {

}
#mainContent {
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 55px;
	background-color: transparent;
	margin-top: 20px;
	padding-right: 10px;
}
#mainContent h1 {
	font-size: 110%;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
}
#mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent h3 {
	font-size: 110%;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
	text-align: center;
} 
#footer {
	background-color: transparent;
	background-image: url(../images/bottom.gif);
	height: 59px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #cc2527;
	text-align: center;
	font-size: x-small;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
	font-weight:700;
	padding-top:9px;
	padding-bottom:0px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav a {
background:#fff;
color:#000;
text-decoration:none;
}

#nav a:active {
background:#fff;
color:#CC2527;
}

#nav a:hover {
background:#fff;
color:#000;
font-size:8pt;
padding-bottom:2px;
border-bottom:dotted #CC2527;
}
#container hr {
	color: cc2527;
	width: 530px;
	margin-left: 100px;
}

