/* CSS Document */

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006AB4;
	font-size: 12px;
}

a:link, a:visited
{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

#header {
	display: none;

}


/*--------------------------------------------------------------------------*/

#main {
	width: 98%;
}

#left {
	display: none;
	width: 0;
}


/*-----------------------------------------------------------------*/
#content {
	width: 95%;
	vertical-align: top;
	color: #006AB4;
	font-size: 12px;
	padding: 12px 15px 15px 15px;
	line-height: 15px;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #119999;
}

#content h1 {
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

#content img {
	/*margin: 5px;*/
}

#contentWide {
	width: 95%;
	vertical-align: top;
	color: #006AB4;
	font-size: 12px;
	padding: 12px 15px 15px 15px;
	line-height: 15px;
}

#contentWide h1, h2, h3, h4, h5, h6 {
	color: #119999;
}

#contentWide h1 {
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

#contentWide img {
	/*margin: 5px;*/
}

#links p {
}

#links h3 {
	color: #006AB4;
}

#links hr {
	color: #006AB4;
	height: 1px;
	border: 0;
	border-top: 1px solid #006AB4;
}

p.backtotop {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

p.backtotop a {
	font-size: 10px;
	color: #006AB4;
	font-weight: normal;
	margin-bottom: 1px;
	padding-bottom: 1px;	
}

#right {
	display: none;
	width: 0;
	vertical-align: top;
}



a.textlink:link, a.textlink:visted, a.textlink:hover, a.textlink:active
 {
	color: #FFFC02;
	font-size: 11px;
	line-height: 13px;

}

#rightNav a.nav:link, #rightNav a.nav:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#rightNav a.nav:hover, #rightNav a.nav:active {
	color: #FFFC02;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

/*--------------------------------------------------------------------------*/

.newstable {
	width: 198px;
	height: 250px; /*temp*/
	border-bottom: 2px solid #FFF;
	background-color: #006AB4;
	vertical-align: top;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;

}

.newstable a:link, .newstable a:visited {
	text-decoration: none;
	color: #FFFC02;
	font-weight: bold;
}

.newstable a:hover, .newstable a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.newstable h2 {
	padding: 2px 0;
	color: #FFF;
	font-weight: bold;
	margin: 0;
}

.newstable p {
	padding: 3px 0;
	color: #FFF;
	margin: 0;
	font-size: 11px;
}
.newstable p em {
	
	color: #FFF;
	font-style: italic;
}
/*--------------------------------------------------------------------------*/

#footer {
	width: 750px;
	display: none;
}


/***************News Styles*************/
#newsTitle {
	
}

#ValidationSummary1 p {
	font-size: 12px;
}

.newsitem
{
	margin-bottom: 4px;
	padding: 1px 4px 1px 0;
	border-bottom: dashed 1px #006AB4;
	font-size: 12px;
}

.newsitem p
{

	margin: 0 0;
	padding: 1px 0;
	font-size: 12px;

}

.newsitem h2
{

	margin: 10px 0;
	padding: 2px 0 2px 0px;
	font-size: 12px;
	line-height: 13px;
	
}

.newsLinks
{
	font-size: 12px;
	color: #119999;
	font-weight: bold;
}

.newsitem a:link, .newsitem a:visited
{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.newsitem a:hover, .newsitem a:active
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

.newsitem a.newstitle:link, .newsitem a.newstitle:visited, .newsitem a.newstitle:hover {
	font-size: 12px;
	color: #119999;
	font-weight: bold;
	text-decoration: none;
}

.newsContent {
	font-size: 12px;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}

.newsContent h1 {
	display: inline;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}


.newsContent h1 a {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
}

.newsContent h1 a:link {
	color: #F60;
	text-decoration: none;
}

.newsContent h1 a:visited {
	color: #F60;
	text-decoration: none;
}

.newsContent h1 a:hover {
	color: #F60;
	text-decoration: none;
}

.newsContent h1 a:active {
	color: #F60;
	text-decoration: none;
}






/**********End of News Styles***********/