@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 #container selector */
	color: #6779aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	background-color: #2127c7;
	background-image: url(images/cbe_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 980px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
} 
#header {
	height: 194px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/clearblueheader_1000.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	background-position: -5px;
} 
#header h1 {
	color: #000066;
	font-size: 26px;
	letter-spacing: -1px;
	text-align: left;
	padding-left: 20px;
}

#header h2 {
	color: #000066;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: left;
	padding-left: 20px;
}

#adBanner {
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: -5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CC0000;
	text-align: right;
	padding-right: 20px;
}
#adBanner a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#adBanner td li {
	font-weight: bold;
}

.managementTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: -8px;
}
/*------ holds the main navigation pull down menu ---------*/
#navigation {
	background-color: #1e26c6;
	height: 22px;
} 
#sidebarRight    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* 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: #0c4bca; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	color: #FFFFFF;
}
#sidebarRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#sidebarRight a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebarRight a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebarRight a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#mainContent  ul {
	text-indent: 20px;
}
#mainContent #primary_img {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3867c6;
	letter-spacing: 1px;
}
#mainContent a:link {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	font-size: 14px;
}
#mainContent a:visited {
	font-weight: normal;
	color: #6779aa;
	text-decoration: underline;
	font-size: 14px;
}
#mainContent a:hover {
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
	font-size: 14px;
}

/*---------Footer Rules -------------*/

.designerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 354262;
}
.designerlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000033;
	clear: both;
} 

#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;
	color: #666666;
}

#footer a:link {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
	
#footer a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
	
#footer a:hover {
	color:#354262;
	font-weight:bold;
	line-height: 15px;
}
#footer a:active {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}

