
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#top1 {
	text-align: left;
	margin: 0px auto;
	padding: 10px 31px 0px 31px;
	width: 728px;
	height: 20px;
	background-image: url(images/back-top1.gif);
	color: #ffffff;
	font-weight: bold;
}

#top2 {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	height: 165px;
	background-image: url(images/back-top2.jpg);
}

#liner01{
	margin: 0px;
	padding: 0px;
	background-image: url(images/liner01.gif);
	background-repeat: repeat-y;
	background-position: 246px 0px;
}

#liner02{
	margin: 0px;
	padding: 0px;
	background-image: url(images/liner02.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#pagebottom {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	height: 180px;
	background-image: url(images/back-bottom.gif);
	background-repeat: no-repeat;
}

#pagebottom #text{
	position: absolute;
	top: 67px;
	left: 0px;
	width: 770px;
	text-align: center;
	font-weight: bold;
	padding: 0px 10px;
}

#pagebottom #links{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 770px;
	text-align: center;
	padding: 0px 10px;
	font-family: lucida sans unicode, lucida, verdana, arial, helvetica;
	color: #040300;
	font-weight: bold;
}

#pagebottom #copy{
	position: absolute;
	top: 135px;
	left: 0px;
	width: 770px;
	text-align: center;
	padding: 0px 10px;
}

#container {
	width: 790px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(images/back-container.gif);
}

#leftnav {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

#content {
	width: 500px;
	margin-left: 268px;
	padding: 55px 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{
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #050503;
	background-color: #ffffff;
}

.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: 19px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #ee4e00;
	text-decoration: none;
}

a:hover {
	color: #ee4e00;
	text-decoration: underline;
}

#mainNav a{
	font-family: lucida sans unicode, lucida, verdana, arial, helvetica; 
	display: block;
	text-align: left;
	margin: 0px;
	padding: 8px 10px 6px 24px;
	width: 164px;
	color: #fccd89;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/nav-back.gif);
	background-repeat: no-repeat;
}

#mainNav a:hover{
	color: #ffffff;
}

#mainNav a.top{
	padding: 15px 10px 6px 24px;
	background-image: url(images/nav-back-top.gif);
}

#pagebottom #links a{
	font-family: lucida sans unicode, lucida, verdana, arial, helvetica; 
	color: #fccd89;
	text-decoration: none;
	font-weight: normal;
}

#pagebottom #links a:hover{
	color: #ffffff;
}

#pagebottom #copy a{
	color: #050503;
	text-decoration: none;
	font-weight: bold;
}

#pagebottom #copy a:hover{
	color: #747466;
}



