@charset "utf-8";
/* CSS Document */

body {
	background:url('../images/splashbg.gif') repeat-x;
	font-family:Arial, Helvetica, sans-serif;\;:0px
	}
	
#wrapper {
	width:710px;
	margin:0px auto;
	}
	
	#menupane {
	width:100%;
	height:30px;
	background:#f58220 url(../images/divmenu.gif) bottom repeat-x;
	float:left;
	margin-top:0px;
	}
	
#menupane a{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:5px 20px;
	border-right:1px #FFFFFF solid;
	text-decoration:none;
	}

#menupane a:hover{
	background:#9fbd47;
	}

#menupane #leftmost {
	float:left;
	height:18px;
	_height:0px;
	padding:4px 12px;
	border-right:1px #FFFFFF solid;
	text-decoration:none;
	}
	

#spcontent {
	width:660px;
	background:url(../images/spcontentbg.gif) repeat-y;
	padding:25px;
	float:left;
	border-bottom: 1px solid #ebebeb;
	}

#banner {
	width:100%;
	}
	
#spmainbox {
	background:#f2f0f0;
	border:1px solid #c7c7c7;
	padding:20px;
	width:617px;
	float:left;
	font-size:13px;
	color:#3d3d3d;
	}
	
#spmainbox a {
	font-weight:bold;
	color:#3d3d3d;
	}
	
#spmainbox object {
	float:right;
	padding:10px;
	}
	
#spmainbox h1 {
	color:#eb9423;
	font-size:24px;
	text-align:center;
	margin:5px;
	}
	
#spmainbox h2 {
	color:#94b13b;
	font-size:20px;
	text-align:center;
	margin:0px;
	font-weight:normal;
	}
	
#spmainbox .subscript {
	font-color:#000000;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	}	
	
#spmainbox table {
	font-size:13px;
	color:#000000;
	}
	
#spmainbox li {
	list-style:none;
	margin-left:-40px;
	padding:5px 0px;
	}
	
.spsubbox {
	padding:20px;
	width:617px;
	float:left;
	font-size:13px;
	color:#3d3d3d;
	}
	
.spsubbox h1 {
	color:#eb9423;
	font-size:24px;
	margin:5px;
	font-weight:normal;
	}
	
.spsubbox li {
	list-style:none;
	margin-left:-35px;
	padding:5px 0px;
	}
	
.spsubbox img {
	margin-left:60px;
	}
	
#spfooter {
	width:710px;
	height:40px;
	background:#888888;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	color:#FFFFFF;
	clear:both;
	margin-top:30px;
	float:left;
	}