/*
	COLOURS:
	Blue: 0b9ed5
	Purple: 69236f
*/
body {
	font-size: 76%;
	font-family: verdana, helvetica, sans-serif;
	background-color: #294071;
	color: #000000;
	margin: 0px;
	height: 100%;
}

#wrapper {
	width: 100%;
	border-top: 10px solid #0b9ed5;
	margin: 0px auto;
	background-color: #ffffff;
}

#container {
	width: 900px;
	margin: 0px auto;
	
}

#header {
	width: 900px;
	height: 305px;
}

#contentwrapper {
	width: 900px;
	background-image: url('images/line.gif');
	background-position: 188px;
	background-repeat: repeat-y;
}

#leftnav {
	float: left;
	width: 190px;

}

#leftnav ul li {
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding:5px 25px;
	font-size: 1.1em;
}

#leftnav a:link{color: #000000; text-decoration: none;}
#leftnav a:visited{color: #000000; text-decoration: none;}
#leftnav a:hover{color: #69236f; text-decoration: none;}
#leftnav a:active{color: #69236f; text-decoration: none;}


#content {
	float: left;
	width: 475px;
	padding: 0px 40px;
	line-height: 1.5em;
}

#rightnav {
	float: left;
	width: 145px;
	text-align: center;
}
#rightnav h2 {
	font-size: 1.1em;
	color: #69236f;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

#frmLogin {
	display: block;
	width: 130px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}
#frmLogin input.text {
	width: 123px;
	margin: 2px 0px;
	text-align: left;
	padding: 2px;
	font-size: 1.0em;
	overflow: hidden;
	border: 1px solid #69236f;
}

#footwrap {
	width: 100%;
	height: 20px;
	padding-top: 50px;
	background-image: url('images/bg.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

#footer {
	width: 900px;
	margin: 0px auto;
}

#copyright {
	float: right;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
	font-size: 0.9em;
	text-align: right;
}
#copyright a:link {color: #ffffff; text-decoration: none; margin: 0px 5px;}
#copyright a:visited {color: #ffffff; text-decoration: none; margin: 0px 5px;}
#copyright a:hover {color: #ffffff; text-decoration: underline; margin: 0px 5px;}
#copyright a:active {color: #ffffff; text-decoration: underline; margin: 0px 5px;}

#bottomnav {
	float: left;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
}
#bottomnav a:link {color: #ffffff; text-decoration: none; margin: 0px 5px;}
#bottomnav a:visited {color: #ffffff; text-decoration: none; margin: 0px 5px;}
#bottomnav a:hover {color: #ffffff; text-decoration: underline; margin: 0px 5px;}
#bottomnav a:active {color: #ffffff; text-decoration: underline; margin: 0px 5px;}

a.pdfDownload {
	display: block;
	width: 130px;
	height: 50px;
	padding: 18px 13px 22px 0px;
	overflow: hidden;
	background-image: url('images/pdf-button-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	color: #0b9ed5;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}
a.pdfDownload:link {color: #0b9ed5;}
a.pdfDownload:visited {color: #0b9ed5;}
a.pdfDownload:hover {color: #69236f;}
a.pdfDownload:active {color: #69236f;}

p.testimonial {
	font-style: italic;
	line-height: 1.8em;
	color: #666666;
	margin: 10px 10px 0px 5px;
}
p.source {
	margin-top: 0px;
	text-align: right;
}

.regForm {
	margin: 20px 0px;
	border: 1px solid #0b9ed5;
	width: 100%;
}
.req { color: #cc3300; font-weight: bold;}
.errorMsg {padding: 20px; margin: 0px auto 20px auto; background-color: #ffffdd; border: 1px solid #ffd700; color: #cc0000; text-align: center;}
.successMsg {padding: 20px; margin: 0px auto 20px auto; background-color: #ffffdd; border: 1px solid #ffd700; color: #147e34; text-align: center;}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #69236f;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}

h2 {
	color: #0b9ed5;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}

h3 {
	color: #0b9ed5;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 5px 0px;
}

h4 {
	color: #0b9ed5;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	background-color: #ffffff;
	margin: 20px 0px;
	width: 100%;
	border: 0px;
	border-bottom: 1px dotted #cccccc;
}

blockquote {
	font-size: 1.0em;
	font-weight: normal;
	border: 3px solid #69236f;
	padding: 15px;
	margin: 15px 0px;
	text-align: center;
	background-color: #d4f0fb;
	color: #69236f; 
}

a:link {color: #0b9ed5; text-decoration: none;}
a:visited {color: #0b9ed5; text-decoration: none;}
a:hover {color: #69236f; text-decoration: none;}
a:active {color: #69236f; text-decoration: none;}