* { margin: 0; padding: 0; }

body, td
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}

img
{
	border: 0;
}

a:link { text-decoration: none; color: #1F3461; }
a:visited { text-decoration: none; color: #1F3461; }
a:hover { text-decoration: none; color: #cc4444; }
a:active { text-decoration: none; color: #1F3461; }

h1, h2, h3
{
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	color: #1F3461;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 14px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	color: #eee;
}

p
{
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #405D00;

}


#MainContainer
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 155px;
	width: 840px;
	border: #777;
	border-style: none solid solid none;
	border-width: 1px;
}

#TopMenuContainer
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 1181px;
	width: 205px;
	border: #777;
	border-style: none solid solid none;
	border-width: 0px;
}

#TopLeftLogo
{
	position: absolute;
	z-index: 2;
	left: 27px;
	top: 17px;
	width: 120px;
	height: 110px;
}

#TopDivider , #TopDivider2
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 193px;
	width: 784px;
	height: 1px;
	background-color: #000; 
}

#TopDivider2
{
	top: 216px;
}

#GreenDivider
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 596px;
	width: 784px;
	height: 16px;
	background-image: url(Content/GreenDivider.gif);
}

#BlueBar
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 612px;
	width: 784px;
	height: 158px;
	background-image: url(Content/BlueBar.gif);
}

#TopText
{
	position: absolute;
	z-index: 2;
	left: 53px;
	top: 150px;
	width: 731px;
	height: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 27px;
	font-style: normal;
	color: #1F3461;
}

#TopBannerText
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 195px;
	width: 784px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #1F3461;
}

#LeftMenu
{
	position: absolute;
	z-index: 2;
	left: 32px;
	top: 239px;
	width: 264px;
	height: 223px;
	padding: 0px;
	margin: 0px;
}

#RightContent
{
	position: absolute;
	z-index: 2;
	top: 239px;
	height: 283px;
	left: 299px;
	width: 481px;
	padding: 0px;
	margin: 0px;
}

#FullWidthContent
{
	position: absolute;
	z-index: 2;
	top: 239px;
	height: 283px;
	left: 10px;
	width: 764px;
	padding: 0px;
	margin: 0px;
}

#BottomLeftBox , #BottomMidBox , #BottomRightBox
{
	position: absolute;
	z-index: 2;
	left: 34px;
	top: 620px;
	width: 195px;
	height: 208px;
	padding: 0px;
	margin: 0px;
}

#BottomMidBox
{
	left: 298px;
}

#BottomRightBox
{
	left: 558px;
}

#GoogleAdBox
{
	position: absolute;
	z-index: 2;
	left: 28px;
	top: 645px;
	width: 728px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}


#BottomLeftDivider , #BottomRightDivider
{
	position: absolute;
	z-index: 2;
	left: 262px;
	top: 621px;
	width: 3px;
	height: 126px;
	padding: 0px;
	margin: 0px;
	background-image: url(Content/WhiteDivider.gif);
}
#BottomRightDivider
{
	left: 525px;
}

#FooterBox
{
	position: absolute;
	z-index: 2;
	left: 314px;
	top: 800px;
	width: 195px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

.VirtekText
{
	font-size: 10px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #444;
}

.White
{
	color: #fff;
}