body {
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto auto auto;
	color:#000;
	font-size:12px;
	background-image:url(/images/pagebg.jpg);
}
.clear {clear:both}

form, p {padding:0; margin:0}

h2 { font-size:14px; padding:0; margin:0;}
.red {color:#CC0000;}

#wrapper {
	width:980px;
	height:100%;
	margin:0 auto;
	background:#FFFFFF;
}
#header_outer {
	width:100%;
	border-bottom: solid 1px #000;
}
#header {
	width:980px;
	height:100px;
	background-color:#CC0000;
	margin:0 auto;
}
#logo {
	float:left;
	width:230px;
	height:100px;	
}
#topbanner {
	float:right;
	width:720px;
	height:100px;
}
#topmenu {
	width:980px;
	height:40px;
	line-height:40px;
	margin:0 auto;	
	background-image:url(/images/menu_bg.jpg);
}

#topmenu ul.left {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

#topmenu ul.right {
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}
#topmenu ul li {
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	float:left;
	list-style:none;
}
#topmenu ul li:hover {
	background-image:url(/images/menubgover.jpg);
}

#topmenu ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#topmenu ul li a:hover{
	color:#fff;
}

#usermenu {
	width:980px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	background-color:#F90;
}

#usermenu ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

#usermenu ul li {
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	float:left;
	list-style:none;
}
#usermenu ul li:hover {
	color:#FFF;
}


#usermenu ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}
#usermenu ul li a:hover{
	color:#000;
}

.box {
	width:250px;
}
.box_top {
	background-image:url(/images/top_box_bg.gif);
	height:10px;
	width:250px;
}
.box_center {
	background-image:url(/images/center_box_bg.gif);
	width:240px;
	padding:0 5px 0 5px;
}
.box_bottom {
	background-image:url(/images/bottom_box_bg.gif);
	height:10px;
	width:250px;
}

#content {
	width:980px;	
	margin:0 auto;
}


#content_left {
	width:255px;
	float:left;
	padding-left:5px;
}
#content_right {
	width:715px;
	float:right;
	padding-left:5px;
}

#footer {
	width:960px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#a90318;
	margin:0 auto;
	color:#fff;
	padding:10px;
}

.form_row{
	width:250px;
	text-align:left;
	padding:3px 0 3px 0;
	height:20px;
}
select.leftarea{
	border: 1px solid #C8D2D9;
	background-color:#FFFFFF;
	margin:0px;
	width:150px;
	float:left;
	margin-left:10px;
	font-size:11px;
}
label.left{
	float:left;
	width:70px;
	padding-top:3px;
	text-align:right;
}
label.left_long{
	float:left;
	width:90px;
	padding-top:3px;
	text-align:right;
}
input.form_input{
	border: 1px solid #C8D2D9;
	background-color:#FFFFFF;
	margin:0px;
	width:150px;
	float:left;
	margin-left:10px;
}
input.submit {
	background:none;
	border:none;
	background-image:url(/images/redbuttonsmall.png);
	width:100px;
	height:22px;
	line-height:22px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	margin-left:80px;
}
input.submit:hover {
	color:#FFCC00;
}
input.submitbig {
	background:none;
	border:none;
	background-image:url(/images/redbuttonsmall.png);
	width:100px;
	height:22px;
	line-height:22px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}
input.submitbig:hover {
	color:#FFCC00;
}

select {
	border: 1px solid #C8D2D9;
	background-color:#FFFFFF;
	margin:0px;
	width:140px;
	font-size:11px;
}


.tableheader {
	background-image:url(/images/menu_bg.jpg);
	height:25px;
	color:#FFF;
}

.border { border:solid 2px #CC0000;}

#slider {
	width:700px;
	height:200px;
	overflow:hidden;
}
