@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
} 
#header {
	background-color: #0055a5;
	height: 131px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-repeat: no-repeat;
} 
#header h1 {
	margin-top: -999px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}
.homelist {
	margin-bottom: 0px;
}

.cclogo {
	height: auto;
	width: 145px;
	margin-top: 10px;
	float: left;
	padding-left: 45px;
}
.messboard {
	width: 187px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #014c93;
	text-decoration: none;
	overflow: hidden;
	margin-left: 6px;
	margin-top: 10px;
}
div.messTop {
	width: 187px;
	float:left;
	background-image: url(images/messBoardTop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
}
div.messMid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #014c93;
	text-decoration: none;
	height: 112px;
	width: 171px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float:left;
	background-image: url(images/messBoardMid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
div.messBot {
	
	background-image: url(images/messBoardBot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 6px;
	width: 187px;
	}

h3 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.redCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #C00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	border: thin solid #C00;
}

.copyblock {
	margin: -5px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	padding-top: 0px;
}
.messtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #014c93;
	text-decoration: none;
	height: 112px;
	width: 171px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 142px;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	border-right-width: 5px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 395px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	text-align: center;
} 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

.link {
       text-decoration: underline;
       padding-top: 10px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-variant: normal;
	color: #000;
	text-align: left;
	display: block;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

.links:hover {
	color: #FFF;
}

#footer {
	margin: auto;
	height: 20px;
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #0055a5;
} 
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
.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;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-style: italic;
	color: #FFF;
	margin-top: 0px;
	margin-left: 235px;
	width: 375px;
	line-height: 36px;
	padding-top: 25px;
	position: relative;
}
.title2ndline {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	padding: 0px;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	width: 350px;
}
.best {
	float: right;
	margin-top: 15px;
	width: 110px;
	padding-right: 10px;
}

.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;
}
.announcementLink {
	color: #FFF;
	position: relative;
}
.red {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
	clear: none;
	z-index: auto;
	padding-bottom: 5px;
}
.offerings {
	padding-top: 0px;
}
