@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	min-width: 770px;
	text-align: center;
	line-height: 20px;
	font: 12px Verdana, Tahoma, Arial; color: #000000;
	background: #95242b url(images/bg.jpg) top center repeat-y;
}

/* generic styles */
img {border: none;}
form {padding: 0; margin: 0;}
li {margin-bottom: 10px; line-height: 20px;}
.bodyText {font: 12px Verdana, Tahoma, Arial; color: #000000; line-height: 20px;}
.highlight {color: #003366;}
.headline { font-weight: bold; color: #336699;}
input {font: 12px Verdana, Tahoma, Arial; color: #000000;}

a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #66BBCC;
	text-decoration: none;
}

p {
	font: 12px Verdana, Tahoma, Arial; color: #000000;
	margin: 0 0 15px 0;
	line-height: 17px;
}

H1 {
	font: 14px Verdana, Tahoma, Arial; color: #5f1f1f;
	margin-top: 15px;
	line-height: 17px;
}

#envelope {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
	left: 1px;
	position: relative;
}

#topBar {
	height: 80px;
	width: 770px;
	padding-top: 5px;
	background-color: FFFFFF;	
	position: relative;
	background-image: url(images/dot_white.gif);
}

#logo {
	top: 7px;
	left: 0;
	position: relative;
	background-color: FFFFFF;
}

#nav {
	text-align: left;
	width: 770px;
	overflow: hidden;
	left: 0;
	position: relative;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;	
}

#shadow {
	width: 770px;
	height: 35px;
	background-image: url(images/dot.gif);

}

#content {
	padding: 0;
	margin: 0;
	position: relative;
}

#leftside {
	float: left;
	width: 335px;
	padding: 0;
	margin: 0;
	position: relative;
}

#leftcontent {
	width: 335px;
	padding: 0;
	margin: 0 10px 10px 10px;
	position: relative;
}

#rightside {
	float: right;
	height: 1050px;
	padding: 0;
	margin: 0;
	width: 413px;
	/*background: #878181 url(images/grey_grad.jpg) top center repeat-x;*/
	vertical-align: top;
	position: relative;
}

#righttease {
	width: 380px;
	top: 0;
	left: 17px;
	position: relative;
}

#redbar {
	height: 10px;
	background: #5f1f1f;
}

#footer {
	clear: both;
	color: #333333;
	margin: 0 0 0 0;
	padding: 12px 0 12px 16px;
	background: #CCCCCC;
	font: 11px Verdana, Tahoma, Arial;
	text-align: left;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #95242b;
	text-decoration: underline;
	font: 11px Tahoma, Verdana, Arial;
}
#footer a:hover {
	text-decoration: none;
}