/* CSS Document */

HTML { min-height:100%; margin-bottom:1px; }

BODY {
	background:#0079de url(images/layout/bgPage.gif) repeat;
	margin:19px 0px 10px 0px;
	color:#000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#312f44;
	scrollbar-face-color:#59567d;
	scrollbar-highlight-color:#373369;
	scrollbar-3dlight-color:#fae9fa;
	scrollbar-darkshadow-color:#524d83;
	scrollbar-shadow-color:#d1cef1;
} 

/* Sets page to center and width */
.setPage {
	width:757px;
	margin:auto;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4B402E;
	vertical-align: middle;
	margin: 0;
	word-spacing: .2em;
	padding-bottom: 20px;
}


H2 {
	vertical-align: middle;
	word-spacing: .2em;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #1246C0;
	text-decoration: underline;
	margin-left: 15px;
}

.tableMain, .tableHeader, .imgLogo, .tableMenu, .tableBodyContents, .tableFooter {
	border:1px solid #3d3d3d;
}

.tableHeader, .tableMenu, .tableBody, .tableFooter {
	width:725px;
	margin:14px 15px 7px;	
}

.tableMain {
	background:#e4e7e8;
	margin:auto;
}

.tableHeader {
	height:162px;
	background:#1eb0f7;
}

.imgLogo {
	margin:12px 11px;
}

.tableMenu {
	background:#b90000 url(images/layout/bgMenu.jpg) repeat-x;
	height:36px;
}

.tableMenuContents {
	text-align: center;
}

.tableMenuContents A {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #e4e7e8;
	text-decoration:none;
}

.tableMenuContents A:hover {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.tableBodyRow {
	background: url(/images/layout/bgBodyRow.gif) repeat-x;
	height:41px;	
}

.tableBodyRow H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4B402E;
	margin: 15px 0px 0px 10px;
}

.tableBodyContents {
	background:#FFF;
}

.tableBodyContents P {
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	margin: 0px;
}

.tableBodyPics IMG {
	margin-bottom: 10px;
	clear:right;
	float: right;
	display: block;
	border:1px solid #000;
}

.tableFooter {
	background:#51afe7 url(images/layout/bgFooter.jpg) repeat-x;
	height:36px;
}

.tableFooter TD {
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
}

a.menu {
	font-size: 11px;
	color: #4B402E;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.menu:hover {
	color:#FBE7C5;
}

UL {
	font: 12px Georgia, "Times New Roman", Times, serif;
	list-style: square;
	margin-bottom: 10px;
	margin-top:10px;
	padding-left: 25px;
	margin-left:10px;
}

LI {
	margin-bottom: 5px;
	margin-right: 10px;
}

.centered, .red, .blue {
	text-align: center;
}

.red {
	color:#c10000;
}

.blue {
	color:#1057d0;
}

.centered IMG {
	padding:10px;	
}

.contact P {
	font-size: 18px;
	text-align: center;
	padding: 15px;
	
}

