/* general CSS */
* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
body {
	background-color:#6b6e73;
}

a {
	text-decoration:none;
	color:#800003;
}
a.inv {
	color:#666666;
}
#outer_container {
	width:850px;
	margin:auto;
}
#banner {
	width:850px;
	margin:auto auto -25px auto;
}
#menu {
	background-image:url('./images/shadow_head.png');
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:25px;
}
#sub_header {
	clear:both;
	text-align:center;
}
#body {
	background-image:url('./images/shadow_body.png');
	background-repeat:repeat-y;
	background-position:left;
	padding:0px 25px;
}

#content {
	background-color:#FFFFFF;
	float:left;
	width:575px;
	min-height:689px;
	background-image:url('./images/watermark.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
#content_holder{
	padding:10px 15px 10px 10px;
	color:#666666;
}
#footer {
	background-image:url('./images/shadow_foot.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:60px;
	width:850px;
	margin:auto;
	text-align:center;
	color:#800003;
}
#bottom_links {
	width:575px;
	border-top:1px solid #efefef;
	margin-left:235px;
}
#bottom_links a {
	color:#4e4d4d;
	font-size:10px;
}

ul.pad20 {
	padding-left:20px;	
}


h1 {
	font-size:16px;
	color:#800003;
	font-weight:bold;
}
h2 {
	font-size:14px;
	color:#800003;
	font-weight:bold;
}
h3 {
	font-size:12px;
	color:#800003;
	font-weight:bold;
}
.blue {
	font-weight:bold;
	color:#0A64A7;
}

/* Forms Styles */
label {
	font-weight:bold;
	padding-right:5px;
}
span.required {
	font-size:14px;
	color:#FF0000;
	margin-left:5px;
}
form input, form select {
	border:1px solid #CCCCCC;
}
