
/* Main positioning/container div's */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 790px;
	background-color: #D1E8FE;
	font-family: arial;
	color: #333333;
	}
div.wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	}
* html div.wrapper {
	height: 100%;
	}
div.header {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 135px;
	background-color: #6CA6CD;
	background-image: url('/images/header.gif?2453');
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 9px solid #356AA0;
	}
div.pstyle {
	position: absolute;
	font-size: 14px;
	text-align: right;
	right: 8px;
	top: 116px;
	height: 18px;
	margin: 0px;
	}
div.main {
	/* wraps and centers nav and content */
	margin: 0px auto;
	margin-top: 20px;
	padding: 0px;
	width: 790px;
	}
div.nav {
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
	}
div.content {
	margin: 0px;
	padding: 0px;
	padding-bottom: 32px;
	float: right;
	width: 620px;
	font-size: 15px;
	}
div.footer {
	position: relative;
	margin-top: -30px;
	padding: 0px;
	padding-top: 6px;
	height: 24px;
	width: 100%;
	clear: both;
	background-color: #ADCBFF;
	text-align: center;
	}

/* div.pstyle formatting */

div.pstyle a img {
	border: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	}
div.pstyle a.fontdown:link img, div.pstyle a.fontdown:active img, div.pstyle a.fontdown:visited img {
	background: url('/images/minus-1.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.pstyle a.fontdown:hover img {
	background: url('/images/minus-2.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.pstyle a.fontup:link img, div.pstyle a.fontup:active img, div.pstyle a.fontup:visited img {
	background: url('/images/plus-1.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.pstyle a.fontup:hover img {
	background: url('/images/plus-2.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.pstyle a.fontreset:link img, div.pstyle a.fontreset:active img, div.pstyle a.fontreset:visited img {
	background: url('/images/reset-1.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.pstyle a.fontreset:hover img {
	background: url('/images/reset-2.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.pstyle a:link, div.pstyle a:active, div.pstyle a:visited {
	color: #666666;
	text-decoration: none;
	}
div.pstyle a:hover {
	color: #333333;
	text-decoration: none;
	}
div.pstyle a span.down {
	margin: 0px;
	padding: 0px;
	}
div.pstyle a span.reset {
	margin: 0px;
	padding: 0px;
	}
div.pstyle a span.up {
	margin: 0px;
	padding: 0px;
	}

/* div.nav formatting */

div.nav a:link, div.nav a:active, div.nav a:visited {
	display: block;
	margin: 3px;
	padding: 4px;
	width: 150px;
	height: 20px;
	color: #888888;
	text-decoration: none;
	}
div.nav a:hover {
	display: block;
	margin: 3px;
	padding: 4px;
	width: 150px;
	height: 20px;
	color: #444444;
	text-decoration: underline;
	}
div.nav span.u {
	text-decoration: underline;
	}

/* div.content formatting */

div.content a:link, div.content a:active, div.content a:visited {
	color: #06C;
	text-decoration: underline;
	}
div.content a:hover {
	color: #06C;
	text-decoration: none;
	}
div.content h1 {
	color: #444444;
	font-size: 26px;
	margin-top: 15px;
	}
div.content p.editlink {
	color: #888888;
	}
div.content p.editlink a:link, div.content p.editlink a:active, div.content p.editlink a:visited {
	color: #888888;
	text-decoration: underline;
	}
div.content p.editlink a:hover {
	color: #444444;
	text-decoration: none;
	}
div.content span.error, div.content p.error {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	}
div.content span.info {
	font-size: 12px;
	color: #444444;
	}

/* FAQ questions/answers formatting */

div.content div.question p span {
	font-weight: bold;
	}
div.content div.jquestion p span {
	color: #06C;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	font-weight: normal;
	}
div.content div.jquestion p span:hover {
	text-decoration: none;
	}
div.content div.answer p font.edlink {
	color: #888888;
	}
div.content div.answer p font.edlink a:link, div.content div.answer p font.edlink a:active, div.content div.answer p font.edlink a:visited {
	color: #888888;
	text-decoration: underline;
	}
div.content div.answer p font.edlink a:hover {
	color: #444444;
	text-decoration: none;
	}

/* Form formatting */

form.contact label, form.login label {
	width: 5em;
	float: left;
	text-align: right;
	margin: 0px;
	margin-right: 0.5em;
	padding: 0px;
	display: block;
	}
form.edit label {
	width: 3em;
	float: left;
	text-align: right;
	margin: 0px;
	margin-right: 0.5em;
	padding: 0px;
	display: block;
	}
form.contact input, form.contact textarea {
	border: 1px solid #999999;
	padding: 1px;
	font-family: arial;
	font-size: 13px;
	}
form.contact p.submit, form.login p.submit {
	margin-left: 5.5em;
	}

/* Footer formatting */

div.footer a:link, div.footer a:active, div.footer a:visited {
	color: #888888;
	text-decoration: none;
	}
div.footer a:hover {
	color: #444444;
	text-decoration: underline;
	}
