﻿/*@import url("layout.css");*/
/* ----------------------------------------------Body-------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;}
	
#container {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;	
	background-color: #FFFFFF;
}
#masthead {
	background-position: center top;
	margin: 0px;
	text-align: center;
	width: 780px;
	height: 238px;
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#Header {
	width: 782px;
	height: 240px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;	
	border-bottom: 0px;
	border-left:  0px;	
	background-color: #fff;

}
#content {
	float: left;
	width: 739px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	border =0px;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
/* ----------------------------------------------Top Navi-------------------------------------*/
ul#topnav{
	display:inline;
	text-align: left; 
	vertical-align:middle;
	width:139px;
	height:220px;
	float:left;
	margin-right:0px;
	margin-left:40px;
	margin-top:15px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
}
ul#topnav li{
	display:inline;
	float: left;
	height: 23px;
	list-style: none;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	background: url('../images/navline.jpg') no-repeat center bottom;
	top: 15px;
}
ul#topnav li.last{
	background:none;
}
ul#topnav a:link, ul#topnav a:visited, ul#topnav a:hover{
	display:inline;
	vertical-align:middle;
	float: left;
	height: 0px;
	margin-right:0px;
	margin-left:11px;
	margin-top:2px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #272727;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	width:124px;
}

ul#topnav a:hover{
	color:#FFFFFF;
	background-color:transparent;
}
/* ----------------------------------------------Content-------------------------------------*/
/* Content Styles */
#default-page-content {
	padding: 0px;
	margin: 0px;
	color: #6c6143;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
}
#default-page-sidebar {
	padding: 0px;
	margin: 0px;
	color: #6c6143;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-size: medium;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content img {
	padding: 5px;
	border: 0px;
}
/* ----------------------------------------------Footer-------------------------------------*/
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}