*{
	margin: 0;
	padding: 0;
}

body{
	background: #fff url(../images/bgrndGrad.gif) repeat-y 50% 0;
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 11px;
	color: #666; 
	text-align: center;
}

#wrapper{
	width: 630px; 
	margin: 0 auto 20px;
	text-align: left;
}

#masthead{
	width: 630px;
	margin-bottom: 10px;
}

#news { 
	width: 182px;
   padding:10px;
	float: left;
	overflow: auto;
	background: #f8f8f5;
margin-bottom: 20px;
}

#content { 
	float: right;
	width: 415px;
	overflow: auto;
	line-height:17px;
	display: inline;
	margin-bottom: 20px;
}

#contentFull { 
	width: 630px;
	overflow: auto;
	line-height:17px;
	margin-bottom: 20px;
}

#footer{
	font-size: 10px;
	width: 610px;
	background: #f8f8f5;
	overflow:auto;
	clear: both;
	text-align: center;
	padding:10px;
margin-bottom: 20px;
}

#footer p{
 margin: 0;
}


/*************************************************** NAV*/

#menuList{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	width: 630px;
   height: 72px;
margin-bottom: 10px;
}

#menuList ul{
	list-style-type: none;
	background: url(../images/bgrndNav.jpg) repeat-x;
	text-align: center;
	padding: 25px 0; /* IE cuts off active menu item without bottom */
}

#menuList li{
	display: inline;
}

#menuList li a { 
	color: #fff;
	text-decoration: none;
	padding:6px 4px 8px 5px;
	margin: 0 4px;
}

#menuList li a:hover, #menuList .activeMenuItem {background: #455a62;}




/********************************************************ELEMENTS*/

a{	color: #00aa9a; text-decoration: none;}
a:hover{text-decoration: underline; color: #455a62;}

h1, h2{color: #455a62; /*margin-bottom:15px;*/}
h1{ font-size: 18px;} /* if edited, update .shortDescriptionBoxHeader for consistency*/
h2{ font-size: 16px;}

p{	/*margin-bottom:15px;*/ margin-top:15px;}

.imgBorderLeftAlign{
	border: 1px dotted #666;
	margin:0 5px 5px 0;
}
.imgBorderRightAlign{
	border: 1px dotted #666;
	margin:0 0 5px 5px;
}

#content ul, #contentFull ul{
	margin: 15px 0 0 30px;
}



/********************************************************NEWS*/

#news h1{ font-size: 15px; margin-bottom:15px;}

.shortDescriptionBoxHeaderAutostuff{
	margin: 3px 0;	
	font-size: 10px;
	font-weight: bold;
}
.shortDescriptionBoxTextAutostuff{ 
	font-size: 10px;
	color: #666;
	margin: 3px 0 15px;
}


.shortDescriptionBoxHeader{
	font-size: 18px; /* SYNC WITH h1 */
	color: #00aa9a; 
	font-weight: bold;
	clear: both;
	margin-top: 10px;
}

.shortDescriptionBoxHeader a{
	color: #455a62; 
	font-weight: bold;
}

.eventTitle{
	color: #455a62; 

}

.shortDescriptionBoxSubheader{ /*News Index Date Params*/
	font-size: 10px;
	color: #b0b0b0;
	margin: 0;
	font-weight: bold;
}

.eventDate{ /*News Index Date Params*/
	color: #b0b0b0;
}



.shortDescriptionBoxText, .eventBody{
	border-bottom: 1px solid #455a62;
	padding-bottom: 10px;
	margin-top:10px;
}



.articleBodyDate{
	font-size: 10px;
	margin-bottom: 20px;
	color: #b0b0b0;
	font-weight: bold;
}

.readMoreLink, .pageControls{
	font-size: 11px;
	color: #00aa9a; 
	text-decoration: none;
	margin-top:10px;
}

.breadcrumbs{
	margin-bottom: 20px;
}

/********************************************************CONTACT FORM*/

/* #contactUsForm fieldset{
	border: none;;
}

#contactUsForm legend{
	padding: 0 3px;
margin-bottom: 10px;
	font-weight: bold;
	color:#333;
	font-size:11px;
	font-family: Verdana, Tahoma, sans-serif; 
}

#contactUsForm label{
	font-size:11px;
	font-family: Verdana, Tahoma, sans-serif; 
}


input, select, textarea, label, button{
	font-size:11px;
	font-family: Verdana, Tahoma, sans-serif; 
}

textarea{
	margin-bottom: 15px;
}

button{
	border: 1px solid #0095bf;
	color: #0095bf;
	background: #FFF;
	padding:3px 5px;
	font-weight: bold;
  cursor: pointer;
}
*/


/********************************************************BRANDING*/

#webAdmin {
	margin: 5px;
	clear: both;
	width: 630px;
	text-align: right;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #455a62;
}

#webAdmin a{
	color: #00aa9a;
	text-decoration: none;
}

#webAdmin a:hover{
	color: #455a62;
}

