body {
	padding: 0;
	margin: 0;
	background-image: url('/images/adapt.gif');
	background-repeat: repeat-x;
	background-color: #C2C4A3;
}

#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 780px;
	height: 222px;
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	position: relative;
}

#navigation {
	width: 780px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 170px;
}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
}

li {
	margin-bottom: 10px;
	margin-right: 20px;
}	

ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.nav li {
	float: left;
	margin-right: 15px;
	color: #fff;
}

#consplit {
	width: 780px;
}

#content {
	float: left;
	width: 550px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.4em;
}

#content td {
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	margin: 0;
	margin-bottom: 30px;
	color: #631C00;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	margin: 0;
	margin-bottom: 12px;
	color: #631C00;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 17px;
	font-weight: normal;
}

.caption {
	margin: 0;
	color: #666666;
	margin-left: 5px;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 11px;
	font-weight: normal;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

#sidebar h3 {
	font-size: 14px;
	border-bottom: 1px solid #CACDB1;
	border-right: 1px solid #CACDB1;
	border-top: 1px solid #939861;
	border-left: 1px solid #939861;
	background-color: #B4B88F;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #631C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#sidebar li {
	margin: 0;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #631C00;
	list-style-type: none;
}

#sidebar li a {
	text-decoration: none;
	color: #631C00;
}

#sidebar li a:hover {
	text-decoration: none;
	background-color: #B4B88F;
}

.ffix {
	clear: both;
	height: 0;
	overflow: hidden;
}

#footer {
	width: 760px;
	padding: 0 10px 0 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: 1px solid #631C00;
	padding-top: 12px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #631C00;
}

#footer a:hover {
	text-decoration: underline;
}

.sideImg {
	padding: 10px;
	background-color: #FDF5EA;
	border: 1px solid #E5E4D1;
	margin-bottom: 10px;
	display: block;
}

.gaImgH {
	padding: 2px;
	background-color: #FDF5EA;
	border: 1px solid #E5E4D1;
}

.gaImg {
	padding: 2px;
	background-color: #FDF5EA;
	border: 1px solid #B4B88F;
	display: block;
}

a:link, a:active {
	font-weight:normal; 
	color:blue; 
	text-decoration:underline;
}

a:visited {
	font-weight:normal; 
	color:navy; 
	text-decoration:underline;
}

a:hover {
	font-weight:normal; 
	color:blue; 
	text-decoration:none;
}
