body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}

.maincontainer
{

	width: 850px;
	margin: auto;
	
}

/*Linked images have no border*/
a img 
{
	border: solid 2px #FFFFFF;
} 

.header
{
	width: 850px;
	height: 110px;
}

.navbar
{
	width: 850px;
	height: 32px;
	background-image: url(../images/nav.png);
}

.navpadding
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 65px;
	padding-right: 0px;
	padding-top: 9px;
}

a.navwhite { text-decoration:none; color: #fff; font-size: 12px; } 
a.navwhite:link { text-decoration:none; color: #fff; font-size: 12px; } 
a.navwhite:visited { text-decoration:none; color: #fff; font-size: 12px; } 
a.navwhite:hover { text-decoration:none; color: #fff; font-size: 12px; } 
a.navwhite:active { text-decoration:none; color: #fff; font-size: 12px; }

.sectionbg
{
	width: 850px;
	height: 324px;
	background-image: url(../images/sectionbg.png);
}

.contentbg
{
	float: left;
	width: 850px;
	background-image: url(../images/sectionbg.png);
}

.sectionheader
{
	float: left;
	width: 565px;
	height: 69px;
}

.sectionheader2
{
	float: left;
	width: 565px;
	height: 57px;
}

.rightimg
{
	float: right;
	width: 285px;
	height: 450px;
}



.content1
{
	float: left;
	width: 565px;
}

.content2
{
	float: left;
	width: 850px;
}

.contentpadding
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #305985;
	line-height: 1.6;
	padding-bottom: 0px;
	padding-left: 65px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: justify;
	
}
.contentpadding2
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #305985;
	line-height: 1.6;
	padding-bottom: 0px;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 0px;
	text-align: justify;
	
}

.contentpadding3
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #305985;
	line-height: 1.6;
	padding-bottom: 0px;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 0px;
	text-align: justify;
	
}

.footer
{
	float: left;
	width: 850px;
	height: 141px;
	background-image:url(../images/footer.png);
}

.footerpadding
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
	text-align: center;
}

a:link 
{
	color: #305986;
	font-weight: bold;
}

a:visited 
{
	color: #305986;
	font-weight: bold;
}

a:hover 
{
	color: #305986;
	font-weight: bold;
}

a:active 
{
	color: #305986;
	font-weight: bold;
}

#dropmenudiv
{
	position: absolute;
	border: 1px solid #305986;
	border-bottom-width: 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index: 100;
}

#dropmenudiv a
{

	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #305986;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
}

#dropmenudiv a:hover
{ 
	/*hover background color*/
	background-color: #e2d59b;
	color: #305986;
}

h1, h2, h3, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 18px; 
	color: #464548;
	font-weight: bold;
}

.headcell
{
	background-color: #3469A1;
	color:#FFFFFF;
	text-align:center;
}

.cell1
{
	border-right: 1px solid #464548;
}

.cell1a
{
	border-right: 1px solid #464548;
	text-align: center;
}

.cell2
{
	border-right: 1px solid #464548;
	background-color: #EFF4FA;
}

.cell2a
{
	border-right: 1px solid #464548;
	background-color: #EFF4FA;
	text-align: center;
}

.topbox
{
	border: 0;
}