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


.faqHeader
{	
	font-size: 13px;
	color: #006600;
	mfont-weight: normal;
	padding-top: 0px;
}


.faqAnswer
{
	font-size: 12px;
	color: #00000;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
}

body {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-image: url('../imgs/header.png');
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	margin-bottom: -8px;
	padding: 0px;
	line-height: 135%;
}

h1 {
	color: rgb(0,3,93);
	display: block;
	font-size: 18px;
	margin-top: 24px
}
h2 {
	color: rgb(0,3,93);
	display: block;
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: -14px;
}
h3 {
	color: #009900;
}
h4 {
	color: #009900;
}
h5 {
	color: #009900;
}
h6 {
	color: #009900;
}
#wrapper {
	text-align: left;
	clear: both;
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	height: 105px;
	width: 760px;
	background-image: url('../imgs/logo.png');
	background-repeat: no-repeat;
	float: none;
	vertical-align: top;
	clear: both;
	background-position: right top
}

.wrapperList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffce66;
	line-height: 22px;
	display: block;
}
.wrapperLine {
	float: right;
	padding-right: 10px;
	padding-left: 7px;
	background-image: url('../imgs/libaser.png');
	background-repeat: repeat-x;
	background-position: left top
}



#wrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 22px;
	display: block;
}

#wrapper ul li {
	float: right;
	padding-right: 10px;
	padding-left: 7px;
	background-image: url('../imgs/libaser.png');
	background-repeat: repeat-x;
	background-position: left top
}


#mainContent {
	float: left;
	width: 550px;
	margin-top: 14px;
	padding-left: 20px;
	clear: left;
}

#mainContentFull {
	float: left;
	width: 760px;
	margin-top: 14px;
	padding-left: 20px;
	clear: left;
}


#subNav {
	float: right;
	width: 170px;
	margin-top: 14px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: right;
	text-align: right;
}
.copyright {
	clear: both;
	height: 22px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ##00035D;
	margin-top: 24;	
	padding-top: 24;
}
.intropara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.boldText {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.imgsRight {
	float: right;
	margin-left: 20px;
}
.imgCentre {
	border: 1px solid #076E88;
}
a:link {
	text-decoration: none;
	color: #008800;
}

a:visited {
	text-decoration: none;
	color: #008800;
}

a:hover{
	text-decorations: none;
	color: #500000;
}
.nav:link, .nav:visited, .nav:active {
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	color: #ffce66;
	text-decoration: none;
}

.download:link {
}

.download:visited {
}

.download:hover {
	background: #f7b608;
}
	
