@charset "UTF-8";
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 selector */
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}
#note {
	background: url(note.bg.png);
	margin: 0;
	padding: 5px 10px 10px;
	border-top: 5px solid #FFFF00;
}
#icons {
	position: absolute;
	top: 2px;
	right: 5px;
}
#tab {
	position: fixed;
	right: 0px;
	top: 0px;
	background: #FFFFFF;
	height: 33px;
	z-index: 500;
	padding-right: 3px;
}
#tab #cse-search-box {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	display: inline;
}
#tab #cse-search-box #searchField {
	position: relative;
	top: -10px;
	color: #666;
	border: 1px solid #6699cc;
	height: 15px;
	padding: 0px;
}
#container { 
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header {  
	padding: 0 10px;  /* 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. */
	background: url(banner.bg.png) repeat-x scroll left top;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
} 
#header #nav img   {
	padding-right: 17px;
	padding-left: 17px;
}
#header #nav img:hover {
	background: url(navlink.bg.hover.png) repeat-x scroll center center;
}
#sidebar1 {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1 #whatsup {
	background: url(sidebar.bg.png);
	border-bottom: 1px solid #336699;	
}
#sidebar1 #whatsup p {
	margin: 0px;
	padding: 4px;
}
#sidebar1 #whatsup br {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}
#sidebar2 {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 #quicklinks {
	padding-left: 0px;
	line-height: 20px;
	background: url(sidebar.bg.png);
	margin-bottom: 20px;
	border-bottom: 1px solid #336699;
}
#sidebar2  #quicklinks p{
	margin: 0px;
	text-align: center;
}
#sidebar2 #menu {
	background: url(sidebar.bg.png);
	border-bottom: 1px solid #336699;
}
#sidebar2 #menu h1 {
	text-align: center;
	margin: 0px;
	font: 18px "Rockwell Extra Bold", Rockwell;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sidebar2 #menu h2 {
	margin: 0px;
	font: 12px "Rockwell Extra Bold", Rockwell;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #333333;
}
#sidebar2 #menu p {
	margin: 0px 4px 6px;
	border-top: 1px dotted #333333;
	padding-top: 4px;
}
#sidebar1 a, 
#sidebar2 a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
#sidebar1 a:hover, 
#sidebar2 a:hover {
	text-decoration: underline;
}
#sidebar1 a:visited, 
#sidebar2 a:visited {
	color: #006699;
}
#mainContent {
	border-right: 1px dotted #333333;
	border-left: 1px dotted #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	text-align: center;
} 
#mainContent h1 {
	font: bolder 36px "Rockwell Extra Bold", Rockwell;
	margin: 0px 0px -10px;
	padding: 0px;
	color: #333333;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#mainContent img {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
	background: #FFFFFF;
	display:inline;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #6699CC;
	font-family: "Rockwell Extra Bold", Rockwell;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(diagonal.bg.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navmap {
	padding-left: 20px;
	background: #6699CC;
	border-top: 4px solid #336699;
	text-align: center;
	padding-bottom: 2px;
	margin-top: 10px;
}
#navmap h1 {
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0px;
	padding: 10px 0px 0px;
}
#navmap p {
	margin: 0px;
	padding: 0px;
}
#navmap a, #navmap a:visited, #navmap a:hover, #navmap a:active {
	color: #336699;
	text-decoration: none;
}
#navmap #column1, #navmap #column2, #navmap #column3, #navmap #column4, #navmap #column5 {
	float: left;
	width: 20%;
	text-align: left;
}
.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;
}
table { 
width:100% !important; 
}