a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF0000;}
acronym {text-decoration: underline;}
body {
	background: #CAD5DB url(graphics/back.jpg) top center repeat-y;;
	color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	text-align: left;
	margin: 0 auto;
}
#container {
	border: 1px solid #FFFFFF;
	color: #000000;
	margin: 0 auto 0 auto;
	width: 790px;
	background-color: #FFFFFF;
}
#header {
	background-color: #2B4885;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bolder;
	text-align: left;
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#links {
	background: #E8EEFA;/*#B9D5E6;*/
	float: right;
	clear: both;
	text-align: center;
	line-height: 1.5em;
	padding: 3px 3px 3px 3px;
	margin: -5px -1px 5px 5px;
	margin-top: 5px;
	width: 30%;
}
#topnav {
	border-bottom: 1px solid #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
}
#topnav a,  #topnav a:visited {
	background-color: #6997B0;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: small;
	font-weight: bolder;
	padding-left: .3em;
	padding-right: .3em;
	margin-left: .3em;
	margin-right: .3em;
	text-decoration: none;
}
#topnav a:hover {
	background-color: #FF0000;	
}
#content {
	width: 100%;
}
#text {
	padding: 3px 3px 3px 3px;
}
#footer {
	clear: both;
	font-size: smaller;
	text-align: center;
}
.title {
	font-size: x-large;
	font-weight: bolder;
}
.subTitle {
	font-size: large;
	font-weight: bolder;
}
.faq {
	font-size: larger;
	font-weight: bold;
}
.question {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}