/*
body {
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #000;
	scrollbar-shadow-color: #666;
	scrollbar-face-color: #333366;
	scrollbar-highlight-color: #f3f3f3;
	scrollbar-dark-shadow-color: #666699;
	scrollbar-3d-light-color: #ccc;
	}
*/

/******************************
	Main Default Styles
******************************/	

body {
	background: fff;
	}
*html body {
	text-align: center;
	}
html {
	min-height: 100.1%;
	}
a:link {
	color: #0000ff;
	text-decoration: none;
	}
a:active {
	color: #0000ff;
	text-decoration: none;
	}
a:visited {
	color: #0000ff;
	text-decoration: none;
	}
a:hover {
	color: #0000ff;
	text-decoration: underline;
	}

div#main {
	font-family: arial, helvetica;
	margin: 0 auto;
	width: 850px;
	}

/******************************
	Header Styles
******************************/	

div#header {
	font-family: arial, helvetica;
	color: #fff;
	height: 50px;
	text-align: center;
	margin-bottom: 10px;
	}
div#header a:link {
	color: #fff;
	}
div#header a:active {
	color: #fff;
	}
div#header a:visited {
	color: #fff;
	}
div#header a:hover {
	color: #fff;
	}
div#header ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
	width: 850px;
	}
div#header ul li {
	float: left;
	}
div#header ul li.left-end {
	background: url("/asts/bak/bak-top-nav-left.gif") no-repeat;
	height: 50px;
	width: 141px;
	}
div#header ul li.right-end {
	background: url("/asts/bak/bak-top-nav-right.gif") no-repeat;
	height: 50px;
	width: 141px;
	}
div#header ul li.center {
	background: url("/asts/bak/bak-top-nav-center.gif") no-repeat;
	height: 50px;
	width: 142px;
	}
div#header h2 {
	font-size: .75em;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding-top: 1.25em;
	}
	
	
/******************************
	Home Header Styles
******************************/	

div#home-header {
	clear: both;
	margin: 0px 0px 10px 25px;
	}
div#home-header div.home-logo {
	float: left;
	margin: 0px 0px 10px 0px;
	}
div#home-header div.home-picture {
	float: left;
	margin: 0px 0px 10px 0px;
	}
	
/******************************
	Body Home Styles
******************************/	

div#home-content-boxes {
	clear: both;
	margin: 0px 0px 0px 25px;
	}
div#home-content-boxes div.content-left {
	background: #efe7ce;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 390px;
	height: 390px;
	}
div#home-content-boxes div.content-right {
	background: #efe7ce;
	float: left;
	margin: 0px 0px 20px 20px;
	width: 390px;
	height: 390px;
	}
*html div#home-content-boxes div.content-right {
	margin: 0px 0px 0px 20px;
	}
	
/******************************
	Body Content Styles
******************************/	

div#body-content {
	background: url("/asts/bak/bak-content.gif") repeat;
	clear: both;
	margin: 0px 0px 20px 25px;
	text-align: left;
	width: 800px;
	}
div#body-content h2 {
	font-size: 1.5em;
	color: #333;
	}
div#body-content h2 span {
	font-size: .7em;
	color: #999;
	}
div#body-content h3 {
	font-size: 1.1em;
	color: #333;
	}
div#body-content h3 span {
	font-size: .8em;
	color: #333;
	}
div#body-content h4 {
	background: url("/asts/bul/bul-h4.gif") no-repeat 0px 2px;
	font-size: 1em;
	color: #333;
	padding-left: 15px;
	}
div#body-content h4 span {
	font-size: .8em;
	font-weight: 400;
	color: #333;
	}
div#body-content form {
	font-family: arial, helvetica;
	color: #333;
	}
div#body-content form input {
	font-family: arial, helvetica;
	color: #333;
	width: 250px
	}
div#body-content form textarea {
	font-family: arial, helvetica;
	color: #333;
	width: 350px
	}
div#body-content form input.btn {
	font-family: arial, helvetica;
	color: #333;
	width: 100px
	}
div#body-content p {
	font-size: .88em;
	color: #333;
	width: 580px;
	}
div#body-content ul {
	font-size: .88em;
	color: #333;
	list-style-type: circle;
	width: 550px;
	}
div#body-content ul li {
	margin-bottom: .3em;
	}
div#body-content hr {
	background: #639e18;
	border: none;
	height: 2px;
	color: #639e18;
	margin: 0 auto 0 0;
	text-align: left;
	width: 580px;
	}
div#body-content hr.sub {
	background: #639e18;
	border: none;
	height: 1px;
	color: #639e18;
	margin: 0 auto 0 0;
	text-align: left;
	width: 400px;
	}
	
/******************************
	Footer Styles
******************************/	

div#footer {
	background: url("/asts/bak/bak-footer.gif") no-repeat;
	clear: both;
	font-size: .75em;
	color: #fff;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	width: 850px;
	}
div#footer p {
	padding-top: 15px;
	}
*html div#footer p {
	margin-top: 15px;
	padding-top: 0px;
	}