@charset "UTF-8";
/* CSS Document */

body
{
	background: #0001e1 url(images/back.jpg) repeat;
	color: #fff;
	margin: 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.25em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#page
{
	width: 860px;
	margin: 0 auto;
}

/* Link Styles */
  
a, a:link, a:active, a:visited {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	color: #7a99d7;
	text-decoration: underline;
}

h1
{
	color: #7a99d7;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}

h3
{
	color: #ff0;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}

h2
{
	color: #ff0;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

h2 a, .footer-menu a:link, h2 a:active, h2 a:visited {
	color: #ff0;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;
}

p
{
	font-size: 14px;
	line-height: 1.25em;
}

li, dd
{
	margin-bottom: 1.5em;
}

#footer
{
	margin-top: 25px;
	font-size: 11px;
	text-align: center;
}

.footer-menu
{
	text-align: center;
	background: #7a99d7;
}

.footer-menu li {
	display: inline;
	position: relative;
	border-left: solid 1px #0001e1;
}

.footer-menu li.first-child {
	border-left: none;
}

.footer-menu a, .footer-menu a:link, .footer-menu a:active, .footer-menu a:visited {
	margin: 10px;
	color: #0001e1;
	font-weight: bold;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #fff;
	text-decoration: none;
}

.contact-menu
{
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

.contact-menu li.first-child {
	border-left: none;
}

.contact-menu li {
	display: inline;
	position: relative;
	border-left: solid 1px #fff;
}

.contact-menu a, .contact-menu a:link, .contact-menu a:active, .contact-menu a:visited {
	margin: 5px;
	color: #7a99d7;
	text-decoration: none;
}

.contact-menu a:hover {
	color: #7a99d7;
	text-decoration: underline;
}

.faq-menu
{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.faq-menu li.first-child {
	border-left: none;
}

.faq-menu li {
	position: relative;
}

.faq-menu a, .faq-menu a:link, .faq-menu a:active, .faq-menu a:visited {
	color: #ff9;
	font-weight: bold;
	text-decoration: none;
}

.faq-menu a:hover {
	color: #7a99d7;
	text-decoration: underline;
}

.top
{
	font-size: 11px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#footer p
{
	color: #ff9;
	font-size: 11px;
}