/**************** body and tag styles ****************/
body {
	margin-top: 10px;	  
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 2px;
	padding: 0;
	font: 11px "Lucida Grande", Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 1.4em;
	background: #ffffff;
}

a {
	color: #000098;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #807cad;
}

#container {
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
}

#header {
	height: 84px;
	border-bottom: 1px solid #cccccc;
}

#logo img {
	float: left;
}

#logo img {
	width: 43px;
	height: 66px;
}

#title {
	float: left;
}

#title h2 {
	padding: 10px 2px 2px 2px;
	font: 24px Times New Roman;
}

#address {
	line-height: 1.2em;
	padding: 2px 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;
}


#menu {
	padding: 10px 0px 0px 0px;
	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 4px 0px 6px;
}

#menu ul li a{
	color: #000098;
	text-decoration: none;
}

#menu ul li a:hover{
	text-decoration: underline;
	color: #807cad;
}


#content {
	width: 80%;
	margin: 20px 2px 4px 4px;
	float: left;
	text-align: left;
	color: #000000;
}

#content h1 {
	font-size:18px;
	font-weight:normal;
	color:#454545;
	letter-spacing:-1px;
	background-image:url("../images/h1.jpg");
	background-position:left;
	background-repeat:no-repeat;
	padding:20px 4px 20px 4px;
	border-top:1px solid #eee;
}

#content ul li {
	padding: 2px 2px 6px 2px;
}

#secondary {
	float: right;
	width: 15%;
	border: 1px solid #cccccc;
	background: #eeeeee;
	text-align: left;
	margin: 20px 4px 0px 2px;
	padding: 6px 4px 0px 4px;
}

#secondary h2 {
	padding: 0px 2px 0px 2px;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	color: #454545;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0px 10px 10px 10px;
}

#secondary ul li {

}

#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;
}
