html, body, span, ul, ol, li, div, table, tr, th, td, form, input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
}

* {
margin: 0;
padding: 0;
}

body {
	padding:0;
	border:0;
	margin: 0;
	background-image:url(../images/bodybg.gif);
	background-position:top;
	background-repeat:repeat;
	background-color:#FFFFFF;
}

#layout{
    width: 1000px;
	height:auto;
	float:none;
	padding:0px;
	margin:0px;
}


#header{
	width: 1000px;
	height: 150px;
	float:left;
}

#logo{
	width: 300px;
	height: 150px;
	float:left;
}

#headgra{
	width: 700px;
	height: 150px;
	float: left;
	background-image:url(../images/headgra.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#topspacer a:link ,#topspacer a:hover, #topspacer a:visited, #topspacer a:active{
	text-align:center;
	text-decoration:none;
	color:#FC7D01;
}

#topspacer a:hover{
	text-align:center;
	text-decoration:none;
	color:#FF6600;
}

#topspacer{
	width: 1000px;
	height: 15px;
	float: left;
	clear:left;
	color:#FC7D01;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	background-image:url(../images/tp_spacer.gif);
	margin-top: 5px;
}

#main{
	width: 1000px;
	height:660px;
	float:left;
	clear:left;
	background-color:#FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color:#CCCCCC;
}

#cframe{
	width:850px;
	height:660px;
	float:left;
	overflow:hidden;
}

#content{
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#footspacer{
	width: 1000px;
	height:15px;
	clear:left;
	background-image:url(../images/bt_spacer.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color:#1B4D90;
}

#footspacer a:link ,#footspacer a:hover, #footspacer a:visited, #footspacer a:active{
	text-align:center;
	text-decoration:none;
	color:#666666;
}

#footspacer a:hover{
	text-align:center;
	text-decoration:none;
	color:#1c3c6b;
}

#footer{
	width:1000px;
	height:40px;
	clear:left;
	text-align:center;
}

