body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	background:#8e0b07;
}

a:link, a:visited { color:#BB0000; text-decoration:underline; } 
a:active, a:hover { color: #BB0000; text-decoration: none }

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #810101;
	line-height:1.1em
}

h2 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #a00801;
	height: 27px;
	background: url(images/h2.jpg) no-repeat;
}

h3 {
	margin-left: 30px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 19px;
	background: url(images/h3.jpg) no-repeat;
}
#wrapper{
          margin:0 auto;
          padding:0;
          width:950px;
		  }

.menu{
	margin:0px;
	height:35px;
	width:inherit;
	background:#FFFFFF url(images/top.jpg) no-repeat;
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0 0 0;
	float:right;
	height:inherit;
	
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 95px;
}

.menu li a:hover{
	color: #3e3e3e;
}

#header {  width:950px;
           height:165px;
		   margin:0;
           padding:0;
	       background: url(images/header.jpg) no-repeat;
	     
}
#content { width:950px;
	float: left;
	margin:0;
	background: url(images/content_bg.jpg) repeat-y;
}
#content_left {
	float: left;
	width: 225px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
}
#content_left li{margin-bottom:11px; list-style:square; padding-left:0; margin-left:0; text-align:left;}
#content_left a{ color:#FFFFFF; text-decoration:underline;}
#content_left a:hover{ text-decoration:none}
#content_left p {
	padding: 0px 20px 0px 10px;
}
#content_right {
	float:left;
	padding:20px 10px 0 12px;
	width: 660px;
	color: #000;
	text-align: justify;
	margin:0px;
	background:#FFFFFF;
}
#content_right a{color:#00006F}


#content_right h1,h2,h3{color:#810101}
#content_right h1{font-size:22px; font-weight:normal; background:none;padding:0; margin:0;}
#content_right h2{font-size:18px; font-weight:normal;background:none;padding:0;margin:0;}
#content_right h3{font-size:16px; font-weight:bold;background:none; padding:0;margin:0;}
#footer { float:left;
	height: 66px;
	width: 950px;
	background: url(images/footer.jpg) no-repeat;
}
#footer p{ margin:30px 0 50px 410px}






hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
table {
	border:none;
	
	}
	
	tr{ border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:5px
	
	}
td {border:1px solid #CCCCCC;

	padding:5px;
	
	}
	
	
	img{ border:0}
	
	