body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEE;
	background-color: #222;
	margin: 20px;
	padding: 0;
}
#masthead {
	background-image: url(../css/img/bg.gif);
	background-repeat: repeat-y;
	color: #999;
	background-color: #000;
	padding: 0px;
	margin: 0;
	border-bottom: 4px solid #B2B2B2;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../css/img/bg.gif);
	background-repeat: repeat-y;
}
#column_wrapper_inside {
	background-color: #FFF;
	background-image: url(../css/img/bg2.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px 24px 0 40px;
	font-size: 0.75em;
	line-height: 3.5em;
	color: #EEE;
}
#left .content h3 {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 66px;
	margin: 0;
}
#left .content p {
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 12px 0;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	color: #333;
}
#right .content h1 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
#masthead .content {
	padding: 12px 16px 12px 30px;
}
#contact .content {
	background-image: url(../css/img/bg3.png);
	background-repeat: repeat-y;
	padding: 12px 24px;
	text-align: center;
}
#contact {
	color: #000;
	background-color: #999;
	padding: 0;
	margin: 0;
	font-size: 1em;
	clear: both;
}
#nav_menu {
	background-image: url(../css/img/bg3.png);
	background-repeat: repeat-y;
}
#footer .content {
	padding: 12px 30px;
}
#footer {
	background-image: url(../css/img/bg3.png);
	background-repeat: repeat-y;
	color: #999;
	background-color: #700327;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist_home {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	color: #EEE;
	font-size: 16px;
}
.menulist_home li a:link, .menulist_home li a:visited {
	color: #EEE;
}
#left a:link {
	color: #EEE;
}
#left a:visited {
	color: #FFF;
}
#left a:hover {
	color: #FF0;
}
#right a:link {
	color: #00F;
}
#right a:visited {
	color: #666;
}
#right a:hover {
	color: #000;
}
#wrapper .menulist_home a, #wrapper .menulist_home a:visited {
	color: #EEE;
	border-left: 6px solid #900;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#wrapper .menulist_home a:hover {
	border-color: #EEE;
	color: #FF0;
	text-decoration: underline;
}
#wrapper .menulist_home li.current a {
	color: #FF0;
	font-weight: bold;
	cursor: default;
}
#wrapper .menulist_home li.current a:hover {
	color: #FF0;
	font-weight: bold;
	cursor: default;
	border-color: #900;
	text-decoration: none;
}
#footer a:link {color: #999;}
#footer a:visited {color: #666;}
#footer a:hover {color: #FFF;}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 24px;
	border: 1px solid;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-top: 18px;
	border: 1px solid;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
}

/* navbar */
.menu {
	background-image: url(../css/img/bg3.png);
	background-repeat: repeat-y;
	padding: 0 0 0 188px;
	margin: 0;
	list-style: none;
	height: 24px;
	line-height: 24px; 
	position: relative;
	background-color: #700327;
	color: #CCC;
}
.menu li {float: left;}
.menu li a {
	display: block; 
	float: left; 
	height: 24px; 
	color: #CCC; 
	text-decoration: none; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	text-align: center; 
	padding: 0 16px 0 16px; 
	cursor: pointer;
}
.menu li a b {
	float: left; 
	display: block; 
	padding: 0 16px 0 8px;
}
.menu li.current a {
	color: #FF0;
	font-weight: bold;
	cursor: default;
}
.menu li.current a b {
}
.menu li a:hover {
	color: #FF0; 
}
.menu li a:hover b {
}
.menu li.current a:hover {
}
.menu li.current a:hover b {
}
/* navbar */
hr {
	clear: both;
	visibility: hidden;
}
.warning {
	font-size: .85em;
	color: #F00;
}
