@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0;
}


#container {
	background-color: #FFFFFF;
	border: medium double #0066CC;
}

#head {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFD9FF;
}
#head img {
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 15px;
}
#head .title  {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 15px;
}


#head .title1  {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}


#nav {
	width: 23%;
	padding-left: 15px;
}
#nav  a  {
	color: #0066CC;
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFD9FF;
}
#nav  a:hover  {
	border-bottom-color: #0066CC;
}
#body_div {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#body_div  a  {
	color: #0066CC;
	text-decoration: none;
}
#body_div  a:hover {
	text-decoration: underline;
}



#footer {
	padding: 5px;
	font-size: 11px;
	background-color: #F7F7F7;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFD9FF;
}
#footer a {
	color: #0066CC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.page_title {
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-size: 20px;
	color: #0066CC;
	font-style: italic;
}
.email {
	padding-left: 50px;
}

.faqheader {
	font-size: 18px;
	font-weight: bold;
	color: #8f2107;
}

.faqquestion {
	font-size: 14px;
	font-weight: bold;
	color: #111199;
}

.faqanswer {
	font-size: 14px;
	font-weight: bold;
	color: #6787c7;
}


.copyright {
	font-size: 12px;
	font-weight: bold;
}

