* {
	border: none;
	border-collapse: collapse;
	font-family: Verdana, Tahoma, Geneva, "Trebutchet MS", Helvetica;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: top;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #D0D0B3;
}


/**********
  General
**********/

.clearBoth, .banner, .mainMenu, .footer {
	clear: both;
}

.textAlignLeft, * {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.textAlignCenter, .mainMenu, .content .galleryTable .imageTextLink, .footer {
	text-align: center;
}

.colorRed, .mainMenu a:hover, .footer a {
	color: #97282E;
}

.colorBeigeBright, .mainMenu, .footer {
	color: #D0D0B3;
}

.colorBeigeDark, h1, .content .news .newsInfo {
	color: #7F7F6F;
}

.colorGreenDark, .mainMenu a, .subMenu a, .footer a {
	color: #1F6843;
}

.colorGreenBright, h2, .content a {
	color: #3A8A61;
}

.fontStyleItalic, .content .news .newsInfo, .content .showContactsSub {
	font-style: italic;
}

.height100px {
	height: 100px;
}

.width150px, .content .galleryTable .imageTextLink {
	width: 150px;
}

.width612px {
	width: 612px;
}

.fontWeightBold, .mainMenu a {
	font-weight: bold;
}

.fontSize8pt, .content .news .newsInfo, .content .termTable td, .content .showImageDescription, .content .showContactsSub, .footer {
	font-size: 8pt;
}

.fontSize10pt, .subMenu a, .content *, .pageNotFound * {
	font-size: 10pt;
}


/**************
  Main layout
**************/

.main {
	background-image: url('../images/main_bg_vert1.jpg');
	background-repeat: repeat-y;
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px 8px;
	width: 768px;
}


/******************************
  The Main Menu (the top row)
******************************/

.mainMenu {
	border-bottom: 1px solid #D5D5D7;
	margin-bottom: 8px;
	padding: 8px 0px;
}

.mainMenu a {
	font-family: Arial;
	font-size: 13pt;
	margin: 0px 8px;
	text-decoration: underline;
}


/***************
  The Sub Menu
***************/
.subMenu {
	float: left;
	margin: 0px 8px 8px 8px;
}

.subMenu a {
	border-bottom: 1px solid #D5D5D7;
	border-right: 1px solid #D5D5D7;
	display: block;
	line-height: 24px;
	width: 128px;
}

.subMenu a:hover {
	text-decoration: underline;
}

.subMenu .selected {
	border-right: 1px solid #FFF;
	text-align: center;
}


/*******************
  The Content area
*******************/

.content {
	float: right;
	margin-right: 8px;
	width: 614px;
}

.content h1, .content p, .content table {
	margin-bottom: 8px;
}

.content h1 {
	font-size: 12pt;
}

.content h2 {
	font-size: 11pt;
	margin-bottom: 4px;
}

.content .news {
	border-top: 1px solid #D5D5D7;
	border-left: 1px solid #D5D5D7;
	margin: 0px 0px 16px 8px;
	padding: 4px 0px;
}

.content .news * {
	margin-left: 8px;
}

.content .news .newsBody {
	font-family: Georgia;
}

.content .news .newsInfo {
	margin-top: -4px;
}

.content .termTable {
	width: 100%;
}

.content .termTable th {
	background-color: #1F6843;
	border: 1px solid #D5D5D7;
	color: #FFF;
	padding: 2px 4px;
}

.content .termTable td, .content .showImageDescription {
	background-color: #F5F5F5;
	border: 1px solid #D5D5D7;
	padding: 2px 4px;
}

.content .termTable .passed {
	text-decoration: line-through;
}

.content .showImage img {
	border: 1px solid #4D647C;
}

.content .showImageDescription {
	margin-top: -8px;
}

.content .galleryTable {
	margin-bottom: 6px;
}

.content .galleryTable td {
	text-align: center;
}

.content .galleryTable img, .content .galleryTable .imageTextLink {
	border: 1px solid #4D647C;
	margin: 0px 2px 2px 0px;
}

.content .galleryTable .imageTextLink {
	background-color: #F5F5F5;
	color: #4D647C;
	display: block;
	padding: 34px 0px;
}

.content .galleryTable img:hover {
	filter:alpha(opacity=50);	/* for IE users */
	opacity: 0.5;			/* for everyone else */
}

.content .showContactInfo {
	margin-bottom: 0px;
}

.content .showContactNumbers {
	margin-top: 16px;
	margin-left: 32px;
}


/*****************
  Page Not Found
*****************/

.pageNotFound {
	margin: 0px 8px;
}

.pageNotFound * {
	margin-bottom: 8px;
}

.pageNotFound h1 {
	font-size: 12pt;
}


/*************
  The Footer
*************/

.footer {
	border-top: 1px solid #D5D5D7;
	padding: 8px 0px;
	width: 768px;
}

.footerTrim {
	background-image: url('../images/main_bg_foot1.jpg');
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px auto;
	width: 784px;
}