BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
}

P, DIV, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #23586e;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #23586e;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #23586e;
	line-height: normal;
	font-weight: bold;
}

H4 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #23586e;
	font-weight: bold;
}

HR {
	color: #CCC;
	background-color: #CCC;
	height: 0px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

.size36 {
	font-size: 36px !important;
}

.size30 {
	font-size: 30px !important;
}

.size24 {
	font-size: 24px !important;
}

.size18 {
	font-size: 18px !important;
}

.size16 {
	font-size: 16px !important;
}

.size14 {
	font-size: 14px !important;
}

.size12 {
	font-size: 12px !important;
}

.size11 {
	font-size: 11px !important;
}

.size10 {
	font-size: 10px !important;
}

.size9 {
	font-size: 9px !important;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
#pagewrapper {
	width: 980px;
	background-color: #DFDFDF;
	text-align: left;
}

#header {
	position: relative;
	width: 980px;
	height: 310px;
}
	#header DIV#logo {
		position: absolute;
		top: 52px;
		left: 30px;
		width: 280px;
		/* use height, padding and overflow to hide text contents */
			height: 0;
			padding-top: 103px;
			overflow: hidden;
		/* end */
		background-image: url(/images/main/logo.gif);
		background-repeat: no-repeat;
	}

#navbar {
	width: 980px;
	height: 59px; /* 51px (real height) + 8px (border) */
	border-top: 8px solid #28596f;
	text-align: left;
}

.mainheading {
	display: block;
	height: 17px;
	padding-left: 30px;
	margin-top: 35px;
}

#footer {
	width: 900px; /* 980px - 80px (padding) */
	margin-top: 25px;
	background: #555555 url(/images/main/footer-hr.gif) repeat-x left top;
	padding: 40px 40px 60px;
	color: #c0c0c0;
	line-height: normal;
	text-align: center;
}
	#footer A {
		color: #a4c3e1;
		text-decoration: underline;
	}

/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
UL.nav {
	list-style: none;
	list-style-position: outside;
}
UL.nav LI {
	background: url(/images/icons/li.gif) no-repeat 0 7px;
	margin: 0;
	padding: 2px 0 2px 16px;
}

.compactlist {
	margin-top: 0;
	margin-left: 16px;
	padding-left: 0;
}

.spacedlist LI {
	margin-bottom: 16px;
}

/*----------------------------------------------------------------------------------*/
/* Boxes																			*/
/*----------------------------------------------------------------------------------*/
DIV.mainboxWrapper {
	width: 660px;
	margin-bottom: 10px;
	background: transparent url(/images/mainbox/bg.gif) repeat-y left top;
}
DIV.mainboxOutter {
	width: 660px;
	background: transparent url(/images/mainbox/top.gif) no-repeat left top;
}
DIV.mainboxInner {
	width: 610px; /* 660px - padding */
	padding: 25px 25px;
	background: transparent url(/images/mainbox/bottom.gif) no-repeat left bottom;
	position: relative;
}

DIV.rightboxWrapper {
	width: 250px;
	margin-bottom: 10px;
	background: transparent url(/images/rightbox/bg.gif) repeat-y left top;
}
DIV.rightboxOutter {
	width: 250px;
	background: transparent url(/images/rightbox/top.gif) no-repeat left top;
}
DIV.rightboxInner {
	width: 200px; /* 660px - padding */
	padding: 25px 25px;
	background: transparent url(/images/rightbox/bottom.gif) no-repeat left bottom;
	position: relative;
}
DIV.rightboxInnerBar {
	width: 200px; /* 660px - padding */
	padding: 25px 25px 5px;
	background: transparent url(/images/rightbox/bottom-bar.gif) no-repeat left bottom;
	position: relative;
}
DIV.rightboxInner TD, DIV.rightboxInner DIV, DIV.rightboxInner P,
DIV.rightboxInnerBar TD, DIV.rightboxInnerBar DIV, DIV.rightboxInnerBar P {
	font-size: 12px;
	line-height: normal;
	color: #444;
}

/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color: #107bbf;
	text-decoration: underline;
}

A:visited {
	color: #107bbf;
	text-decoration: underline;
}

A:active {
	color: #0095E7;
	text-decoration: underline;
}

A:hover {
	color: #0095E7;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.darkgray {
	color: #333;
}

.blue {
	color: #23586e;
}

.error {
	color: #f00;
}

/*----------------------------------------------------------------------------------*/
/* Menus																			*/
/*----------------------------------------------------------------------------------*/
.nav_off {
	position: absolute;
	display: block;
	visibility: hidden;
	top: -1px;
	border-style: solid;
	border-color: #013041;
	border-width: 0 2px 2px 1px;
}
.nav_on {
	position: absolute;
	display: block;
	visibility: visible;
	top: -1px;
	border-style: solid;
	border-color: #013041;
	border-width: 0 2px 2px 1px;
}

.navitem_off A:link, .navitem_off A:visited, .navitem_off A:hover, .navitem_off A:active {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.navitem_on A:link, .navitem_on A:visited, .navitem_on A:hover, .navitem_on A:active {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.navitem_off {
	background-color: #1f5066;
	padding: 5px 40px 5px 32px;
	line-height: normal;
	cursor: pointer;
}

.navitem_on {
	background-color: #0c3d53;
	padding: 5px 40px 5px 32px;
	line-height: normal;
	cursor: pointer;
}