body {
	background-color: #CAC48B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* This centers the entire page in the browser */

body.centerPage {
	text-align:center;
}

/* This centers the entire page in the browser */
body.leftPage {
	text-align:left;
}


/* This centers the entire page in the browser */
body.RightPage {
	text-align:right;
}





td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

a {
	font-size: 12px;
	color: #336600;
}

.center {
	text-align: center;
}
.title {
	background-color: #003399;
	color: #003333;
	background-image: none;
	width: 760px;
	position: static;
	text-align: center;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	background-color: #003399;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	width: 760px;
	position: relative;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
	background-image: none;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
	background-image: none;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
	color: #003333;
	background-image: none;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
	background-image: none;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
	font-style: italic;
	background-image: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
	color: #993300;
	width: 760px;
	position: static;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	background-color: #003399;
	background-image: none;
	width: 760px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	color: #003333;
	background-image: none;
	width: 760px;
	height: 420px;
	margin: 0px;
	padding: 0px;
}
.main-transparent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003333;
	background-image: none;
	width: 760px;
	height: 420px;
}
.footer-transparent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-image: none;
	text-align: center;
	color: #993300;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::_*/
/* :::::::::::::::::::::::::::_ IMAGE STYLES _:::::::::::::::::::::::::_*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::_*/
/* Centers an image and gives it a solid black border */
.imgFeature {
	display: table;
	margin: 0px auto;
	border: 0px none #000000;
}

/* Image Floated - A floated image will position as far left or right as possible.  
It will be subordinate to other floated elements and it's own margins.  Everything
else will wrap around it. */

.imgFloatLeft {
	float: left;
	margin: 5px 5px 5px 5px
}

.imgFloatRight {
	float: right;
	margin: 5px 5px 5px 5px
}

/* Makes a 5 px pad around the  */
.imgPadded {
	margin: 5px 5px 5px 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
