﻿a
{
color:#336699;
text-decoration:none;
}

a:hover
{
color: #b01834;
text-decoration:underline;
}

h3
{
	padding: 0px 10px 0 0;
	font-weight: bold;
	margin: 15px 0 10px 0;
	font-size: 25px;
	color: #333;
	text-align:center;
}

body { 
	background:url('../images/bg-gradient.gif') repeat-x #3d3d3d;
	margin: 20px 0 20px 0;
	font-family: arial, helvetica, sans-serif;
}

.background { 
	background:url('../images/bg_drop.png') repeat-y center;
	margin: 0px auto;
}

.body_bottom { 
	background: url('../images/body-bottom.png') no-repeat center;
	height: 45px;
	margin: 0px auto;
}
.body_top { 
	background:url('../images/body-top.png') no-repeat bottom center;
	height: 45px;
	margin: 0px auto;
}

#page_header {
	width: 840px;
	height: 119px;
	font-size: 11px;
	color: #444;
	padding: 0 0 15px 0;
	background: #fff;
	position: relative;
	background-color: #fff
}

#logo {
	float: left;
	width: 190px;
	height: 72px;

}

#logo img
{
	display: block;
	margin: 0 10px 0 0;
}

#nav 
{
    background:url('../images/nav-back.png') no-repeat bottom center;
	float:left;
	position: relative;
	margin: 29px 0 0 0;
	padding:0;
	height: 33px;
	width: 100%;
}

#nav a {
	float: left;
	display: block;
	height: 16px; /* All Other Browsers */
	padding: 8px 0.6em 0 1.2em;
	color: #333;
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
	 
}

#nav a:hover {
text-decoration: underline;
	color: #b01834;
	font-weight: bold;
}





div#content {
	width: 840px;
	text-align: left;
	font-size: 12px;
	margin: 1px 0 0 0;
	background-color: #fff;
}


.left {
	float:left;
	width: 500px;
}

div#banner 
{
    padding: 10px 0 0 0;
}

div#banner img {
	display:block;
}


h4 {
	padding: 0px 10px 0 0;
	font-weight: bold;
	margin: 15px 0 10px 0;
	font-size: 16px;
	color: #333;
}




p.footer_copyright {
	padding: 0 0 10px 8px;
	color: #999;
	font-size: 11px;
	clear: both;
	margin:20px 15px 0 0;
	width: 840px;
	text-align:right;
}

