BODY {
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 20px;
	background-color: #ebebeb;
	background-image: url(/images/main/pagebg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

TABLE, TD {
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 20px;
}

FORM {
	margin: 0;
	padding: 0;
}

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

H1 {
	display: inline;
	font-family: Times, "Times New Roman", serif;
	font-size: 30px;
	color: #124c9e;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: Times, "Times New Roman", serif;
	font-size: 24px;
	color: #124c9e;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: Times, "Times New Roman", serif;
	font-size: 20px;
	color: #124c9e;
	line-height: normal;
	font-weight: normal;
}

H4 {
	display: inline;
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #124c9e;
	line-height: normal;
}

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

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

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
.pagewrapper {
	width: 780px;
	background-color: #fff;
	height: 100%;
}

.reportsbox {
	padding: 10px 15px;
	background-color: #3889c7;
}
	.reportsbox * {
		font-family: Helvetica, Arial, sans-serif;
		color: #fff ! important;
		line-height: normal;
	}
	.reportsbox h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		color: #fff ! important;
	}

.footer {
	width: 780px;
	border-top: 1px solid #bbb;
}

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

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

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.color1 {
	color: #124c9e;
}

.color2 {
	color: #124c9e;
}

.color3 {
	color: #124c9e;
}

.error {
	color: #f00;
}

.border1 {
	border: 1px solid #aaa27c;
}

.border2 {
	border: 1px solid #3d8cc9;
}


/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color: #124c9e;
	text-decoration: underline;
}

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

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

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

/*----------------------------------------------------------------------------------*/
/* Subheader																		*/
/*----------------------------------------------------------------------------------*/
.subheader {
	height: 90px;
	background-image: url(/images/main/subbarbg.gif);
	background-repeat: repeat-x;
	padding: 10px 25px 5px;
	text-align: left;
	vertical-align: bottom;
}

.subheader H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #3a3415;
	font-weight: normal;
}

/*----------------------------------------------------------------------------------*/
/* Navigation Menu																	*/
/*----------------------------------------------------------------------------------*/
.nav_off {
	position: absolute;
	display: block;
	visibility: hidden;
	top: -1px;
	border-style: solid;
	border-color: #81742C;
	border-width: 0 2px 2px 1px;
}
.nav_on {
	position: absolute;
	display: block;
	visibility: visible;
	top: -1px;
	border-style: solid;
	border-color: #81742C;
	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: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

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

.navitem_off {
	background-color: #a9a174;
	padding: 5px 13px;
	line-height: normal;
	cursor: pointer;
}

.navitem_on {
	background-color: #114a9c;
	padding: 5px 13px;
	line-height: normal;
	cursor: pointer;
}

/*----------------------------------------------------------------------------------*/
/* Photos																			*/
/*----------------------------------------------------------------------------------*/
.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
}

/*----------------------------------------------------------------------------------*/
/* Rightbox																			*/
/*----------------------------------------------------------------------------------*/
.rightbox {
	padding: 0 20px;
	color: #494530;
}

/*----------------------------------------------------------------------------------*/
/* Asidebox																			*/
/*----------------------------------------------------------------------------------*/
.asidebox {
	background-color: #e9e8dc;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.rowtable TD {
	padding: 0 7px 15px 0;
	line-height: normal;
}

.tbllist {
	background-color: #fff;
}
.tbllist TD {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #e3e3e3;
	padding: 4px 8px;
}
.tbllist TD, .tbllist TD DIV {
	/*font-size: 11px;*/
}
.tbllist TH.header1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 4px 8px;
	background-color: #999;
	background-image: url(/images/interface/header1-bg.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
.tbllist TH.header2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 4px 8px;
	background-color: #666;
	background-image: url(/images/interface/header2-bg.gif);
	border-color: #b0b0b0 #999 #999 #999;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
.tbllist TH.header2 TD {
	font-size: 11px;
	color: #fff;
}
.sortcol {
	background-color: #eee;
}
.tblnowrap TD {
	white-space: nowrap;
}

.tbllistnav * {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/*----------------------------------------------------------------------------------*/
/* Blog																				*/
/*----------------------------------------------------------------------------------*/
.blogComment {
	background-color: #e9e8dc;
	padding: 15px;
	font-family: Times, "Times New Roman", serif;
	font-size: 11pt;
	margin-bottom: 10px;
}

.blogCommentForm {
	background-color: #e3e3e3;
	padding: 15px;
	font-family: Times, "Times New Roman", serif;
	font-size: 11pt;
}

/*----------------------------------------------------------------------------------*/
/* Tabs																				*/
/*----------------------------------------------------------------------------------*/
.tabs A {
	display: block;
	padding: 1px 10px;
}
.tabs TD.at {
	background: #fff url(/images/tabs/at-left.gif) no-repeat top left;
	font-weight: bold;
	cursor: pointer;
}
	.tabs TD.at DIV.inset {	
		padding: 9px 10px 0;
		background: transparent url(/images/tabs/at-right.gif) no-repeat top right;
		height: 31px;
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
		text-align: center;
		line-height: normal;
	}
.tabs TD.off {
	background: #fff url(/images/tabs/off-left.gif) no-repeat top left;
	font-weight: bold;
	cursor: pointer;
}
	.tabs TD.off DIV.inset {	
		padding: 9px 10px 0;
		background: transparent url(/images/tabs/off-right.gif) no-repeat top right;
		height: 31px;
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
		text-align: center;
		line-height: normal;
		color: #333;
	}
.tabs TD.div {
	background: transparent url(/images/tabs/div.gif) repeat-x top left;
}
