﻿/* CSS Document */

* {
	margin:0px;
	padding:0px auto;
	list-style:none;
}
html, input, textarea
{
	font-family:verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	line-height:16px;
	font-weight:normal;
}
a {
	color:#0000FF;
}
a:hover {
	color:#F2581C;
	text-decoration:none;
}
h1 {
	font-size:18pt;
	margin:0px 00px 12px 0px
}
h2 {
	font-size:16px;
	margin:0px 00px 12px 0px
}
h3 {
	font-size:14px;
	margin:0px 00px 12px 0px
}
h4 {
	font-size:12px;
	margin:0px 00px 12px 0px
}
blockquote {
	background:#E0E0E0;
	margin:0px 20px 12px 20px;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
body {
	background:#535353 url('images/body_bg.jpg') repeat-x;
}
.clear{
	clear:both;
}
.imgbrd {
	border-width: 0px;
}

.big_text{
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
#main{
	width:896px;
	margin:0px auto;
	background:url('images/body_r_bg.jpg') repeat-y;
}
#mainborder{
	width:896px;
	float:left;
	background-color:#FFf;
	padding:0px 2px 0px 2px ;
}
#header{
	width:896px;
	height:145px;
	float:left;
	background: url('images/header.jpg') no-repeat;
}
#middle{
	width:896px;
	float:left;
	border-top:1px solid #ffffff;
	background-image:url('images/c_c_bg.jpg');

}
.content{
	width:680px;
	float:left;
	padding:10px;
}
.content p{
	margin:0px 00px 12px 0px
}
.content li{
	margin-left:30px;
	list-style:disc;
	margin-bottom:10px;
}
.ctable {
	border-style:solid;
	border-width:2px;
	border-color:black;
	margin:0 auto;
}
.hptable {
	border-width:0px;
	border-color:black;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:12px;
	text-align:center;
	width:595px;
}
.hptable td {
	border: 1px solid #000000;
}
.mactable {
	border-width:0px;
	border-color:black;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:12px;
	text-align:center;
	width:625px;
}
.mactable td {
	border: 1px solid #000000;
}
.gstable {
	border-width:0px;
	border-color:black;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:12px;
	text-align:center;
	width:535px;
}
.gstable td {
	border: 1px solid #000000;
}
.table {
	border-width:0px;
	border-color:black;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:12px;
	text-align:center;
	width:475px;
}
.table td {
	border: 1px solid #000000;
}
.sbtable {
	border-collapse:collapse;
	border:1px solid #000000;
	background-color:#FFFFCC;
	margin-bottom:12px;
	margin-left:175px;
	width:330px;
}
.border {
	border: 1px solid #000000;
}
.cborder {
	border: 1px solid #000000;
	text-align: center;
}
.center {
	text-align:center;
}
.left {
	text-align:left
}
.right {
	text-align:right
}
.top {
	font-weight:bold;
	font-size:12px;
	background-color:#FFFF99;
}
.cbold {
	text-align:center;
	font-weight:bold;
}
.cbold14 {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.cbold16 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.rcbold16 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#FF0000;
}
.bold14 {
	font-weight:bold;
	font-size:14px;
}
.rbold {
	font-weight:bold;
	color:#FF0000;
}
.red {
	color:#FF0000;
}
.hl16 {
	font-size:16px;
	font-weight:bold;
	background-color:#FFFF00;
}
.menu{
	width:194px;
	float:right;
	color:#CCCCCC;
}
.menuname{
	width:174px;
	float:left;
	padding-left:20px;
	background:url('images/right_bar.jpg') no-repeat;
	color:#FFB71C;
	height:30px;
	line-height:28px;
	font-weight:bold;
}
.menuname a{
	color:#FFB71C;
	text-decoration:none;
}
.menuname a:hover{
	text-decoration:underline;
}
.menulist{
	width:174px;
	float:right;
	padding:10px;
}
.menulist ul{
	padding:0px;
}
.menulist li{
	width:164px;
	padding-left:8px;
	background:url('images/arrow.jpg') no-repeat left 50%;
	line-height:20px;
}
.menulist li a{
	color:#D7D8D9;
	text-decoration:none;
}
.menulist li a:hover{
	color:#F2581C;
	text-decoration:underline;
}
#footer{
	width:896px;
	float:left;
	min-height:30px;
	color:#BCBCBC;
	background:#010101 url('images/footer.jpg') no-repeat;
	padding:15px 0px 5px 0px;
	text-align:center;
}
#footer a{
	color:#BCBCBC;
}
