body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

img { border: 0; }

#preload {
	display: none;
	margin-top: -999px;
}

#top-bar {
	background-color: #008ED4;
	font-size: 0;
	height: 4px;
}

#header {
	padding-top: 14px;
	text-align: center;
}

#nav {
	height: 24px;
	margin: 20px auto 0 auto;
	position: relative;
	width: 373px;
}

#nav ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

#nav li {
	float: left;
	text-align: center;
}

#nav a {
	background-color: #FFFFFF;
	background-image: url(../images/navbg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	display: block;
	height: 14px;
	padding-top: 6px;
	width: 92px;
}

#nav a:hover {
	background-image: url(../images/navbg_hover.png);
	background-position: top;
}

#nav img { height: 11px; }

#end-link { border-right-width: 1px !important; }

.current-page {
	background-image: none !important;
	border-bottom-color: #FFFFFF !important;
}

#main {
	background-color: #FFFFFF;
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: -3px auto 0 auto;
	padding: 18px;
	position: relative;
	width: 730px;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 0;
	text-align: center;
}

#main h2 { /* this is used for the questions on the FAQs page */
	font-size: 13px;
	margin-bottom: 0;
}

.answer { margin-left: 18px; }

#main p {
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}

#main ul {
	font-size: 13px;
	margin-left: 30px;
	margin-top: 0;
	padding-left: 30px;
}

#main a {
	color: #008FD5;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main hr {
	border-color: #E1E1E1;
	border-style: dotted;
	border-width: 1px 0 0 0;
	height: 0;
}

#logos {
	border-color: #E1E1E1;
	border-style: dotted;
	border-width: 1px 0 0 0;
	padding-top: 12px;
	text-align: center;
}

.logo {
	margin: 0 20px;
	vertical-align: middle;
}

#footer {
	color: #999999;
	font-size: small;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 768px;
}

#footer a {
	color: #008FD5;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }
