BODY {
	margin: 0;
	padding: 0;
	background-color: #c8d9e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

H1 {
	display: inline;
	font-size: 28px;
	color: #0061c1;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-size: 20px;
	color: #0061c1;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-size: 16px;
	color: #0061c1;
	line-height: normal;
}

H4 {
	display: inline;
	font-size: 12px;
	color: #0061c1;
	line-height: normal;
}

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

P.indent {
	margin-left: 3em;
}

/*==================================================================================*/
/* SIZES ---------------------------------------------------------------------------*/
.size36	{ font-size: 36px; }
.size30	{ font-size: 30px; }
.size24	{ font-size: 24px; }
.size20	{ font-size: 20px; }
.size18	{ font-size: 18px; }
.size16	{ font-size: 16px; }
.size14	{ font-size: 14px; }
.size13	{ font-size: 13px; }
.size12	{ font-size: 12px; }
.size11	{ font-size: 11px; }
.size10	{ font-size: 10px; }
.size9	{ font-size: 9px; }

/*==================================================================================*/
/* NAVBAR --------------------------------------------------------------------------*/
DIV#navbar {
	width: 100%;
	height: 39px;
	overflow: hidden;
	color: #e4ddc1;
}
	DIV#navbar UL {
		width: 720px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	DIV#navbar LI {
		display: inline;
		padding: 0;
	}
	DIV#navbar LI A {
		float: left;
		height: 0;
		padding-top: 39px;
		overflow: hidden;
		background: transparent url('/images/navbar.gif') no-repeat;
	}
		/* Widths */
		DIV#navbar LI#tab1 A { width: 56px; }
		DIV#navbar LI#tab2 A { width: 108px; }
		DIV#navbar LI#tab3 A { width: 74px; }
		DIV#navbar LI#tab4 A { width: 116px; }
		DIV#navbar LI#tab5 A { width: 86px; }
		DIV#navbar LI#tab6 A { width: 81px; }
		DIV#navbar LI#tab7 A { width: 103px; }
		DIV#navbar LI#tab8 A { width: 96px; }
		
		/* States: off */
		DIV#navbar LI#tab1 A { background-position: 0 0; }
		DIV#navbar LI#tab2 A { background-position: -56px 0; }
		DIV#navbar LI#tab3 A { background-position: -164px 0; }
		DIV#navbar LI#tab4 A { background-position: -238px 0; }
		DIV#navbar LI#tab5 A { background-position: -354px 0; }
		DIV#navbar LI#tab6 A { background-position: -440px 0; }
		DIV#navbar LI#tab7 A { background-position: -521px 0; }
		DIV#navbar LI#tab8 A { background-position: -624px 0; }

		/* States: on */
		DIV#navbar LI#tab1 A:hover { background-position: 0 -39px; }
		DIV#navbar LI#tab2 A:hover { background-position: -56px -39px; }
		DIV#navbar LI#tab3 A:hover { background-position: -164px -39px; }
		DIV#navbar LI#tab4 A:hover { background-position: -238px -39px; }
		DIV#navbar LI#tab5 A:hover { background-position: -354px -39px; }
		DIV#navbar LI#tab6 A:hover { background-position: -440px -39px; }
		DIV#navbar LI#tab7 A:hover { background-position: -521px -39px; }
		DIV#navbar LI#tab8 A:hover { background-position: -624px -39px; }

		/* States: at */
		DIV#navbar.tab1 LI#tab1 A { background-position: 0 -78px !important; }
		DIV#navbar.tab2 LI#tab2 A { background-position: -56px -78px !important; }
		DIV#navbar.tab3 LI#tab3 A { background-position: -164px -78px !important; }
		DIV#navbar.tab4 LI#tab4 A { background-position: -238px -78px !important; }
		DIV#navbar.tab5 LI#tab5 A { background-position: -354px -78px !important; }
		DIV#navbar.tab6 LI#tab6 A { background-position: -440px -78px !important; }
		DIV#navbar.tab7 LI#tab7 A { background-position: -521px -78px !important; }
		DIV#navbar.tab8 LI#tab8 A { background-position: -624px -78px !important; }


/*==================================================================================*/
/* TEXT ----------------------------------------------------------------------------*/
.bodytext {
	line-height: 18px;
}

.color1 {
	color: #0061c1;
}

.color2 {
	color: #895120;
}

.color3 {
	color: #7d775f !important;
}

.error {
	color: #f00;
}

/*==================================================================================*/
/* BORDERS -------------------------------------------------------------------------*/
.border1 {
	border: solid 1px #5E92C2;
}

.border2 {
	border: solid 1px #B0927A;
}

.border3 {
	border: solid 1px #CDC5AD;
}

/*==================================================================================*/
/* LISTS ---------------------------------------------------------------------------*/
.compactlist {
	margin: 0 0 0 20px;
	padding-left: 0;
}

/*==================================================================================*/
/* ASIDEBOX ------------------------------------------------------------------------*/
.asidebox {
	padding: 0 10px;
	border: solid 1px #E9E0CD;
	background-color: #f6f5ef;
	line-height: normal;
	color: #306799;
	font-size: 11px;
}

.asidebox P, .quotebox P {
	margin: 11px 0;
}

/*==================================================================================*/
/* QUOTEBOX ------------------------------------------------------------------------*/
.quotebox {
	line-height: normal;
	color: #895120;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

/*==================================================================================*/
/* SUBHEADER -----------------------------------------------------------------------*/
.subheader {
	background-image: url(/images/subheader2.gif);
	background-repeat: repeat-x;
	height: 60px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.subheader H1 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}

/*==================================================================================*/
/* MAINBOX -------------------------------------------------------------------------*/
.mainbox {
	padding: 0 25px 10px 25px;
	font-size: 13px;
	line-height: 18px;
}

/*==================================================================================*/
/* RIGHTBOX ------------------------------------------------------------------------*/
.rightbox {
	padding: 0 20px;
	font-size: 12px;
	line-height: 16px;
}

/*==================================================================================*/
/* LINKS ---------------------------------------------------------------------------*/
A:link {
	color:#0066CC;
	text-decoration: underline;
}

A:visited {
	color:#0066CC;
	text-decoration: underline;
}

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

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