@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.bazooka {
	color: #0000FF;
}

body {
	background-color: #F4F4F7;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0000FF;
	font-weight: bold;
}

#wrapper {
	position: relative;
	height: auto;
	width: 960px;
	background-color: #FFFFFF!important;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8693EA;
	border-right-color: #8693EA;
	border-bottom-color: #8693EA;
	border-left-color: #8693EA;
}
#page-header {
	display: block;
	clear: both;
	float: none;
	height: 150px;
	width: auto;
	position: relative;
}
#loading {
	position: absolute;
	z-index: 1000;
	height: 1000px;
	width: 100%;
	top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#logo {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 10px;
	color: #0000FF;
}
#page-header #intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	position: absolute;
	height: auto;
	width: 450px;
	left: 350px;
	top: 26px;
}
#top-menu {
	background-image: url(../images/structure/menu-back.gif);
	display: block;
	height: 46px;
	width: 100%;
	position: absolute;
	top: 80px;
}
#top-menu ul {
	display: block;
	margin-top: 10px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#top-menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1E35DE;
	padding: 0px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#top-menu li a:link, #top-menu li a:visited {
	color: #0000FF;
}
#top-menu li a:active, #top-menu li a:hover {
	color: #FF0000;
}
#top-menu li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
}
#page-main {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	clear: both;
	float: none;
	background-color: #FFFFFF;
}
.clear-all {
	display: block;
	clear: both;
	float: none;
	width: auto;
	position: relative;
	height: auto;
}

#left-content {
	display: block;
	position: relative;
	height: auto;
	width: 150px;
	float: left;
	background-color: #FFFFFF;
}
#left-content  h4, #right-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	display: block;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
	float: none;
}
#left-content   ul, #right-content  ul {
	display: block;
	width: auto;
	margin-bottom: 20px;
	position: relative;
	height: auto;
	margin-top: 10px;
}
#left-content  li, #right-content li {
	display: block;
	position: relative;
	list-style-type: none;
	margin-left: 20px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
#content {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	height: auto;
	width: 600px;
	float: left;
	margin-left: 20px;
}
h1 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#right-content {
	display: block;
	position: relative;
	width: 160px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#footer {
	display: block;
	width: auto;
	margin-top: 40px;
	position: relative;
	height: auto;
}
#footer ul {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E35DE;
}
.hr {
	color: #0000FF;
	display: block;
	position: relative;
	height: 2px;
	width: 100%;
	background-color: #0000FF;
	margin-top: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
	padding: 0px;
}
.faq-block {
	display: block;
	width: auto;
	padding-bottom: 20px;
	position: relative;
	height: auto;
}
.faq-block h3 {
	background-position: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	padding-bottom: 10px;
}
.faq-block h4 {
	background-position: center;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	text-decoration: underline;
	cursor: pointer;
	display: block;
}
.faq-block p {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.faq-block ul {
	margin-left: 60px;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}
.faq-block li {
	font-size: 14px;
}
