/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #C0C0C0;
}
td, th, div {
	color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
table, td, tr, div {
	padding: 0;
	margin: 0;
	vertical-align:top;
	left: auto;
}
/* Wrapper Styles */

#wrapper {
	position:absolute;
	left:50%;
	width:842px;
	margin-left: -421px;
	background-color: #C0C0C0;
}
.leftSide {
	background:url(../images/layout/border-left.jpg) repeat-y top left;
}
.rightSide {
	background:url(../images/layout/border-right.jpg) repeat-y top left;
}

/* Layout Styles */
#header {
	background-color:#FFFFFF;
}
#header img{
	padding-top: 2px;
}
#navBar {
	background-color:#FFFFFF;
	text-align:center;
}
#navBar table{
	width: 100%;
}
#navBar td{
	text-align:center;
	width: auto;
	border: 1px solid #643629;
	font-size:16px;
	color: #7b8a3c;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding: 3px 2px;
}
#content {
	background-color: #FFFFFF;
	padding: 5px 8px;
}

#footer {
	background: url(../images/layout/border-bottom.jpg) repeat-x top left;
	height:48px;
	text-align:right;
}
#footer div{
	padding-top: 10px;
	font-size:9px;
}

/* Misc */ 

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatClear {
	clear:both;
}

/* Font Styles */

h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	color: #990000;
	line-height: 22px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
.largeRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: bold;
	font-size:18px;
	line-height: normal;
}
.Blue {
	color: #000033;
	font-size:11px;
}
.small { 
	font-size: 10px;
}
/* Navigation styles*/

a {
	color: #000033;
}
#navBar a {
	display:block;
	color: #7b8a3c;
	text-decoration:none;
}
#navBar a:hover {
	color: #525C27;
	text-decoration:none;
}

/* Content Table Padding */

td#content td{
	padding: 6px;
}
