body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 10px;
	padding: 0;
}
#masthead {
	background-image:url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	height: 220px;
	color: #000000;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}
#menubar {
	font-size: 0.9em;
	padding: 0;
	margin: 0 auto;
	width: 600px;
	position: absolute;
	left: 180px;
	bottom: 30px;
}
#column_wrapper {
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 490px;
	float: left;
}
#right {
	width: 290px;
	float: left;
}
#left .content {
	padding: 10px 15px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 10px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 35px 10px 0 10px;
	text-align: center;
}
#footer {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);	
	height: 205px;	
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#bottom {
	width:770px;
	height:114px;
	margin:0 auto;
}
#btm_left {
	width:460px;
	height:114px;
	padding:0 0 0 10px;
	float:left;
}
#btm_right {
	width:269px;
	height:114px;
	padding:0 6px 0 25px;
	float:left;
}
#left a:link {
	color: #6F0507;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #056F6D;
}
#right a:link {
	color: #6F0507;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #056F6D;
}
#footer a:link {
	color: #6F0507;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover {
	color: #056F6D;
}
.menubullet {
	background: url(../images/bullet.gif) no-repeat left center;
}
#footer h1 {
	font-size: 12px;
	margin-top: 0;
}
#left h1 { /* H1 (Page Titles) */
	margin-bottom: 10px;
	padding: 5px;
	color: #6F0507;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}

h2 { /* H2 (Page Main Section Titles) */
	margin-top: 10px;
	margin-bottom: -5px;
	margin-bottom: 0px;
	padding: 17px 0 10px 10px;
	color: #6F0507;	
	font-size: 18px;
	text-transform: uppercase;
	background: url(../images/h2_bg.gif) no-repeat transparent;
}
h3 { /* H3 (Sidebar Section Titles) */
	font-size: 14px;	
	color: #333;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
h4 { /* H4 (Paragraph Titles) */
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
ul {
	margin: 0 10px;
}
ul li {	
	margin: 0 20px;
	list-style-position: inside;
	list-style-type: disc;
}
ol li {	
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: decimal;
}

.float_left {
	float: left;
	margin: 10px 10px 0 0;
}
.float_right {
	float: right;
	margin: 10px 0 0 10px;
}
.flo {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #000000;
}
.brdr {
	border: 1px solid #000000;
}