/* CSS Document */

body {
	background-color: #4E98A1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
width: 840px;
height:100%;
position:relative;
margin-left:auto;
margin-right:auto;
background-image:url(images/main_bg.gif);
background-repeat:repeat-y;
}
#top {
height: 176px;
width:840px;
position:relative;
}
#nav {
height: 20px;
width:800px;
position:relative;
background-image:url(images/nav_bg.jpg);
background-repeat:repeat-x;
margin-left:auto;
margin-right:auto;
}
#subnav {
height: 19px;
width:800px;
position:relative;
background-color:#B1B1B1;
margin-left:auto;
margin-right:auto;
}
#main {
height:100%;
min-height:450px;
width: 840px;
position:relative;
background-image:url(images/main_bg.gif);
background-repeat:repeat-y;
z-index:10;
}
#bottom {
height: 45px;
width: 840px;
position:relative;
background-image:url(images/bottom.gif);
background-repeat:no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A7176;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-left:20px;
	margin-right:20px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin-left:20px;
	margin-right:20px;
}
a:hover {
	text-decoration: underline;
	color: #CCD9E5;
		margin-left:20px;
	margin-right:20px;
}
a:active {
	text-decoration: none;
	color: #CCD9E5;
		margin-left:20px;
	margin-right:20px;
}

a.sub:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-left:20px;
	margin-right:20px;
}
a.sub:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin-left:20px;
	margin-right:20px;
}
a.sub:hover {
	text-decoration: underline;
	color: #3A7176;
		margin-left:20px;
	margin-right:20px;
}
a.sub:active {
	text-decoration: none;
	color: #3A7176;
		margin-left:20px;
	margin-right:20px;
}

a.intext:link {
	color: #666666;
	text-decoration: underline;
			margin-left:0px;
	margin-right:0px;
}
a.intext:visited {
	color: #666666;
	text-decoration: underline;
margin-left:0px;
	margin-right:0px;
}
a.intext:hover {
	text-decoration: underline;
	color: #CCD9E5;
				margin-left:0px;
	margin-right:0px;
}
a.intext:active {
	text-decoration: none;
	color: #CCD9E5;
				margin-left:0px;
	margin-right:0px;
}
.navigation {
padding:2px;
}
.subnavigation {
padding:2px;
margin-left:180px;
}
.heading {
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-style:italic;
color:#999999;
}
.maincontent {
margin-left:80px;
margin-top:20px;
margin-right:80px;
}
.content {
margin-left:80px;
margin-right:80px;
height:250px;
}
.contentfaq {
margin-left:80px;
margin-right:80px;
height:100%;
}
.bottomtext {
position:relative;
margin-left:74px;
margin-right:74px;
padding:6px;

}