body {
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    margin: 0px 0px 0px 2px;
    padding: 0px;
    background: url( '/assets/default/images/clouds_bg2.jpg' ) repeat-x;
	color: #000000;
	width: 100%;
}

#page_wrapper {
	margin: 0px auto;
    width: 990px;
}

#header {
	width: 980px;
	height: 107px;
	margin: 4px 11px 2px 9px;
}

.banner_media {
	width: 460px;
	float: right;
}

img {
	border: none;
}

#content_wrapper {
	float: left;
	border-left: 1px solid #86dbf0;
	padding: 0 0 10px 5px;
	width: 777px;
	margin: 0 0 0 5px;
}

#flash {
	width: 780px;
	margin-bottom: 7px;
	vertical-align: top;
}

#left_sidebar_wrapper {
	width: 186px;
	float: left;
	margin: 0;
}

#left_sidebar_wrapper img {
	margin-bottom: 8px;
}

#content {
	background: #ffffff;
	width: 100%;
	float: left;
	margin-left: 6px;
	padding: 4px;
}

#footer {
    clear: both;
    width: 100%;
	border-top: 1px solid #86dbf0;
	margin-top: 10px;
	padding: 18px 4px 4px 4px;
	text-align: right;
	height: 76px;
	color: #005E79;
}

#footer a {
	color: #005E79;
	text-decoration: underline;
}

.box {
	background: #ffffff;
}

.box a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.box a:hover {
	background: #f0f0f0 url(/assets/default/images/menu_button_arrow.jpg) no-repeat;
}

.highlight_box {
	border: 2px solid #6aae47;
	margin: 5px;
	padding: 5px;
}

a:visited {
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}

#left_sidebar_wrapper a {
	text-align: left;
	padding-left: 15px;
}

.reverse_box {
	padding: 5px;
	background: #019ecb;
	color: #ffffff;
}

.spacer {
	width: 80%;
	height: 0px;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 2px solid #f0f0f0;
}

.title {
	font-family: times;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	text-transform: uppercase;
}

.reverse_title {
	font-family: times;
	font-weight: bold;
	background: #019ecb;
	color: white;
	font-size: 12pt;
	border-bottom: 2px solid;
	text-align: left;
	padding: 5px;
	text-transform: uppercase;
}

h2 {
	text-align: left;
}

table {
	width: 100%;
	align: center;
}

.label {
	text-align: right;
}

.data {
	text-align: left;
}

.image_left {
	float: left;
	padding-right: 4px;
}

.image_right {
	float: right;
	padding-left: 4px;
}

.content_box {
	border-top: 1px solid #86dbf0;
	margin-top: 5px;
	padding-top: 5px;
}

#content a {
	text-decoration: none;
	color: #000000;
	display: inline;
	padding: 3px;
}

#content a:hover {
	background: #f0f0f0;
}

.column1 {
	float: left;
	width: 47%;
	margin: 5px;
	padding-left: 6px;
}

.column2 {
	float: left;
	width: 47%;
	border-left: 1px solid #86dbf0;
	margin: 5px;
	padding-left: 11px;
}

.indented {
	margin-left: 40px;
	margin-right: 40px;
}

.centered {
	text-align: center;
}

.error {
	text-align: center;
	color: #ff0000;
}

.right_justified {
	text-align: right;
}

.large_title {
	height: 50px;
}

