/**************** body and tag styles ****************/
body {
	margin-top: 0px;	  
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0;
	font: 11px "Lucida Grande", Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 1.4em;
	background: #f3f1dc;
}

a {
	color: #000098;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #807cad;
}

#container {
	width: 766px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
}

#header {
	width: 766px;
	height: 108px;
}

#logo img {
	float: left;
}

#logo img {
	width: 63px;
	height: 96px;
}

#title {
	float: left;
}

#title h2 {
	padding: 10px 2px 2px 2px;
	font: 30px Times New Roman;
}

#address {
	line-height: 1.2em;
	padding: 20px 4px 0px 0px;
	float: right;
	text-align: right;
	color: #9f8b75;
}

#address ul {
	list-style-type: none;
	white-space: nowrap;
}

#address ul li a{
	color: #807cad;
	text-decoration: none;
}

#address ul li a:hover{
	text-decoration: underline;
	color: #0000cc;
}

#home_main {
	padding: 0px 0px 0px 0px;
	float: left;
}

#home_right {
	padding: 0px 0px 0px 0px;
	float: right;
}

#menu {
	padding: 10px 0px 0px 0px;
	float: left;
	text-align: center;
	color: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#menu ul li {
	display: inline;
	padding: 0px 12px 0px 16px;
}

#menu ul li a{
	color: #000098;
	text-decoration: none;
}

#menu ul li a:hover{
	text-decoration: underline;
	color: #807cad;
}

#left_callout {
	float: left;
	padding: 50px 0px 0px 0px;
	width: 250px;
	text-align: right;
}

#left_callout h1 {
	font: 30px "Lucida Grande", Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 4px;
	color: #9f8b75;
}

#right_text {
	width: 470px;
	line-height: 1.5em;
	text-align: left;
	padding: 40px 0px 0px 40px;
	float: right;
}

#right_text p {
	text-align: justify;
}

#right_text ul li {
	list-style-type: square;
	padding: 2px 0px 10px 0px;
}

#footer {
	clear: both;
	text-align: center;
	color: #9f8b75;
	padding: 40px 0px 10px 0px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#footer ul li {
	display: inline;
	padding: 0 20px;
}

#footer ul li a{
	color: #807cad;
	text-decoration: none;
}

#footer ul li a:hover{
	text-decoration: underline;
	color: #0000cc;
}

#credits {
	text-align: right;
	color: #cccccc;
}

#credits a {
	color: #9f8b75;
}