BODY {
	margin: 0;
	padding: 0;
	background: #323232 url(/images/main/pagebg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

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

FORM {
	margin: 0;
	padding: 0;
}

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

H1 {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #007374;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #007374;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: normal;
}

H4 {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-weight: normal;
	line-height: normal;
}

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;
	text-align: left;
}

#header {
	width: 980px;
	/* use height, padding and overflow to hide text contents */
		height: 0;
		padding-top: 169px;
		overflow: hidden;
	/* end */
	cursor: pointer;
	background: transparent url(/images/main/header.gif) no-repeat left top;
}

#navbar {
	width: 972px; /* 980px - padding */
	height: 40px;
	background: #007374 url(/images/navbar/bg.gif) no-repeat left top;
	padding-left: 8px;
}

#footer {
	width: 940px; /* 980px - padding */
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
	#footer * {	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #7E7E7E;
	}
	#footer A:link, #footer A:visited {	
		color: #15A7A4;
		text-decoration: none;
	}
	#footer A:hover, #footer A:active {	
		color: #00D9D4;
		text-decoration: none;
	}
	#footer UL {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#footer UL LI {
			float: left;
			border-left: 1px solid #7E7E7E;
			padding: 0 8px;
		}
			#footer UL LI:first-child {
				border-left: none;
				padding-left: 0;
			}

#heading {
	width: 980px;
	height: 70px;
	background: #ccc url(/images/headings/bg.gif) repeat-x left top;
}
	#heading DIV {
		width: 100%;
		height: 70px;
	}

.mainbody {
	position: relative;
	margin-top: 10px;
	background-color: #e0e0e0;
}

/*----------------------------------------------------------------------------------*/
/* MENUBAR : domMenu																*/
/*----------------------------------------------------------------------------------*/
.domMenu_subMenuBar {
	border-width: 0 2px 2px 1px;
	border-style: solid;
	border-color: #005354;
}
.domMenu_subMenuElement {
	background-color: #007374;
	padding: 7px 20px;
}
	.domMenu_subMenuElement, .domMenu_subMenuElement DIV {
		color: #fff;
		font-size: 12px;
	}
.domMenu_subMenuElementHover {
	background-color: #005354;
	padding: 7px 20px;
}
	.domMenu_subMenuElementHover, .domMenu_subMenuElementHover DIV {
		color: #fff;
		font-size: 12px;
	}

/*----------------------------------------------------------------------------------*/
/* Columns																			*/
/*----------------------------------------------------------------------------------*/
TABLE.columns {
	width: 100%;
}

TABLE.columns TD.col {
	padding: 20px 20px 50px;
	vertical-align: top;
}
	TABLE.columns TD.normal {
	padding: 20px;
	vertical-align: top;
}

TABLE.columns TD.white {
	background-color: #fff;
}

TABLE.columns TD.borderleft {
	border-left: 1px solid #f7f7f7;
}

TABLE.columns TD.borderright {
	border-right: 1px solid #b3b3b3;
}

TABLE.columns TD.sidebar {
	padding-top: 24px;
}
	TABLE.columns TD.sidebar, TABLE.columns TD.sidebar P, TABLE.columns TD.sidebar DIV {
		font-size: 12px;
		color: #666;
	}

/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
.noparalist {
	margin-top: 0;
	margin-bottom: 0;
}

.compactlist {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.spacedlist LI {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------------*/
/* Form Fields																		*/
/*----------------------------------------------------------------------------------*/
.input {
	border-width: 1px;
	border-style: solid; 
	border-color: #888 #ccc #ccc #888;
}

.fieldnote {
	color: #666;
	font-size: 12px;
}

/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link, A:visited {
	color: #007374;
	text-decoration: none;
}

A:hover, A:active {
	color: #00B2B3;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.gray {
	color: #404040;
}

.red {
	color: #AA1912;
}

.error {
	color: #f00;
}

/*----------------------------------------------------------------------------------*/
/* Dialog Box																		*/
/*----------------------------------------------------------------------------------*/
.dialogboxHeader {
	background: #007374 url(/images/dialogbox/header-bg.gif) repeat-x left top;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.tbllist {
	background-color: #fff;
}
.tbllist TD {
	border-bottom: 1px solid #bbb;
	padding: 4px 8px;
}
.tbllist TD TD {
	border: none;
	padding: 0;
}
.tbllist TD, .tbllist TD DIV {
	/*font-size: 11px;*/
}
.tbllist TH.header1 {
	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.header1, .tbllist TH.header1 * {
		font-size: 11px;
		font-weight: bold;
		color: #666;
	}
.tbllist TH.header2 {
	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 {
		padding: 0;
		border: none;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}
.tbllist TD.subheader, .tbllist TD.subheader * {
	background-color: #ccc;
	font-weight: bold;
}
.tbllist TR.diagonalstripe {
	background-image: url(/images/interface/stripes.gif);
}
.tbllist TD.footer {
	font-weight: bold;
	color: #000;
	padding: 4px 8px;
	border-style: solid;
	border-width: 1px 0 1px;
	border-color: #ccc;
}
.sortcol {
	background-color: #eee;
}

/*----------------------------------------------------------------------------------*/
/* Borders																			*/
/*----------------------------------------------------------------------------------*/
.border {
	border: 1px solid #b3b3b3;
}

/*----------------------------------------------------------------------------------*/
/* Admin Navigation																	*/
/*----------------------------------------------------------------------------------*/
TABLE.adminnav {
	border-collapse: collapse;
}

TABLE.adminnav TD {
	padding: 0;
	border: 1px solid #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE.adminnav TD.at {
	background-color: #ccc;
	font-weight: bold;
}

TABLE.adminnav A {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

TABLE.adminnav A:hover {
	background-color: #ccc;
}