html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	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:#666666;
	line-height:15px;
	
}

 #bgDiv{
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	}

 #container { 
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
 #header { 
	background: #ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#nav {
	background-image:url(../images/menu_bg.gif); 
	background-repeat:repeat-x; 
	height:29px; 
	}
	
#navSub {
	background-color:#ffd752;
	font-size:10px;
	color:#026f93;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-left:32px;
	}
	
#globalDiv{
	float:right; color:#f25b22; width:250px; padding-top:28px;
	}
	
#blueBg{
	background-image:url(../images/bg_bluebar.gif); background-repeat:repeat-y; background-position:left;
	}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 15px; /* padding keeps the content of the div away from the edges */
}
 
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 15px; /* padding keeps the content of the div away from the edges */
}

#sidebarNav {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #edf6fa; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 150px 15px;
	
}

#sidebarNav p{
	padding-left:8px;
	line-height:28px;
	}



 #mainContent { 
	padding-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right:10px;
	margin: 0 210px;
} 

 #footer { 
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#edf6fa;
	text-align:center;
	color:#006699;
	font-size:10.5px;
	
} 


 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

img.logo{
	padding:8px 0 8px 0;
}

/* TEXT */
h1 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#025788;
	}


h2 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#003366;
	}
	

	
h3 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	color:#669900;
	}
	
h4 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#999999;
	}
	
p.subHeader{
	color:#f25b22;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	}

#subHeaderTxt{
	color:#808080;
	}	
	
#subBar{
	background-color:#f2fafd; width:974; height:117px; margin-bottom:15px;
	}
	
#subBarWOTD{
	background-image: url(../images/WOTD.jpg); height:117px; width:440px; background-repeat: no-repeat; float:right;
	}
	
#subBarText{
	width:450px; padding:25px 0 0 15px;
	}

.sidebarBoxBlue { padding: 10px; background-color: rgb(206, 232, 242); width: 160px; text-align: center; }

.sidebarBoxOrange { padding: 10px; background-color: rgb(245, 228, 180); width: 160px; text-align: center; }

.sidebarBoxGreen { padding: 10px; background-color: rgb(204, 227, 186); width: 160px; text-align: center; }



/* LISTS */

ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
ul {
	list-style: disc;
	}
	

	
/* LINKS */
a{
	color: #026f93;
	text-decoration:none;
}

a:visited{
	color: #026f93;
	text-decoration:none	;
}

a:hover {
	color: #0088b5;
	text-decoration:underline;
}

a.menuHeader{
	text-decoration:none;
}

a.menuHeader:visited{
	text-decoration:none	;
}

a.menuHeader:hover {
	text-decoration:underline;
}


a.orange{
	color:#f25b22;
	text-decoration:none;
}

a.orange:visited{
	color:#f25b22;
	text-decoration:none	;
}

a.orange:hover {
	color:#f25b22;
	text-decoration:underline;
}

#footer a, #footer a:visited{
	font-size:10.5px;
	color:#006699;
	}
#footer a:hover{
	text-decoration:underline;
	}
	

#navSub a, #navSub a:visited{
	font-size:10px;
	color:#f25b22;
	text-transform:uppercase;
	text-decoration:none;
	}
#navSub a:hover{
	text-decoration:underline;
	}
	
#sidebarNav h2{
	color:#006699;
	}
	
#sidebarNav a, #sidebarNav a:visited{
	text-decoration:none;
	}
	
#sidebarNav a:hover{
	text-decoration:underline;
	}
	
#globalDiv a, #globalDiv a:visited{
	color:#f25b22;
	text-decoration:none;
	}
	
#globalDiv a:hover{
	text-decoration:underline;
	}
	
#sidebar1 a, #sidebar1 a:visited{
	font-size:10px;
	text-decoration:none;
	}
	
#sidebar1 a:hover{
	text-decoration:underline;
	}



