﻿body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}

#divContainer
{
	background: url(images/BG3.png) repeat-x left top;
	width: 980px;
	margin: 0 auto;
	top: 0px;
}

.bodyHome
{
	background: url(images/BG1.png) repeat-x left top;
}

.bodyInterior
{
	background: url(images/InteriorBG.png) repeat-x left top;
}

#divHeader
{
	/* background-image: url(images/HeaderFade.png); */
	height: 78px;
	width: 980px;
}
.btn
{
	color: #fff;
	background-color: #336699;
	font-weight: bold;
	width: 120px;
}
#divOtherSites
{
	float: right;
}

#divNavigation
{
	width: 980px;
	height: 33px;
}

.NavBtn
{
	margin-top:5px;
}

#divMain
{
	background-image: url(images/Main.png);
	width: 980px;
	height: 349px;
	overflow: hidden;
}

#divContentBoxes
{
	width: 980px;
}

.divContentBox
{
	background-color: White;
	margin-left: 10px;
	float: left;
}

.divContentBoxTop
{
	background-color: #E9F4FA;
}

.divContentHeader
{
	position: absolute;
	margin-top: -25px;
	margin-left: 10px;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	color: #295D8E;
}

.divContentBoxBtm
{
	position: relative;
	overflow:hidden;
}

.divContentBoxBtmLeft
{
	background-color: White;
	position: absolute;
	bottom: 0px;
	width: 6px;
}

.divContentBoxBtmMid
{
	padding-top: 6px;
	padding-bottom: 6px;
	background: white url(images/contentBoxBtmMid.png) repeat-x bottom;
	padding-left:6px;
	left: 6px;
}

.divContentBoxBtmRight
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 6px;
}

.imgContentBox
{
	float:left;
	margin:0px;
	padding:0px;
}

.textInteriorPage
{
	width: 560px;
	margin: 0px 10px;
	font-size: 12px;
}

h2
{
	color: #3A5D9D;
	font-size: 20px;
	margin-bottom: 2px;
}

.textInteriorHeader
{
	width: 100%;
	border-bottom: solid 1px #666;
	font-weight: bold;
}

#footer
{
	margin-left: 10px;
	color: #666;
	font-weight: bold;	
	font-size: 12px;
}

#divFooterLinks
{
	margin-top: -30px;
	margin-left: 10px;
	float: left;
}
#divFooterLinks a
{
	color: #336699;
}


#divFooterLinks2
{
	margin-top: -30px;
	margin-right: 20px;
	float: right;
}
.spanOthers
{
	font-size: 16px;
}
.tm
{
	font-size: 12px;
}
.divContentArea
{
	font-size: 12px;
	min-height: 240px;
	color: #666;
}
ul
{
	font-size: 12px;
	color: #666;	
	list-style-image: url(images/bullet.png);
}
.imgPadding
{
	margin: 4px 4px 4px 4px;
}
a
{
	color: #336699;
}
.validate
{
    color: #990000;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
}

.TradeMark
{
	font-size: 11px;
}