html, body {
	margin:0;
	padding:0;
	border:0;
	background-color:#dddddd;
	height:100%;
	font-family:Verdana, Tahoma, arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	background-image:url(images/toprpt.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.outershell {
	background-image:url(images/blueprint.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.shell {
	margin:auto;
	width:860px;
	position:relative;
	background-position:top;
}

.albumen {
	height:100%;
	background-position:top;
	background-repeat:no-repeat;
}

.top {
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:116px;
	margin:auto;
}

.logobtn {
	width:241px;
	height:116px;
	cursor:pointer;
	float:left;
}

.navbtn {
	width:141px;
	height:76px;
	cursor:pointer;
	float:right;
	font-size:24px;
	text-align:center;
	padding:40px 0 0 0;
	text-decoration:none;
	color:#FFFFFF;
}

.top a {
	text-decoration:none;
	color:#FFFFFF;
}

.top a:hover, .navbtn a:hover, .navbtn:hover a, a:hover .navbtn, a .navbtn:hover {
	text-decoration:none;
	color:#CCCCCC;
}

.content-out {
	width:860px;
	background-image:url(images/contentrpt.gif);
	background-repeat:repeat-y;
	margin:auto;
}

.content-in {
	width:860px;
	background-image:url(images/content-top.jpg);
	background-repeat:no-repeat;
}

/* content dividers */
/* LEFT NAV */
.leftnav {
	width:140px;
	padding:80px 0 0 15px;
	float:left;
}
.leftnav ul {
	list-style:none;
	padding:0;
	margin:0;
}
.leftnav li {
	margin:0;
	padding:0;
}
.leftnav li a {
	height:30px;
	line-height:30px;
	font-size:22px;
	width:120px;
	padding-left:5px;
	display:block;
	border:2px dashed #ededf0;
	text-decoration:none;
	color:#343434;
}
.leftnav li a:hover {
	border:2px dashed #e2e2e4;
}
.leftnav li li a {
	height:24px;
	line-height:24px;
	font-size:16px;
	width:110px;
	padding-left:15px;
	display:block;
	border:2px dashed #ededf0;
	text-decoration:none;
	color:#1b1c81;
}
/* END LEFT NAV */
.rightshell {
	width:697px;
	float:right;
}
.maincol {
	width:337px;
	padding:40px 24px 0 14px;
	float:left;
}
.imgcol {
	width:240px;
	padding:40px 40px 0 40px;
	float:left;
}
.imgcol img {
	border:2px solid #4379e5;
	margin-bottom:10px;
}
.pad {
	height:40px;
}
.clear {
	clear:both;
}
.maincol h1 {
	height:40px;
	line-height:40px;
}
.whitebox {
	width:277px;
	background-color:#f4f4f4;
	border:1px solid #4379e5;
	padding:30px;
}
/* end content dividers */

.footerclear {
	height:78px;
}

.footer {
	height:30px;
	bottom:0;
	padding:48px 0 0 0;
	position:absolute;
	width:860px;
	margin:auto;
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
}
p, h1, h2, h3, h4, h5 {margin:0;}
h1, h2, h3, h4, h5, a {color:#1b1c81;}
h2 {padding-top:10px;}
p, h3, h4, h5 {padding-bottom:10px;}
p { line-height:1.3;}
h1 { font-size:24px;}
h2 { font-size:20px;}
h3 { font-size:16px;}
h4 { font-size:14px;}
h5 { font-size:12px;}

/* Form definition list styles - to be pasted into main stylesheet, or used standalone, as desired. Some tweaking to colours and sizes may be required to suit individual site */
form dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	width:100%;
	clear:both;
}

form dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

form dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}
.w250 {
	width:250px;
}
