a:link,
a:active,
a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

body {
	background: #808184 url(../images/page_background.png) repeat-y center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

h2 {
	margin: 0px;
	padding: 10px 0px 0px 0px;	
	font-size: 18px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

img {
	border: none;
}

#container {
	width: 934px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #808184 url(../images/page_header.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 934px;
}

#header span {
	visibility: hidden;
}

#main_menu {
	background: #808184 url(../images/menu_background.png) repeat-x;
	width: 934px;
	height: 52px;
}

#main_menu_left {
	background: url(../images/menu_left.png) no-repeat;
	float: left;
	width: 14px;
	height: 42px;
}

#main_menu_right {
	background: url(../images/menu_right.png) no-repeat;
	float: right;
	width: 14px;
	height: 42px;
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#main_menu a:link,
#main_menu a:visited,
#main_menu a:active {
	color: #000000;
	display: block;
	background: url(../images/menu_bullet_normal.png) no-repeat left bottom;
	float: left;
	margin: 10px 10px 0px 4px;
	padding: 0px 0px 0px 23px;
	text-decoration: none;
}

#main_menu a:hover {
	background: url(../images/menu_bullet_hover.png) no-repeat left top;
	color: #ffffff;
}

#content {
	background: url(../images/content_header_background.png) repeat-x left top;
}

#content_header_left {
	background: url(../images/content_header_left.png) no-repeat;
	float: left;
	width: 14px;
	height: 42px;
}

#content_header {
	height: 42px;
}

#content_header_right {
	background: url(../images/content_header_right.png) no-repeat;
	float: right;
	width: 14px;
	height: 42px;
}

#content_body {
	padding: 10px 14px;
}

#flash {
	color: #cc0000;
}

#listing  th {
	background: #666666;
	color: #ffffff;
	padding: 3px 12px 2px 12px;
	text-align: left;
}

#listing td {
	padding: 5px 12px 4px 12px;
}

.float_left {
	float: left;
	margin: 0px 24px 0px 0px;
}

.float_right {
	float: right;
	margin: 0px 0px 0px 24px;
}

.flush_floaters {
	clear: both;
}

.odd_row {
	background: #cccccc;
}

.even_row {
	background: #f0f0f0;
}

.full_class {
	background: #FF0033;
}

.center_align {
	text-align: center;
}

.right_align {
	text-align: right;
}

.faq li {
	margin-bottom: 1.5em;
}

.bottom_gap {
	margin-bottom: 4em;
}

.large_bottom_gap {
	margin-bottom: 9em;
}
