* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	background-color: #ffffff;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 60%;
	margin: 0 auto;
}

#topNav {
	position: relative;
}
#topNav li.firstTopNav {
	width: 215px;
	border-right: 1px solid #999999;
}
#topNav li {
	list-style: none;
	width: 115px;
/*	background-color: #d5b19e; */
	background-color: #0055a5;
	float: left;
	text-align: center;
	border-right: 2px solid c3937c;
	margin-right: 2px;
	vertical-align: middle;
}
#topNav li a {
	display: block;
	color: #ffffff;
	border-right: 2px solid c3937c;
	text-decoration: none;
	padding: 5px;
	height: 30px;
	font-weight: bold;
}
#topNav li a:hover {
	background: #0055a5 url(../img/gradient2.jpg) top left repeat-x;
}

#lowNav {
	clear: left;
	width: 918px;
	height: 177px;
	padding-top: 2px;
}
#lowNav h1 {
	float: left;
	height: 150px;
	width: 215px;
	position: relative;
	border-right: 1px solid #999999;
	font-size: 90%;
}
#lowNav h1 span {
	height: 100%;
	width: 100%;
	position: absolute;
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(../img/logo_block3.jpg) bottom no-repeat;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#lowNav h1 a {
	cursor: hand;
	border-right: 1px solid #999999;
}

#lowNavContainer {
	float: right;
	background-color: #95a9c9;
	height: 177px;
	width: 700px;
	margin-top: -17px;
	border-bottom: 1px solid #999999;
}

#secNav {
	width: 205px;
	border-right: 1px solid #999999;
	background: url(../img/logo_block3.jpg) top no-repeat;
	padding: 5px;
	padding-bottom: 0;
	height: 12px;
}
#secNav li {
	list-style: none;
	float: right;
	text-align: center;
	margin-left: 10px;
/*	background-color: #d5b19e; */
}
#secNav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
/*	background-color: #a15d39; */
}
#secNav li a:hover {
/*	background-color: #c3937c; */
}

#leftContent {
	width: 215px;
	clear: left;
	float: left;
	border-right: 1px solid #999999;
}
#leftContent h2 {
	color: #0055a5;
	border-bottom: 1px solid #999999;
	margin-bottom: 8px;
	font-size: 110%;
}
#leftContent p {
	margin-bottom: 20px;
}
.leftContentTop {
	background-color: #f7f7f7;
	padding: 20px;
	border-bottom: 1px solid #999999;
}
.leftContentTop p a {
	float: right;
	color: #0055a5;
	text-decoration: none;
	font-weight: bold;
}
.leftContentTop p a:hover {
	text-decoration: underline;
}
.leftContentForm {
	background-color: #f1f1f1;
	padding: 20px;
	border-bottom: 1px solid #999999;
}
ul.leftContentTop {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.leftContentTop li a {
	display: block;
	color: #000000;
	background: #f1f1f1 url(../img/gradient3.jpg) top left repeat-x;
	padding: 5px;
	text-decoration: none;
	margin-bottom: 1px;
}
ul.leftContentTop li a:hover {
	background-color: #c3937c;
}

#rightContent {
	float: left;
	padding: 10px;
	width: 675px;
}
#rightContent h2 {
	color: #000000;
	margin-bottom: 10px;
	font-size: 150%;
}
#rightContent h3 {
	color: #0055a5;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 2px;
}
#rightContent p {
	margin-bottom: 20px;
}
#rightContent ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
#rightContent a {
	color: #000000;
}
#rightContent form {
	padding: 10px 20px 20px 20px;
}
#rightContent form label {
	display: block;
	width: 200px;
}
#rightContent form input [type ~= "text"],#rightContent form textarea {
	border: 1px solid #0055a5;
}
#rightContent form input [type ~= "submit"] {
	padding-top: 10px;
}

#subfooter {
	margin-top: 30px;
	padding-top: 5px;
	border-top: 2px solid #cccccc;
}
#subfooter a {
	color: #000000;
	text-decoration: none;
}
#subfooter a:hover {
	background-color: #0055a5;
	color: #ffffff;
}

#footer {
	padding: 20px 10px 10px 10px;
	background-color: #ffffff;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	background-color: #0055a5;
	color: #ffffff;
}

.clearboth {
	clear: both;
}
