@charset "UTF-8";
body{
	font-family: "Times New Roman", Times, serif;
	background: url(images/bgimage_lg.jpg) center fixed;
	font-size: 13px;
}
a {
	color:#690;
	text-decoration: none;
	}

a:hover {
	color:#690;
	text-decoration: underline;
}
img{
	border:0px;
}
img:hover {
	border: 0px;
}
p {
	font-size: 13px;
}
.title {
	text-transform: uppercase;
}
div#wrapper {
	width: 790px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0 auto;
}
div#header {
	background: #000;
	height: 80px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
}
div#contentwrap {
	background-image: url(images/trans_white.png);
	padding: 12px;
	overflow:auto;
}
div#contentbg {
	background-color: #fff;
	padding: 5px;
	overflow:auto;
}
div#leftnav {
	float: left;
	width: 25%;
	height: inherit;
	padding: 20px 5px 5px 5px;
	list-style-type:none; 
}
div#rightcontent {
	float: right;
	width: 65%;
	padding: 10px;
	border-left: 1px dotted #000;
	font-family: "Times New Roman", Times, serif;
}
div#footer {
	background: #000;
	padding: 10px;
	margin-top: 20px;
}
div#divider {
	background: url(images/divider.jpg);
	height: 600px;
	width: 2px;
}
.headerinfo {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
a.headerinfo:link {
	color: #FFF;
	text-decoration: none;

}
a.headerinfo:hover {	
	color: #FFF;
	text-decoration: underline;
}
.footerinfo {
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
a.footerinfo:link {
	color:#FFF;
}
a.footerinfo:hover {	
	color:#FFF;
	text-decoration: underline;
}
.disclaimer {
	display:block;
	font-size: 10px;
	color: #333;
	bottom: 10px;
	padding: 5px;
	font-style: italic;
}
.contenttext {
	font-size: 13px;
}
.ccflink {
	float: right;
	padding: 0px 0px 10px 333px;
}
a .ccflink {
	border: 0px;
}
a .ccflink:hover {
	border: 0px;
}
.contacttable {
	float: right;
	padding: 10px 10px 10px 10px;
}
a .contacttable {
	border: 0px;
}
.contactinfo {
	float: right;
	padding: 20px 20px 10px 10px;
}
a .contactinfo {
	border: 0px;
}
.leftnav li{
	list-style-type:none; 
	margin: 0px;
	padding: 0px;
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
