/* body generic stuff */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bgTile.png);
	line-height:1.125;
	background-color: #2F402E;
}
a:link, a:visited {
	color: #060;
	text-decoration: none;
}

a:hover {
	color: #0C0;
}

a:active {
}

td, th {
	vertical-align: middle;
	text-align: center;
}
.tableHead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}
.tableCells {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}

h1 {
	font-size: 2.3em;
	color: #030;
	line-height: 1em;
	padding-bottom: 10px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

h2 {
	margin: 0px;
	color: #369;
	font-size: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0px;
	color: #900;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0px;
	color: #390;
	font-size: 1.3em;
}

#container {
	background-color: #FAF5E2;
	clear: both;
	font-size: 110%;
}

#menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 140%;
	background-image: url(../images/menuBG.jpg);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
	padding-top: 5px;
}
#menu ul {
	list-style-type: none;
	display: inline;
	display: block;
	margin: 0px;
}
#menu li {
	padding-bottom: 0.5em;
	display: inline;
	margin: 0px;
	padding-right: 40px;
}
#menu li a {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	color: #900;
}
#menu li a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	color: #060;
}
	
.menuFirst {
	margin: 0px;
	padding: 0px;
}

#sidebar {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6em;
	text-align: center;
}

#content {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6em;
}

#footer {
	text-align: right;
	font-size: 9px;
	color: #FFF;
	margin-top: 5px;
}
#footer p {
	padding-right: 5px;
}

.setoff {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #033;
}
.setoff2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #369;
	font-weight: bold;
}
.signature {
	float: right;
}

.captionBox {
	float: right;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

/* floats */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}

