form,p,h1,h2,h3,h4,h5,h6,h7,h8,h9{
	margin:0;
}
img,table {
	border:none;
}
table{
	border-collapse:collapse;
}
td{
	vertical-align:top;
}
body {
	margin: 0 auto 0 auto;
	padding-left:8px;
	padding-right:8px;
	color: #000;
	font: 11px Verdana,Arial,Sans-Serif;
	text-align: left;
	background: url('../img/bodybg.jpg') left bottom repeat-x;
	background-attachment:fixed;
	behavior:url("csshover.htc");
}
html,body{
	height:100%;
}
#container{
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	min-height:100%;
	border-top:1px solid #fff;
}
* html #container{
	height:100%;
}

#menu {
	float:left;
	width: 230px;
	margin-right:0px;
	margin-left:20px;
	margin-top:15px;
	z-index:8;
}
* html #menu{
	margin-left:10px;
}

#menu #search{
	margin-top:10px;
	margin-left:2px;
}
#menu #search p{
	font-weight:bold;
	color:#1d1562;
}
#menu #search .infield{
	border:1px solid #b22222;
}
#menu #search .sbut{
	background:#b22222;
	color:#fff;
	border:1px solid #b22222;
	font-weight:bold;
	width:auto;
}

#content{
	display:block;
	position:relative;
	margin-left:250px;
	margin-bottom:50px;
	min-height:440px;
	padding:22px;
	padding-bottom:0px;
	z-index:9;
	line-height:16px;
}
* html #content{
	height:440px;
	margin-bottom:90px;
}
#header{
	position:relative;
	height:72px;
}
#header #logo{
	position:absolute;
	bottom:5px;
	left:10px;
}
#header #links{
	position:absolute;
	right:150px;
	bottom:0px;
}
#headerrow{
	background: url('../img/headerrow.jpg') repeat-x;
}
#footer{
	width:100%;
	position:absolute;
	bottom:0px;
	height:75px;
	font-size:10px;
	color:#888;
}
#footer #address{
	position:absolute;
	left:30px;
	bottom:15px;
}
#footer #icons{
	position:absolute;
	height:40px;
	left:240px;
	top:25px;
}
#footer #link{
	position:absolute;
	right:20px;
	top:45px;
}

div.box{
	padding:10px;
	border-bottom:1px solid #b22222;
	border-top:1px solid #b22222;
	margin-bottom:15px;
}
div.infobar{
	padding:10px;
	border-bottom:1px solid #b22222;
	border-top:1px solid #b22222;
	margin-top:5px;
	margin-bottom:15px;
}

.pagenum{
	font-size:11px;
	text-align:right;
	margin-top:3px;
	margin-bottom:4px;
}
.pagenum a{
	padding-left:3px;
	padding-right:3px;
}
.pagenum .currp{
	border:1px solid #ccc;
}


h1{
	font-size:13px;
	margin-bottom:15px;
}
h2{
	font-size:11px;
	margin-bottom:0px;
}
h3{
	font-size:11px;
}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}
a.result{
	font-size:11px;
	font-weight:bold;
	color:#b22222;
}
p,td{
	color: #000;
	font: 11px Verdana,Arial,Sans-Serif;
	text-align: left;
}
p{
	margin-bottom:7px;
}
p.left{ text-align:left; }
p.right{ text-align:right; }
p.center{ text-align:center; }
p.justify{ text-align:justify; }
span.lightinfo{
	color:#888;
	font-size:11px;
}
input,select,textarea{
	font: 11px Arial;
	border:1px solid #ccc;
	width:170px;
}
input.button,input.spc{
	width:auto;
}
input[type=submit],input[type=button],input[type=radio],input[type=checkbox]{
	width:auto;
}

#content ol, ul.cman_num{
	list-style: decimal;
}
#content ul, ul.cman_but{
	list-style-image: url('../img/menu_select_item.gif');
}

tr.rowitem{
	border-bottom:1px solid #b22222;
}
tr.head td{
	background:#b22222;
	height:15px;
	font-weight:bold;
	color:#fff;
}