﻿body {
	font-family:Tahoma, Arial, sans-serif;
	text-align:center;
	margin: 0;
	background-color: #fff;
	background-image:url('../images/headerbg.jpg');
	background-repeat:repeat-x;
}
#outer {
    width: 960px;
    height: 647px;
    margin: 0 auto;
    padding: 0px;
}
.inner {
	width:750px;
	
}
.col_left{
	width:750px;
	float:left;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align:top;
    background-color: white;
	background-image:url('../images/headerbg.jpg');
	background-repeat:no-repeat;
}
.col_right{
	width:200px;
	padding-left: 19px;
	padding-right: 28px;
	text-align:left;
	vertical-align:top;
}
.content_left {
	float: left;
	width: 400px;
	height: 530px;
}
.content_right {
	float: right;
	width: 310px;
	height: 500px;
	background-color: #F9F9F7;
	text-align:left;
	padding: 30px 20px 20px 20px;
	margin:0;
	font-family:Verdana, Tahoma, Arial;
	background-image:url('../images/right_top.gif');
	background-repeat:no-repeat;
}
.header {
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	height:80px;
}
.home_text {
	background-image:url('../images/home_text.jpg');
	background-repeat:no-repeat;
	height:138px;
}
.header_accent {
	color: #EA0000;
}
.footer{
	clear:both;
	border-top: 1px #808080 solid;
	padding:0;
}
.footer_left {
	width:475px;
	float:left;
	padding-top:2px;
	text-align: left;
	font-size: small;
	color: #808080;
}
.footer_right {
	width:275px;
	float:right;
	text-align: right;
	color: #808080;
}
/*
.footer a:visited{
	text-decoration: none;
	color: #1f5d9e;
}
.footer a:link{
	text-decoration: none;
	color: #1f5d9e;
}
.footer a:hover{
	text-decoration: none;
	color: #bb0f14;
}
*/
.copyright{
	padding-top:10px;
	font-size:12px;
	color:#aaaaaa;
}
.contact_img a { 
	margin-left:17px;
	margin-top:20px;
	margin-bottom:-20px;
	display: block; 
	width: 237px; 
	height: 114px; 
	background: transparent url("../images/contact.jpg") no-repeat; 
} 
.contact_img a:hover { 
	background-position: -237px 0; 
} 
a:visited {
	color: #8EAAC6;
	text-decoration: none;
}
a {
	color: #8EAAC6;
	text-decoration: none;
}
a:hover {
	color: #E39D9D;
	text-decoration: underline;
}
h3 {
	font-size: 110%;
	font-weight:bold;
	padding:0;
	margin:0;
	color: white;
}
p {
	margin:0;
	padding:0;
}
.collapse {
	border-collapse: collapse;
}
.bullet li {
	padding-bottom:10px;
}

