/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}	


body {
	background-color: #333333;
	font-family: "Helvetica Neue", "Neue Helvetica", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	background-image: url('/Images/bg_pattern3.jpg'); 
	/* background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center; */
}

body p{
	margin: 10px 0px 10px 0px;
}

#topbar {
	height: 15px;
	width: auto;
	background-color: #cccccc;
	border-top: 2px solid #b5274e;
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 70%;
	white-space: nowrap;
}

#topbar form {
	display: inline;
}

#header {
	padding: 0px;
	padding-bottom: 10px;
	height: 22px;
	font-size: 80%;
	text-align: right;
	color: #777777;
}

#centercol {
	width: 800px;
	border: 0px;
	margin: 25px auto 0px auto;
	color: #000000;
}

#nav {
	height: 378px;
	width: 780px;
	padding: 10px;
	background-color: #ffffff;
	background-image: url('/Images/header2.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#nav p{
	padding-left: 25px;
	padding-top: 15px;
	color: #ffffff;
}

#nav a{
	color: #888888;
	text-decoration: none;
}

#nav a:hover, #nav a:focus{
	color: #b5274e;
	text-decoration: none;
}

#footer {
	padding: 20px;
	padding-top: 10px;
	height: 22px;
	font-size: 80%;
	text-align: center;
	color: #777777;
}

#footer a{
	color: #777777;
	text-decoration: none;
}

#footer a:hover, #footer a:focus{
	color: #b5274e;
	text-decoration: none;
}

.wrapper {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
}

.wrapper a {
	color: #555555;
	text-decoration: none;
}

.wrapper a:hover, .wrapper a:focus {
	color: #b5274e;
	text-decoration: none;
}


.headtitleborder {
	border-top: 5px #333333 solid;
	border-bottom: 5px #333333 solid;
	width: 760px;
}

.headtitle {
	color: #333333;
	font-size: 140%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 130%;
	float: left;
}

.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#titlenav {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	float: right;
	margin-top: 3px;
}

#titlenav a {
	color: #555555;
	text-decoration: none;
	font-size: 100%;
	text-transform: none;
	
}

#titlenav a:hover, .titlenav a:focus {
	color: #b5274e;
	text-decoration: none;
	
}

.clearit {
	clear: both;
}
	







	