body, html {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 13px;
	background-color: #ffffff;
	line-height: 18px;
	font-family: Arial,Helvetica,sans-serif;/*palatino linotype, times new roman, georgia, serif;*/
	height: 100%; 
	width: 100%;
}

img {
	border-style: none;
	background: transparent;
	padding: 0;
}

p{
	
}

sup{
	line-height:80%;
}

h1, h2, h3, h4 {
	font-family: Georgia,Times,'Times New Roman',serif;
	color: #000000;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 100%;
}
h1{
	font-size: 40px;
}
h2{
	font-style: italic;
	font-size: 23px;
}
h3{
	font-style: italic;
	font-size: 15px;	
}

br{
	clear: both;
}

a{
	color: #808080;
	text-decoration: underline;
}
a.h3_link {
	font-family: Georgia,Times,'Times New Roman',serif;
	font-style: italic;
	font-size: 15px;	
}
a:hover{
	color: #A97B3F;
}
:focus{
	outline-style: none;
	outline-width: 0;
}

#container{
	width: 960px;
	margin: 0 auto;	
	padding: 0 0 30px 0;
}

#top_bar {
	width: 940px;
	height: 140px;
	margin: 0 10px 5px 10px; 
}
#top_bar h1 {
	display: none;
}

#top_bar_logo {
	float: left;
	width: 470px;
	padding: 30px 0 0 0;
}
#top_bar_nav {	
	float:left; 
	width: 470px; 
	padding: 41px 0 0 0;
}

#top_nav, #top_nav ul {
	float: right;
	position: relative;
	list-style: none outside none;
    margin: 0 -6px 0 0;  
    padding: 0;
	font-size: 12px;	
	line-height: 22px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
}
#top_nav li{	
	float: left;
}
#top_nav a {
	color: #000000;
	text-decoration: none;
	padding: 0.5em; 
}
#top_nav a:hover {
	color: #999999;
}
#top_nav a.drop{
	background: url("expand.png") no-repeat scroll 5.0em .95em transparent; 
    padding-right: 19px;
}
#top_nav a.drop:hover{
	background: url("expand_2.png") no-repeat scroll 5.0em .95em transparent;
    padding-right: 19px;
}
#top_nav ul {
	position: absolute;
	z-index: 999; 
	top: 1.5em;
    width: 10em;
	height: auto;
	padding-top: 0.6em; 
	padding-bottom: 12px;
	left: -999em;
	/*left: 0;
	visibility: hidden;*/
}
#top_nav ul li{
	float: none;
}
#top_nav ul li a{
	display: block;
	background-color: #ffffff; 
	line-height: 1.4em;
	height: 1.4em;
}
#top_nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	/*visibility: visible;*/
}
#top_nav span{
	color: #999999;
}

#image_bar {
	position: relative;
	width: 960px;
	height: 140px;
	margin-bottom: 42px;
}

#page_content {
	/*text-align: justify;*/
	/*padding-top: 19px;*/
	/*padding: 0 10px;*/
}

#footer{}

