﻿html {background: #A0AA6D;}

body {
	text-align: center;
	margin: 0; padding: 0;
	background:#A0AA6D; 
	color:#5B632E; 
	font-family:'Arial', 'Times New Roman','Times', serif;
	font-size:0.9em;
}

dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
img {border: none;}

a {color:#3366FF; text-decoration:none; }
a:visited {color:#3366FF;}
a:hover,a:active{color:#FF6600;}
b, strong {font-weight:bold;}
h1, h2, h3 {color:#697335;font-weight:normal;}
h2 {font-size:1.1em; padding-top:10px; padding-bottom:10px; font-weight:bold}
h3 {font-size:1.0em; padding-top:10px; padding-bottom:10px; font-weight:bold}

li {color:#697335;line-height:1.75em;margin:0 0 1em 0;}
p {color:#697335;line-height:1.25em;margin:0 0 1em 0;font-size:1.0em;}   
table td, table th {vertical-align:top;}
table td {color:#697335;}

#container {
	width: 718px;
	text-align: left;
	padding: 0px; 	  
	background-color:#E9ECCF;
	margin:0px auto;
}

#main-content {
	float: left;
	display: inline; /* for IE */
	width: 686px;
	background-color:#E9ECCF;
	padding:10px 15px 10px 15px;    
}

#footer {
	margin-top:0em;
	background: URL("images/skin_branch_bottom.jpg") no-repeat bottom left;
	background-color:#E9ECCF;
	clear: both;
}

#footer hr {margin:0px;}

#g_footer {
	font-size:0.85em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#697335;
	text-align:center;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px
}

#g_footer a {color:#697335;}
#g_footer a:hover {text-decoration:underline;}

#page-title 
{
	clear:both;padding-right:20px;padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:2.2em;
}
	
#header {
	background: #D2D6B1 url("images/skin_branch_top.jpg") no-repeat top left;
	height:206px;
}

hr {
	height:1px;
	margin:0px 20px;
	background-color:#E9ECCF;
	border:none;
	border-bottom:2px dotted #A0AA6D;
}

.links
{
	padding-left:30px;
	padding-bottom: 20px
}

.links table td {padding: 2px 5px 2px 0px}

@media print {
  html {background:#fff !important;}
  #container {border-width:0px !important;padding:0 !important;}
}