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

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

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

H1 {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #008c8b;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #008c8b;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #008c8b;
	line-height: normal;
	font-weight: normal;
}

H4 {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008c8b;
	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;
}

.topper {
	width: 780px;
	background-color: #518b8b;
	background-image: url(/images/main/topperbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 16px;
	text-align: right;
}

.header {
	width: 780px;
	height: 109px;
	background-image: url(/images/main/headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #518b8b;
}

.footer {
	width: 780px;
	border-top: 5px solid #ffc400;
	background-color: #e8f1f4;
	padding: 20px 0 22px;
	color: #666;
	text-align: center;
}

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

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

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.color1 {
	color: #008c8b;
}

.color2 {
	color: #3c7c7c;
}

.color3 {
	color: #518b8b;
}

.error {
	color: #f00;
}

/*----------------------------------------------------------------------------------*/
/* 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;
}

/*----------------------------------------------------------------------------------*/
/* Navigation Bar																	*/
/*----------------------------------------------------------------------------------*/
.navbar TD {
	letter-spacing: 1px;
	padding: 4px 11px;
	border-left: 1px solid #518b8b;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
}

.navbar A:link, .navbar A:visited {
	color: #3c7c7c;
	text-decoration: none;
}

.navbar A:hover, .navbar A:active {
	color: #518b8b;
	text-decoration: none;
}

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

/*----------------------------------------------------------------------------------*/
/* Rightbox																			*/
/*----------------------------------------------------------------------------------*/
.rightbox {
	padding: 20px;
	background-color: #e8f1f4;
	color: #6f6f6f;
	size: 11px;
}

/*----------------------------------------------------------------------------------*/
/* Table Lists																		*/
/*----------------------------------------------------------------------------------*/
.urow {
	border-bottom: solid 1px #e3e3e3;
	padding: 4px 8px 4px 8px;
}

.header1 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 4px 8px 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;
	height: 30px;
}

.header2 {
	font-size: 12px;
	color: #fff;
	padding: 4px 8px 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;
	height: 30px;
}

/*----------------------------------------------------------------------------------*/
/* Events Table																		*/
/*----------------------------------------------------------------------------------*/
.rightevents TD {
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	color: #666;
	line-height: 15px;
}

.rightevents A:link, .rightevents A:visited, .rightevents A:hover, .rightevents A:active, {
	color: #008c8a;
}

.events TD {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}

.events TH {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: #e3e3e3;
	background-image: url(/images/interface/header1-bg.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 0 1px 1px 0;
	border-style: solid;
	padding: 5px 10px;
}