@charset "utf-8";
/* CSS Document */

body {
	background:#d3dbbd url(../images/body_bg.jpg) repeat-x top left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}

body.inner {
	background:#d3dbbd url(../images/body_bg_inner.jpg) repeat-x top left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}


a {
	color:#491b00;
	text-decoration:underline;
}

a:hover {
	color:#491b00;
	text-decoration:none;
}

span.highlight {
	border-bottom:1px #769829 dotted;
}

ul {
	margin-left:5px;
	padding-left:10px;

}

li {
	list-style:disc;
	padding-top:8px;
}

ul li ul {
	margin:2px 0 2px 0;
}

ul li ul li{
	list-style:disc;
	padding-top:3px;
}

ul.special li {
	background:url("../images/bullet.gif") no-repeat scroll 0px 4px transparent;
	list-style:none outside none;
	margin-left:-8px;
	padding-left:20px;
	padding-top:3px;
}

ul.special {
	margin-left:0;
	padding-left:10px;

}


table.Container {
	margin:0px auto;
}

td.Navigation {
	height:149px;
}

table.navContent {
	
	margin:0 auto;
	height:149px;
}

table.navigationLinks {
	color:#772e00;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:43px;
}

table.navigationLinks a{
	padding:0px 13px 0px 12px;
	color:#772e00;
	text-decoration:none;
}

table.navigationLinks a:hover{
	padding:15px 13px 11px 12px;
	color:#d3dbbd;
	line-height:43px;
	background:url(../images/nav_hover.jpg) repeat-x top left;
}

table.navigationLinks td.border{
	border-right: 1px dotted #772e00;
}

td.Header {
	height:286px;
	vertical-align:top;
}

table.headerImage {
	margin:20px auto 0px auto;
}

td.Body {
	height:286px;
}

table.Interactive {
	margin:0 auto;
	margin-top:17px;
	border-bottom:#769829 1px solid;
}

table.footer {
	background-color:#212121;
	height:86px;
	width:100%;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:middle;
}

table.footerContent {
	margin:0 auto;
}

table.footerContent a {
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}

table.footerContent a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#d3dbbd;
	padding:2px;
}

a.margin_right {
	margin-right:10px;
}

a.margin_left {
	margin-left:10px;
}

a.margin_right_left {
	margin:0px 10px 0px 10px;
}

table.Content {
	margin:0 auto;
}

table.ContentText {
	margin:18px 18px 18px 0;
}

table.ContentTextUnique {
	margin:18px 0 18px 0;
}

table.leftContent {
	margin:18px;
}

img.innerImage {
	margin-right:20px;
	margin-top:20px;
	border:2px #769829 solid;
}

.required {
	padding-left:5px;
	background:url(../images/required.gif) 0px 2px no-repeat;
	*background:url(../images/required.gif) 0px 3px no-repeat;
}

input.btn {
	background-color:#212121;
	border:1px #c8c4b3 solid;
	cursor:pointer;
	color:#FFFFFF;
}
