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

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

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(/images/back.gif);
}

#top {
	margin: 0px auto;
	padding: 0px;
	width: 756px;
	height: 195px;
	background-image: url(/images/head.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#pagebottom {
	text-align: center;
	margin: 0px auto;
	padding: 21px 0px 50px 0px;
	width: 756px;
	background-image: url(/images/foot.gif);
	background-repeat: no-repeat;
	color: #eeeeee;
}

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

#leftnav {
	float: left;
	width: 220px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#content {
	width: 490px;
	margin-left: 245px;
	padding: 20px 0px 20px 0px;
	line-height: 150%;
}

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

#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;
}

.navContainer{
	padding: 20px;
	width: 180px;
	background-image: url(/images/nav_back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #edc200;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

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

hr {
	border: 0px;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	background-image: url(/images/hr_back.gif);
	background-repeat: repeat-x;
	background-position: center left;
}

h1 {
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

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

a {
	color: #fe2a00;
}

a:hover {
	color: #fe684b;
}

#top a {
	color: #ffffff;
	text-decoration: none;
}

#top a:hover {
	color: #ffffff;
	text-decoration: none;
}

#pagebottom a {
	color: #edc200;
	text-decoration: none;
	font-weight: bold;
}

#pagebottom a:hover {
	color: #f2e8bc;
	text-decoration: underline;
}

#leftnav a {
	color: #2c1852;
	text-decoration: none;
	font-weight: bold;
}

#leftnav a:hover {
	color: #74678d;
	text-decoration: underline;
}


