/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
p {padding-bottom: 12px}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #559ac6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #559ac6;
}
a:hover {
	text-decoration: underline;
	color: #559ac6;
}
a:active {
	text-decoration: none;
	color: #559ac6;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #d3d3d3;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
}

#header {
	height:113px;
	background-image: url(../images/headerbg.gif);
	background-repeat: no-repeat;
}
#headerright {
	float:right;
	margin-top: 40px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#headerright p {padding-bottom: 6px}
#headerright a:link {
	color: #559ac6;
	text-decoration: none;
}
#headerright a:visited {
	text-decoration: none;
	color: #559AC6;
}
#headerright a:hover {
	text-decoration: underline;
	color: #559AC6;
}
#headerright a:active {
	text-decoration: none;
	color: #559AC6;
}

#main {
    width: 900px;
	background-image: url(../images/mainbg.gif);
	background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
}

#nav {
	float: left;
	width: 199px;
	margin-left:21px;
	background-image: url(../images/vertdots.gif);
	background-repeat: repeat-y;
	background-position: right top;
    /*position: absolute;
    top: 0;
    left: 21px;*/
}
#nav ul {
	width: 189px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	list-style:none;
	padding-bottom:39px;
	background-position: center bottom;
	background-color: #e2e2e2;
}
#nav li {
	background-image: url(../images/navlinkbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	width:169px;
	padding:4px 10px;
	color:#000000;
}
#nav a:link {
	text-decoration: none;
	display:block;
	width:169px;
    padding: 4px 10px;
	color:#000000;
}
#nav a:visited {
	text-decoration: none;
	display:block;
	width:169px;
    padding: 4px 10px;
	color:#000000;
}
#nav a:hover {
	text-decoration: none;
	display:block;
	width:169px;
	background-color:#e8e9e9;
	padding: 4px 10px;
	color:#000000;
}
#nav a:active {
	text-decoration: none;
	display:block;
	width:169px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#000000;
}

#more {
	text-align: right;
}

#content {
	min-height:543px;
	margin-left:230px;
	background-image: url(../images/contentbg.gif);
	background-repeat: no-repeat;
	padding-top:38px;
	padding-left:20px;
	padding-right:40px;
}
#content ul {
	padding-left: 20px;
	padding-bottom:20px;
	list-style-image:url(../images/arrow.gif)
}
#content li {
padding-bottom:6px;
}
#content ol {
	padding-left: 20px;
	padding-bottom:20px;
}
#lefthalf {
	background-image: url(../images/vertdots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 296px;
	padding-right:10px;
	float:left;
}
#righthalf {
margin-left: 326px;
}
#right {
	float: right;
	width: 240px;
}

#footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	line-height:42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969798;
	padding-left:20px;
	clear:both;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969798;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #969798;
}
#footer a:hover {
	text-decoration: underline;
	color: #969798;
}
#footer a:active {
	text-decoration: none;
	color: #969798;
}

#footerright {
	float:right;
	color:#559ac6;
	padding-right:20px;
}
#footerright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#footerright a:link {
	text-decoration: none;
}
#footerright a:visited {
	text-decoration: none;
	color: #666666;
}
#footerright a:hover {
	text-decoration: underline;
	color: #666666;
}
#footerright a:active {
	text-decoration: none;
	color: #666666;
}

/* Headings */
h1 {
	padding-top: 39px;
	padding-left: 12px;
}
h1 img {border:none}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #559ac6;
	padding-bottom:28px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #559ac6;
	width:430px;
	padding-bottom:18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #559ac6;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #559ac6;
	font-weight: normal;
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	padding-left:14px;
	padding-top:18px;
	padding-bottom:5px;
}
h6 {
	background-image: url(../images/navtop.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:12px;
	line-height:38px;
}

/* Styles */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maingrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
}
.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainpadded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom:30px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blue {color:#559ac6}
.grey {color:#777777}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8f8f8f;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:14px;
	padding-right:14px;
}
.largequote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #559ac6;
	padding-left:14px;
	padding-right:14px;
}
.next {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #559ac6;
	text-decoration:none;
}
.back {
	background-image: url(../images/arrowleft.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #559ac6;
	text-decoration:none;
}
.justify {text-align: justify}
.navheading {
	background-image: url(../images/navheadingbg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #559ac6;
}
.navsub {
text-indent:6px;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/divider.gif);
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom:10px;
}
/* Forms */
.inputfocus {
	background-image: url(../images/inputbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #6babc9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}
.input {
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}

/* FAQ stuff */
a.question:visited ,
a.question:link ,
a.question {
    color: black;
}
a.question:hover {
    color: #559AC6;
}

