@charset "utf-8";
body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #615C54;
}
a {
	color: #9f003e;
}
a:hover {
	color: #3333CC;
}

#container {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #4b4b4b;
	margin: auto;
	width: 800px;
}
#mainnav {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	background-color: #A8A7A5;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 800px;
	padding-top: 11px;
	text-align: center;
}
#mainnav p {
	padding-top: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainnav a {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	display: inline-block;
	padding-right: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c7c2bd;
	color: #9f003e;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
}
#mainnav a:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #C01960;
}
#masthead {
	background-image: url(../images/bg_masthead.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	height: 256px;
	width: 800px;
}
#guts {
	background-image: url(../images/bg_guts.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 760px;
	background-color: #FFFFFF;
	padding: 20px;
}
#content {
	width: 450px;
	padding-top: 10px;
	padding-left: 40px;
	float: left;
}
h1 {
	font-size: 17px;
	color: #9F003E;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	color: #433C31;
	margin-top: 22px;
}
h4 {
	font-size: 13px;
	color: #433C31;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}



#sidebar {
	background-color: #cec9b7;
	text-align: center;
	padding: 10px;
	width: 208px;
	float: left;
}
#sidebar h3 {
	background-image: url(../images/bg_sidebar_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 60px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: -18px;
	margin-left: 0px;
	padding: 0px;
}

#footer {
	background-color: #6d0c2c;
	text-align: center;
	height: 50px;
	width: 800px;
	font-size: 11px;
	color: #cec9b7;
}
#footer p {
	margin: 0px;
	padding: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.phhelp {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.phleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.caption {
	font-size: 12px;
	color: #4B4B4B;
}
.forms {
	border: 1px solid #EBE9E2;
}
.forms td, .forms th {
	border: 1px solid #CEC9B7;
}
