/* CSS Document */
h3 { 
	margin-bottom: -10px;
	color: #385d8a;
	font-size:21px;
	}

p { font-size: 12px; }

table {
	font-size: 12px;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	width: 760px;
	height: 500px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
	
#header {
	width: 760px;
	height: 100px;
	background: transparent;
	}
	
#nav {
	width: 760px;
	height: 30px;
	background: url('../img/topBarBg.gif') repeat-x;
	}
	
#picture {
	width: 100%;
	height: 200px;
	margin-top: 10px;
	background: url('../img/indexPic.jpg') no-repeat;
	}
	
#contentRow {
	line-height: 18pt;
	}
#content {
	line-height: 18pt;
	margin-top: 10px;
	}
#content li{
	line-height: 18pt;


	}
	
#contentLeft {
	width: 500px;
	min-height: 300px;
	margin-top: 10px;
	float: left;
	background: transparent;
	
	}
	
#contentLeft li {
	list-style-type:inherit;
	font-size:12px;
	}
	
#contentLeft a {
	color: #385d8a;
	}
	
#contentLeft a:hover {
	color: #a6caed;
	}
#content a {
	color: #385d8a;
	}
	
#content a:hover {
	color: #a6caed;
	}
	
#contentRight {
	width: 190px;
	height: 300px;
	margin-top: 10px;
	float: right;
	background: url('../img/contentRightBg.gif') no-repeat;
	color: #fff;
	padding-left: 20px;
	padding-right: 40px;
	text-align: left;
	}
	
#contentRight h3 {
	color: #a6caed;
	}
#contentRight a{
	font-size: 12px;
	color: #fff;
	}
	
#contentRight a:hover {
	color: yellow;
	}
	
#contentRight li {
	list-style-type: none;
	margin-left: -35px;
	}

#subLinkRow {
	margin-top: 320px;
	line-height: 22px;
	}
	
#subLinkRow h3 {
	color: #fff;
	margin-bottom: -3px;
	}	
	
#subLinkRow a {
	color: #fff;
	}
	
#subLinkRow a:hover {
	color: #385d8a;
}
	
#subLeft {
	float: left;
	width: 227px;
	height: 300px;
	margin-top: 0px;
	background: url('../img/subBg.gif') no-repeat;
	padding-left: 20px;
	}
	
#subMid {
	margin-left: 257px;
	margin-right: 257px;
	background: url('../img/subBg.gif') no-repeat;
	/*margin-top: 310px;*/
	width: 226px;
	height: 299px;
	padding-left: 20px;
	padding-top: 1px;
	}

#subRight {
	float: right;
	width: 227px;
	height: 300px;
	margin-top: 0px;
	background: url('../img/subBg.gif') no-repeat;
	padding-left: 20px;
	}
	
#footer {
	clear: both;
	margin-top: 10px;
	padding-top:20px;
	width: 100%;
	height: 80px;
	background: #f5f5f5;
	text-align: center;
	}
#footer a {
	color:#385d8a;
	}
	
#footer a:hover {
	color: #a6caed;
	}
	
.newsDate {
	font-weight: bold;
	color: yellow;
	line-height:normal;
	}
.newshover a:link, .newshover a:visited {
	color: #fff;
	}

.newshover a:hover {
	color: #516981;
	}

.newshover a {
	font-size: 12px;
	
	}
	
/* Div Specific Tags */
#nav a {
	color: #fff;
	}
	
/*Menu*/
#menu {list-style-type:none; 
padding:0;
font-family: Helvetica, Arial, Verdana, sans-serif;}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; background:transparent; padding: 5px 10px;font-size:12px; font-weight: bold; color: #fff;}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {background: transparent; margin:0; font-size: 12px; font-weight: bold; border-bottom:0px solid #fff; float:left; border-right:1px solid #fff;}
#menu dd {display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 12px; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#fff; padding: 5px 10px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background:#557795; color:#fff; text-decoration:none; display:block; padding: 5px 10px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:5px solid #a6caee;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #a6caee; color:#534;}


.MsoNormal {
margin-bottom: 30px; 
text-align: left; 
font-size:12px;
}