@charset "utf-8";
body {
	background: #ddddaa;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.one_column_fixed_center #container {
	background: #ddddaa;
	border: none;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
.one_column_fixed_center #maincontent {
	/*padding: 0 20px;*/
}

/****************************
	Custom Styles
****************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
a:link {
	color: #712313;
}
a:visited {
	color: #150704;
}
a:hover {
	color: #779943;
}
a:active {
	color: #DDDDAA;
}


#header {
	background-image: url(images/bkg_header.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	border: solid 1px transparent;
	height: 243px;
}
#navigation {
	margin-top: 174px;
	height: 70px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav {
	padding-left: 15px;
	padding-top: 40px;
}
#nav img {
	padding-right: 25px;
}

#nav li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}
#nav li a {
	font-weight: bold;
	font-size: 16px;
	color: #f2f2de;
	text-decoration: none;
}
#nav li a:visited {
	color: #f2f2de;
}
#nav li a:hover {
	color: #341109;
}
#contentblock {
	height: 100%;
	padding-left: 15px;
	background-image: url(images/bkg_contentblock.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content{
	width: 675px;
	float: left;
	padding-top: 20px;
}
#sidenav {
	float: right;
	height: 270px;
	width: 200px;
	background-image: url(images/bkg_sidenav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidenav ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 60px;
	margin-left: 0px;
	padding-left: 13px;
	height: 60px;
}
#sidenav li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #341109;
	padding-bottom: 5px;
	width: 80%;
}
#sidenav li a {
	color: #F4F2E5;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 10px;
}
#sidenav li a:visited {
	color: #F4F2E5;
	text-decoration: none;
}
#sidenav li a:hover {
	color: #341109;
	text-decoration: none;
}
#footer {
	color: #FFFFFF;
	background-color: #341109;
	padding: 5px;
	font-size: 10px;
}
.george h1 {
	padding-bottom: 10px;
}
.george p {
	margin-top: 0px;
	padding-top: 0px;
}
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #341109;
}
th {
	color: #FFF;
	background-color: #5F8437;
}
.treven {
	background-color: #E5FA9F;
}
.trodd {
	background-color: #FFF;
}
.trhover {
	background-color: #FFC;
}
.trselected {
	color: #FFF;
	background-color: #341109;
}

.tdmerged {
	border: 1px solid #CCC;
	background-color: #FFC;
}

