﻿/*************** default overwrite ***************/
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color: #1e204e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
}

.linkGrey
{
	font-size: 12px;
	color: #5a5a5a;
	font-weight:bold;
	text-decoration:none;
}

.linkBlue
{
	font-size: 12px;
	color: #3c429a;
	font-weight:bold;
	text-decoration:none;
}

.linkFeatures
{
	font-size: 12px;
	color: #5a5a5a;

}

.newsFront
{
	font-size: 11px;
	color: #5a5a5a;
	text-decoration:none;
}

h1, h2, h3, h4
{	
	font-weight:bold;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
	color: #303375; 
}

h3
{
	font-size: 14px;
	color: #4c9d0b;
}

.gt
{
	font-size: 14px;
	color: #4c9d0b;
	font-weight:bold;
}



/*************** Top Bar Nav Panel ***************/
.topNavBar .navBar
{
	background-position: top;
	background-repeat: repeat-x;
}

/*..navBar .menuNav
{
}*/

.wide
{
	/*width: 100px;*/
}

.navBar .itemStyle
{
	width: 100px;	
	text-align:center;
}
/*.navBar .itemStyle*/
.navBar a
{
	width:100px;	
	color:#303375;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:text-bottom;
	font-size:12px; 
	padding-top:0px;
	padding-bottom: 0px;
	position: relative;
	background-image:none;
	/*width: 100px;*/
	/*border:solid 1px #cccccc;*/
}

.topNavBar .itemStyle:hover
{
	text-decoration: underline;
}


.topNavBar .itemSelectedStyle
{
	color:#FFFFFF;
	
	
}

/*************** Content ***************/
.content
{
	/*padding-left:15px;
	padding-right:5px;*/
}



.middle
{
	background-image:url(../images/bg_gw.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.bannerBG
{
	background-image:url(../images/bg_top.gif);
}

.txtHighlight 
{
	color: #4c9d0b;
}

.padding
{
	padding-right: 35px;
}

/*************** Footer ***************/
.footerText 
{
	font-size: 11px;
	color: #FFFFFF;
}