body {
	background-color:#043c59;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	color:#333;
	font-size:12px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	text-align:center;
	padding:0;
	margin:10px;
}

#wrapper {
	width:904px;
	margin:auto;
}

#header {
	height:262px;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	position:relative;
}

#logo {
	position:absolute;
	top:45px;
	left:9px;
}

#nav {
	position:absolute;
	top:150px;
	left:30px;
}

#nav a.navLink,
#nav a:link.navLink,
#nav a:visited.navLink
{
	display:block;
	float:left;
	margin-right:10px;
	width:112px;
	height:34px;
	background-image:url('../images/nav_button_bg2.png');
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	line-height:34px;
	color:#fff;
	text-decoration:none;
	font-size:15px;
}

#nav a:hover.navLink,
#nav a:active.navLink
{
	background-position:0 -34px;
	color:#fff;
}

#content {
	text-align:left;
	background-image:url('../images/wrapper_bg.png');
	background-repeat:repeat-y;
	min-height:250px;
	padding-bottom:20px;
}

.leftColumn {
	float:left;
	width:478px;
	margin:0 0 0 40px;
	min-height:200px;
}

.contentBox {
	background:url('../images/content_bg.png');
	background-repeat:repeat-y;
	padding:0 10px 10px 10px;
	color:#021e2c;
	min-height:100px;
}

.contentBox h1 {
	background-image:url('../images/h1_bg.png');
	background-repeat:no-repeat;
	height:38px;
	line-height:38px;
	padding:0 15px;
	font-size:19px;
	color:#021e2c;
	font-weight:normal;
	margin-bottom:15px;
}

.contentBoxContent {
	padding:0 15px;
}

.contentBox_hdr {
	background-image:url('../images/content_bg_hdr.png');
	background-repeat:no-repeat;
	height:10px;
}

.contentBox_ftr {
	background-image:url('../images/content_bg_ftr.png');
	background-repeat:no-repeat;
	height:10px;
}

.rightColumn {
	float:right;
	margin:0 40px 0 0;
	width:315px;
}

a.sidebar_button,
a:link.sidebar_button,
a:visited.sidebar_button
{
	width:315px;
	height:53px;
	line-height:53px;
	font-size:17px;
	text-decoration:none;
	color:#024d6c;
	display:block;
	margin-bottom:5px;
	background-image:url('../images/sidebar_button_bg.png');
	background-repeat:no-repeat;
	background-position:0 0;
}

a:hover.sidebar_button,
a:active.sidebar_button
{
	background-position:0 -53px;
	color:#fff;
}

a.sidebar_button_highlight,
a:link.sidebar_button_highlight,
a:visited.sidebar_button_highlight
{
	width:315px;
	height:53px;
	line-height:53px;
	font-size:17px;
	text-decoration:none;
	color:#fff;
	
	display:block;
	margin-bottom:5px;
	background-image:url('../images/sidebar_highlight_button_bg.png');
	background-repeat:no-repeat;
	background-position:0 0;
}

a:hover.sidebar_button_highlight,
a:active.sidebar_button_highlight
{
	background-position:0 -53px;
	color:#fff;
}

.sidebar_item
{
	width:315px;
	height:53px;
	line-height:53px;
	font-size:19px;
	text-decoration:none;
	color:#fff;
	display:block;
	margin-bottom:5px;
	background-image:url('../images/sidebar_item_bg.png');
	background-repeat:no-repeat;
	background-position:0 0;
}

.button_icon {
	display:block;
	width:53px;
	height:53px;
	margin:0 10px;
	background-image:url('');
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}

#wrapper_footer {
	height:32px;
	background-image:url('../images/wrapper_ftr.png');
	background-repeat:no-repeat;
}

#footer {
	text-align:center;
	color:#9abdc3;
	padding:10px;
	font-size:11px;
}

.clear { clear:both; }


