p, td {
	font: normal 0.75em Arial, Helvetica, sans-serif;;
	color:#333333;
	margin:0px 0px 10px;
}

td {
	padding:5px 0px;
	border-bottom:dashed #dbe2f7 1px;
}

input {
	border:none;
	background-color:#dbe2f7;
	padding:2px;
	margin:5px;
	font: normal 1.0em Arial, Helvetica, sans-serif;;
	color:#25408e;
}

select {
	margin:5px;
}

.formButton {
	padding:1px 2px;
	margin:0px;
	border:#25408e 1px solid;
	font: normal 0.9em Arial, Helvetica, sans-serif;;
}

.formButton:hover {
	background:#bdc5dd;
	border-color:#25408e;
	color:#25408e;
}

.formButton:active {
	background:#25408e;
	border-color:#25408e;
	color:#dbe2f7;
}

ul {
	margin: 0px 0px 10px;
}

ul li {
	font: normal 0.75em Arial, Helvetica, sans-serif;;
	color:#333333;
	margin:0px 0px 0px 0px;
	list-style:none;
}

h1{
	font: normal 1.40em "Trebuchet MS", Tahoma, Arial;
	color:#facd27;
	margin:0px 0px 5px;
	letter-spacing: -1px;
	font-style:normal;
}

h2, h2 a, h2 a:hover{
	font: normal 1.0em "Trebuchet MS", Tahoma, Arial;
	color:#25408e;
	margin:0px 0px 5px;
	letter-spacing: -1px;
	font-style:normal;
	text-decoration:none;
}

h3{
	font: normal 0.8em Arial;
	color:#25408e;
	margin:0px 5px 5px;
	letter-spacing: 0px;
	font-style:bold;
}

a {
	color:#25408e;
	text-decoration:none;
}

a:hover {
	color:#25408e;
	text-decoration:underline;
}

html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background: url(../img/woodbg.jpg) repeat fixed;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:1em;	
	color:#111111;
} 

#container {
	position: relative;
	width:100%;
	min-height:100%;
}

#body{
	position:relative;
	left:50%;
	margin-left:-460px;
	width: 920px;
	padding-bottom:40px;
}

#sscc {
	position:fixed;
	z-index:100;
	width:174px;
	height:174px;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
}

#top {
	position:absolute;
	height:60px;
	width:100%;
	top:0px;
	background:url(../img/menubg.png) repeat-x top;
}

#top .menu {
	position:absolute;
	left:50%;
	margin-left:-435px;
	width:auto;
	height:auto;
	top:15px;
	z-index:2;
}

#top .menu ul { float:left; clear:left; list-style:none; margin:0px; padding:0px;}
#top .menu li { float:left; padding:0px; margin:0px 0px 0px 5px; }
#top .menu li a { float:left; text-align:center; font: normal 1.00em Arial; text-align:center; color:#EEEEEE; padding:0 4px 0 0; margin:0px; cursor:pointer; }
#top .menu li a span { padding: 3px 2px 3px 6px; float:left; cursor:pointer;}
#top .menu li a:hover, #top .menu li a.active  { color:#FFFFFF; background:url(../img/menuhover-r.gif) no-repeat right top; text-decoration:none; }
#top .menu li a:hover span , #top .menu li a.active span { background:url(../img/menuhover-l.gif) no-repeat left top;}

#heads {
	position:absolute;
	left:50%;
	margin-left:-460px;
	width:920px;
	height:80px;
	background:url(../img/bannertop.png) no-repeat bottom;
	z-index:1;
}

#main {
	position:relative;
	top: 80px;
	left:50%;
	margin-left:-460px;
	width:920px;
	height:auto;
	background:url(../img/mainbg.png) repeat-y center;
}

#banner {
	position:relative;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:250px;
	background:url(../img/bannermain.jpg) no-repeat center;
}

#content {
	position:relative;
	height:auto;
	min-height:200px;
	width:900px;
	left:50%;
	margin-left:-450px;	
	margin-top:20px;
	overflow:hidden;
}

#text {
	position:relative;
	float:right;
	height:auto;
	width:470px;
	padding: 0px 20px 20px 10px;
}

#text p {
	text-align:justify;
	margin-left:5px;
}

#text .subtext, #text .subtext a, #text .subtext a:hover {
	font: normal 0.70em Arial, Helvetica, sans-serif;
	color:#999999;
	margin:-5px 0px 10px;
}

#text .quote {
	background:url(../img/quotes.jpg) no-repeat;
	width:310px;
	height:80px;
	padding:20px 80px 0px;
	font: normal 0.8em Arial, Helvetica, sans-serif;;
	color:#333333;
	text-align:center;
	overflow:visible;
}

#text li {
	list-style:none;
	margin-left:10px;
	padding-left:15px;
	background:url(../img/bullet.jpg) no-repeat left;
}

#text p.message {
	color:#25408e;
	background:#dfe3f4;
	padding:10px;
	border:solid 1px #25408e;
}

#text p.error {
	color:#990000;
	background:#f5e5e5;
	padding:10px;
	border:solid 1px #990000;
}

#content #left {
	position:relative;
	float:left;
	padding:0px 0px 20px 10px;
}

#content #left p {
	margin-left:5px;
}

#content #leftbox {
	background:#FAFAFA;
	border:#DDDDDD 1px solid;
	width:320px;
	height:auto;
	padding:10px 20px 10px 10px;
	margin:0px 0px 10px 10px;
}

#footer {
 	position:relative;
	left:50%;
	margin-left:-460px;
	width:880px;
	height:30px;
	background: url(../img/footer.png) no-repeat top;
	padding:8px 20px 0px; 
	margin-top:80px;
}	

#footer p {
	font: normal 0.70em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0px 0px;
}

#footer .menu {
	position:absolute;
	width:440px;
	height:40px;
	left:50%;
	margin-right:440px;
	margin-top:-12px;
}

#footer .menu ul { float:right; padding:0px; margin:0px; }
#footer .menu li {  list-style:none; float:left; padding:0px; margin:0px 5px; line-height:1.0; }
#footer .menu li a { text-align:center; font: normal 0.9em Arial, Helvetica, sans-serif; color:#EEEEEE; padding:0px; margin:0px; cursor:pointer; }
#footer .menu li a:hover { color:#FFFFFF; text-decoration:underline; cursor:pointer; }


#baseline {
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	background:url(../img/baseline.png) repeat-x bottom;
}