html {
	padding: 5px 0 5px 0;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 0;
	border-bottom-width: 5px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0863AA;
	border-right-color: #0863AA;
	border-bottom-color: #0863AA;
	border-left-color: #0863AA;
	/*border-bottom:solid 20px #00457c;*/	
	}
a:link {
	color: #003366;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #333333;
	}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	}
a:active {
	text-decoration: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	}
p {
	color:#4D4D4D;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	color: #042B4A;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
h3 {
	font-size: 14px;
	}
/* navigation */
#nav {
	margin: 0;
	list-style: none;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:2.4em;
	background-color: #00192e;
	}
#nav ul { 
	padding: 0 0 0 110px;
	margin: 0;
	list-style:none;
			}
#nav li { 
	float: left;
	margin: 0;
	padding: 0;

	}

#nav a {
	float: left;
	display: block;
	padding: 6px 30px 10px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ffe89a;
	background: url(../img/nav_divider.gif) no-repeat top right;
	font-size: 85%;
	}

#nav ul li a:hover {
	color: #FFD542;
	}
	
/* slogan */
#slogan {
	height:2.3em;
	margin: 0;
	background: #fff3c9;
	background-image: url(../img/slogan_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336491;
	}
	.slogan{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: lighter;
	color: #062F4F;
	float: left;
	padding-right: 15px;
	margin-left: 110px;
	padding-top: 3px;
	}
/* main_image */
	#main_image {
	margin: 0;
	padding: 0;
	padding-left: 110px;
	background-color:#F3F3F5;
	}
/* content */
	#content{
	padding: 15px;
	margin-left: 110px;
	width: 620px;
	background-color: #F3F3F5;
	}
/* footer */
#footer {

}
.footer{
	font-size: 65%;
	padding: 10px;
	background-color: #F3F3F5;
	height: 45px;
}
/* vanity */
.showimage {
	float:right; margin:10px;
	padding: 5px;
	background-color:#FAFBF6;
	border: 1px solid #999999;
	}
