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

/*////////// FRAMEWORK ////////////*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#frame {
	width: 800px; 
	background-image:url(../images/FrameDropShadow_02.gif);
	background-repeat:repeat-y;
	margin: 2px auto 5px auto; 
	border: 0px solid #000000;
}

#container {
	width: 780px; 
	background: #FFFFFF; 
	border: 1px solid #000000;
	margin: 0 auto;
	text-align: left; 
	
}

/*
#container {
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
*/

#header {
	background: #FFF; 
	padding: 0; 
	margin:0;
}

 #mainContent {
	padding: 220px 25px 10px 25px;
	background-image:url(../images/HomePG_mainContentBKGND.jpg);
	background-repeat:no-repeat;
	/* border-top: 1px solid #999; */
	border-bottom: 1px solid #999;
}

#welcome {
	width: 300px;
	padding: 0px 20px 0px 0px;
	border-right: 0px solid #999;
	float:left;
}

#news {
	width: 280px;
	padding: 0px;
	margin: 0px 0px 0px 320px;
}

#dividerBar {
	padding: 2px 20px 0px 20px;
	margin: 0;
	background-image:url(../images/DividerBar.gif);
	background-repeat:repeat-x;
	text-align:left;
}

#waterBar {
	padding: 40px 0px 5px 20px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/bottomBarBKGND.jpg);
	background-repeat:no-repeat;
	border-top: 1px solid #006;
}


#footer {
	padding: 0; 
	background:#FFF;
}


/*////////// FONTS ////////////*/

#footer p {
	margin: 0; 
	padding: 10px 0;
}

#welcome p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
}

#welcome h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62B5FC;
	margin: 0px 0px 2px 0px;
	font-weight:lighter;
}

#news p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
}

#news h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62B5FC;
	margin: 0px 0px 2px 0px;
	font-weight:lighter;
}

#news .newsStory {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:15px;
}

#news .newsTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0F0076;
	line-height:15px;
	margin: 0px 0px -10px 0px;
}

#news h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#62B5FC;
	margin: 0px 0px 15px 0px;
	font-weight:lighter;
}

#dividerBar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	line-height:18px;
	margin:0;
}

#waterBar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:18px;
	margin:0;
}

#footer  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	line-height:12px;
	margin:0px 0px 0px 20px;
}
-->


/*//////// CLEARFLOAT //////////*/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*///// LINKS ////////*/

a.bottomNav:link {color: #666; text-decoration: none}
a.bottomNav:visited {color: #666; text-decoration: none}
a.bottomNav:hover {color: #0F0076; text-decoration: underline}