@charset "utf-8";
body, form, h1, h2, h3, h4, h5, h6, p, ul, li { 
margin: 0; 
padding: 0; 
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
	color: #086BC6;
	text-align: left;
}

h3 {
	font-size: 120%;
	color: #086BC6;
}
ul#nav {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}

#add1 {
	padding: 2px;
	background-color: #086BC6;
	color: #FFF;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#add2 {
	padding: 2px;
	background-color: #086BC6;
	color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
} 
#container #sidebar1 .pwhite {
	text-align: center;
	font-weight: bold;
}

 #footer {
	background-color: #086BC6;
	padding: 0px;
	margin: 0px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 80%;
	font-style: italic;
	background-color: #086BC6;
}
#footer2 {
	background-color: #FFF;
	padding: 0px;
	margin-left: 0px;
	width: auto;
}
#footer2 p {
	font-size: 70%;
	text-align: center;
	background-color: #FFF;
	color: #000;
	font-style: normal;
}
 #header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	width: 780px;
	padding: 0;
	height: 237px;
	color: #FFF;
} 
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
} 


#mainContent p, #sidebar1 p, #footer p {
	font-size: 90%;
	line-height: normal;
	text-align: left;
	font-weight: normal;
}
#nav li a {
	text-decoration: none;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	display: block;
	background-color: #086BC6;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #009;
	background-color: #E0ECF7;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/contain2_bg.gif);
}

.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;
}

.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;
}
#sidebar1 .white {
	color: #FFF;
	text-align: left;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.h2cen {
	text-align: center;
	color: #086BC6;
}
