/* CSS Document */
table, tr, td, div, input, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a{
	border-width: 0;
	margin: 0;
	padding: 0;
}

body { 
    margin:0;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.4em;
/*	background:#b8a57b url(../images/bkgd.jpg) top left repeat-x; */
	background-color:#e5dbc0;
}

.util_nav {
    padding-top:10px;
	padding-bottom:5px;
	width:778px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
/*	border-bottom:3px solid #fff;*/
	background-image:url(../images/content_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.util_nav ul {
	margin:0 5px 0px 0px;
	padding:0;
}

.util_nav ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.util_nav ul li a, .util_nav ul li a:visited {
	color:#56442e;
	text-decoration:none;
}

.util_nav ul li a:hover {
	color:#56442e;
	text-decoration:underline;
}

.nav_separator {
	color:#56442e;
	padding:0px 2px;
}

div#container {
	margin:0px auto 0px auto;
	width:770px;
	background-color:#ffffff;
	padding:3px 3px 3px 3px;
    border-left:solid 1px #e3d6be;
	border-right:solid 1px #e3d6be;
/*	background-image:url(../images/leftcontent_bg.gif); */
	background-position:3px 0;
	background-repeat:repeat-y;
}

div#left {
	float:left;
	width:267px;
}

.logo {
	height:139px!important;
	height:137px;
	text-align:center;
	padding-top:20px;
	background:url(../images/logo_top.gif) 0 -3px repeat-x #ece4cd;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}

div#right {
	margin-left: 271px!important;
	margin-left: 268px;
}

.header_image {
	width:494px;
	height:116px;
}

img.print {
display:none;
}

/*
.navholder {
	padding:15px 0px 16px 0px!important;
	padding:12px 0px 17px 0px;
}

.navholder ul.mainlevel#menulist_root {
	list-style-type: none;
}

.navholder ul.mainlevel#menulist_root li {
	display:inline;
	margin-right:5px!important;
	margin-right:2px; 
}

.navholder ul.mainlevel#menulist_root li a {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/nav_off.jpg) top left repeat-x;
	padding: 12px 13px 12px 12px!important;
	padding: 11px 14px 11px 13px;
	color:#ffffff;
	text-decoration:none;
	border:2px solid #000000;
}

.navholder ul.mainlevel#menulist_root li a:hover, 
.navholder ul.mainlevel#menulist_root li a:active, 
.navholder ul.mainlevel#menulist_root #active_menu a {
	background:url(../images/nav_on.jpg) top left repeat-x;
}
*/
div#bottom_content {
width:765px;
border-top:2px solid #000000;
border-right:2px solid #000000;
border-left:2px solid #000000;
margin: 5px 0px 0px 0px;
padding-bottom:15px;
}


div#bottom_content h1 {
	color:#5d364c;
	padding: 10px 0px 0px 0px;
	font:normal bold 12px Verdana, Arial, Helvetica, sans-serif;
}

div#bottom_content h2 {
/*	color:#5d364c; */
	color:#634e57;
	margin-top:25px;
	padding: 10px 10px 17px 10px;
	font:normal bold 11px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/shadow.jpg) 0 100% no-repeat;
}

div#bottom_content p {
	margin:15px 15px 0px 15px;
/*	padding: 5px 15px 10px 15px; */
}

div#bottom_content p.box {
	border:1px solid #ccc;
	padding: 2px 5px 2px 5px;
}

div#bottom_content ul {
	margin:15px 15px 10px 32px!important;
	margin:15px 15px 10px 35px;
	list-style-type:none; 
}

div#bottom_content ul li {
	padding:3px 0px 5px 15px;
	background:url(../images/content_bullet.gif) 0px 7px no-repeat; 
}

div#bottom_content ul li ul {
	margin:10px 15px 10px 10px!important;
	margin:10px 15px 10px 13px;
	list-style-type:none; 
}

div#bottom_content ul li ul li {
	padding:3px 0px 5px 15px;
	background:url(../images/content_bullet.gif) 0px 7px no-repeat; 
}

div#bottom_content ol {
	margin:15px 15px 10px 32px!important;
	margin:15px 15px 10px 35px;
	list-style-type:decimal;
}

div#bottom_content ol li {
	padding:3px 0px 5px 2px;
}

div#bottom_content a {
	color:#5d364c;
}

div#bottom_content a:hover {
	text-decoration:none;
}

.content_image {
	float:right;
	padding: 17px 30px 0px 5px;
}

.content_image_left {
	float:left;
	padding: 5px 15px 10px 15px;
	margin-bottom: 10px;
}

p.readmore_right {
	color:#b0a1b0;
	text-align:right;
	margin:0;
	padding:0px 30px 0px 15px;
	font-weight:bold;
}

p.readmore_middle {
	color:#b0a1b0;
	text-align:right;
	margin:0;
	padding:0px 180px 0px 15px;
	font-weight:bold;
}

span.readmore {
	color:#b0a1b0;
	margin:0;
	padding:0px;
	font-weight:bold;
}

p.readmore_right a, 
p.readmore_right a:visited, 
p.readmore_middle a, 
p.readmore_middle a:visited, 
span.readmore a, 
span.readmore a:visited {
	color:#b0a1b0;
	text-decoration:none;
}

p.readmore_right a:hover, 
p.readmore_middle a:hover, 
span.readmore a:hover {
	color:#7f677f;
	text-decoration:none;
}

p.more {
	color:#e9e2d6;
	text-align:center;
	margin:0;
	padding:0px 10px 0px 15px;
}

p.more a, p.more a:visited {
	color:#e9e2d6;
	text-decoration:none;
}

p.more a:hover {
	color:#e9e2d6;
	text-decoration:underline;
}

p.indent {
	margin-left:30px;
}

table.data{
padding:0px;
margin:10px 0px 0px 0px;
border-top:1px solid #b49f74;
border-bottom:1px solid #b49f74;
width:90%;
font-size:11px;
}

table.data tr {
border-top:1px solid #b49f74;
border-bottom:1px solid #b49f74;
}

table.data tr td {
padding:2px 5px;
border-bottom:1px solid #b49f74;
}

table.data th {
background-color: #b49f74;
color: #fff;
text-align:center;
padding:2px 5px;
}

table.data td.light {
background-color: #ece4cd;
}

#footer {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#56442e;
	padding-top:7px;
	background:url(../images/bottom2.gif) 0px 0px no-repeat; 

}
