*
{
	border: 0;
	margin: 0;
}

img
{
border: 0px;
}


a{
	color: #8D5D5D;
	text-decoration:underline;
}

a:hover{
	text-decoration: underline;
	color: #264FA4;
}

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:20px;
}

#bg {
	background: url(images/bg.jpg) center repeat-y #000000;
	margin: 0px auto;
}

#main{
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url('images/logo.jpg') no-repeat left top;
}

#main_bot {
	width: 1000px;
	
}


#header { width:1000px;
padding: 0px 0px 0px 0px;
height: 198px;
}

#logo {
height: 124px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 17px 40px 0px 20px;
	font-size: 28px;
	font-weight:bold;
	color: #333333;
	background: none;
	text-align: right;
}
#logo h2 {
	padding: 5px 40px 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	background: none;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

#content{
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	min-height: 600px;
}

#left{
	width: 200px;
	margin: 75px 0px 0px 10px;
	float: left;
}

.left_b {	background: url(images/bullet.gif) 0px 7px no-repeat;
		padding-left: 28px;
		padding-top: 5px;
		width: 263px;}

.text{
	padding: 0px 7px 0px 7px;
}

.img {	float:left;
		margin: 8px 12px 5px 0px;
}

span {	color:#5D1310;
		font-weight:bold;
}

.dat { text-decoration: none;
		color:#831C1C;}
		
.col_b {color:#831C1C;}

H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: 100;
	color: #333333;
	padding-bottom: 5px;
	text-align:center;
}

H2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: 100;
	color: #333333;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: left;
	background: url('images/dashes.gif') repeat-x 50% bottom;
}

.read_l{
	text-align:right;
	padding-right:20px;
	padding-top: 5px;
	font-weight:bold;
	text-decoration:underline;
}

#right{
float:right;
width: 755px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
}

.right_top {
	background: url("images/content_top2.gif") top no-repeat;
	height: 9px;
	width: 740px;
}

.right_bot {
	background: url("images/content_btm2.gif") bottom no-repeat;
	height: 9px;
	width: 740px;
}
			
.right_s {
	background: #DFDEDE;
	width: 724px;
	padding: 0px 8px 0px 8px;
}

.col_l {
	float: left;
	width: 350px;
	margin-left: 7px;
	margin-top: 5px;
}

.col_r {
	float: left;
	width: 350px;
	margin-left: 15px;
	margin-top: 5px;
}

.error_msg{
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

#footer{
	height: 0px;
	width: 100%;
	font-size: 12px;
	color: #000000;
	padding-top: 8px;
	text-align: center;
	clear:both;
	padding: 25px 0px 50px 0px;
	

#footer a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

