/*
	Standard Style Sheet for extra websites
	Last Modified - Mar 28, 2009
*/
body 
{
	color: #666666; 
	background-color:#223;
	font-family:  Verdana, Arial, Helvetica, sans-serif; ;
	font-size: 12px;
	text-align: left; 
}
h1 {
	margin: 1em 0 0.5em 0;
	font-size: 1.8em;
	text-align: left;
}
h2 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size: 1.3em;
	text-align: left;
}
.styleTextCentered {
	text-align: center;
}
#PageFrame { 
	background-color:#CCCCCC;
	border: 1px solid #888888;
 	width:790px; 
 	margin: 0 auto 0 auto;
}
#PageHeader {
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: #7E94B6;
	border-bottom: 2px solid #aaa;
}
.PageHeaderTitle {
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	text-align:center;
}
.PageHeaderEar {
	width:33%;
	padding:0;
	margin:0;
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size: 14px;
}
a:link {text-decoration: none }
a:visited { color: #077; text-decoration: none }

#TopMenu {
	border: none;
	padding: 0.5em 0px 0.3em  0px;
	background-color: #CCCCCC;
	color: #7E94B6;
	font-size: 1em; 
	font-weight: bold; 
	font-variant: small-caps
}
#TopMenu a {
	padding: 0.4em 10px 0.2em 10px;
	text-decoration: none 
}
#TopMenu a:link {color: #7E94B6; }
#TopMenu a:visited { color: #7E94B6; }
#TopMenu a:hover{
	background-color: #7E94B6;
	color: #ffff00;  
}


/* main content */
#MainContentFrame {
	border: 1px solid #888888;
	background-color: #ffffff;
	vertical-align: top;
}

#MainContent {
	padding: 10px;
	vertical-align: top;
	font-size: 0.9em;
}

.HomePageBlurb {
	margin: 30px auto 5px auto;
	width: 80%;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
}

/* left sidebar */
#sideBarLeftMenuFrame {
	margin: 0;
	padding: 0;
	border: 0;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
}
#sideBarLeft{
	width: 150px;
	border: none;	/*1px solid #888888;*/
	padding: 0px 5px 0 0px;
	vertical-align:top;
	background:	#ffffff; /*#50688D;*/
 	color:#FFFFFF;
	font-size:0.8em;
}
#sideBarLeft #frmSourcesSearch {
	margin: 0;
	padding: 0;
}

/* right sidebar */
#sideBarRight {
	width: 150px;
	padding:70px 5px 0 5px;
	vertical-align: top;
	text-align:center;
}
#frmSourcesSearch {
	border: 1px outset silver;
	background:#50688D;
	color: #ffffff;
}

/* Resource Box Styles */
#styleResBox
{
	width: 90%;
	margin: 15px auto 15px auto;
	border: solid 1px #888;
	background-color:#ffc;
	color: #223;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px; 	
	text-align: left;
}
#styleResBox a:link {color: #00b; text-decoration: none }
#styleResBox a:visited { color: #00b; text-decoration: none }
#styleResBox td[colspan='10'] {
	border-bottom: solid 2px #888;
	padding: 0.5em 0 0.3em 0;
	background: #7E94B6;
	color: #ccc;
	font-size: 1.5em;
	font-weight: bold;
}
#styleResBox td {
	padding:3px 3px 3px 5px;
	vertical-align: top;
}



