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

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

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

#top {
	text-align: left;
	margin: 0px auto;
	padding: 43px 0px 0px 21px;
	width: 749px;
	height: 30px;
	background-image: url(/images/back-head.gif);
	color: #ffffff;
	cursor: pointer;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#top2 {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	height: 114px;
	background-image: url(/images/back-head2.gif);
}

#pagebottom1 {
	margin: 0px auto;
	text-align: left;
	padding: 50px 0px 0px 220px;
	width: 550px;
	height: 26px;
	background-image: url(/images/back-bottom1.gif);
	background-repeat: no-repeat;
	color: #605807;
}

#pagebottom2 {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	height: 50px;
	background-image: url(/images/back-bottom2.gif);
	background-repeat: no-repeat;
}

#pagebottom2 #left {
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 20px;
	top: 4px;
	left: 21px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#pagebottom2 #right {
	position: absolute;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 20px;
	top: 4px;
	right: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 770px;
	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.gif);
	background-repeat: no-repeat;
	background-position: 169px 0px;
}

#leftnav {
	float: left;
	width: 125px;
	padding: 0px 0px 0px 31px;
	margin: 0px;
}

#rightnav {
	float: right;
	width: 127px;
	padding: 40px 35px 0px 0px;
	margin: 0px;
}

#content {
	width: 395px;
	margin-left: 186px;
	padding: 3px 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	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-family: georgia;
	font-size: 26px;
	color: #5f4f4f;
	font-weight: 900;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 110%;
}

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


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

a {
	color: #957f09;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #bfab41;
	text-decoration: underline;
	font-weight: bold;
}

#mainNav a {
	display:block;
	padding: 5px 0px 6px 7px;
	margin: 0px;
	width: 118px;
	color: #ffeb12;
	text-decoration: none;
	background-image: url(/images/back-nav.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

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

#right a {
	color: #ad940a;
	text-decoration: none;
}

#right a:hover {
	color: #ede19d;
	text-decoration: underline;
}

#pagebottom1 a {
	color: #ffeb12;
	text-decoration: none;
}

#pagebottom1 a:hover {
	color: #fef8b8;
	text-decoration: underline;
}


