
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#top1 {
	text-align: left;
	margin: 0px auto;
	padding: 14px 30px 0px 34px;
	width: 734px;
	height: 21px;
	background-image: url(/images/back-top1.gif);
	background-repeat: no-repeat;
}

#top2 {
	margin: 0px auto;
	padding: 0px;
	width: 798px;
	height: 149px;
	background-image: url(/images/back-top2.gif);
	background-repeat: no-repeat;
}

#pagebottom {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 798px;
	height: 160px;
	background-image: url(/images/back-bottom.gif);
	background-repeat: no-repeat;
}

#pagebottom #links {
	position: absolute;
	top: 75px;
	left: 37px;
}

#pagebottom #copy {
	position: absolute;
	text-align: left;
	top: 115px;
	right: 37px;
}

#container {
	width: 798px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images/back-container.gif);
}

#liner01{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/liner01.jpg);
	background-repeat: no-repeat;
	background-position: 227px 0px;
}

#leftnav {
	float: left;
	text-align: center;
	width: 192px;
	padding: 0px 0px 0px 35px;
	margin: 0px;
}

#content {
	width: 514px;
	margin-left: 248px;
	padding: 117px 0px 0px 0px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #052134;
	background-color: #bfc6cb;
	background-image: url(/images/back.gif);
	background-repeat: repeat-x;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin:0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #324d5f;
	font-weight: bold;
}

a:hover {
	color: #758997;
}

#mainNav a{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 8px 5px 5px 23px;
	width: 164px;
	color: #fae927;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/images/back-nav.gif);
	background-repeat: no-repeat;
}

#mainNav a:hover{
	color: #fdfbdf;
}

#links a{
	font-weight: bold;
	color: #9a1f1f;
	text-decoration: none;
}

#links a:hover{
	color: #d88282;
}

#copy a{
	font-weight: bold;
	color: #052134;
	text-decoration: none;
}

#copy a:hover{
	color: #527892;
}

