BODY { 
	margin:0;
	padding:0;
	background-color:#375373;
	font-family:Arial, Helvetica, sans-serif;
}

.header { color:#003a6f; font-weight:bold; font-size:13px; text-align:left; }

A:link, A:visited { color:#000000; text-decoration:none; font-weight:bold; }
A.footerLink:link, A.footerLink:visited { color:#000000; text-decoration:none; font-weight:normal; }
A:active, A:hover, A.footerLink:active, A.footerLink:hover { color:#03548B; border-bottom:1px solid #999999; }

A.img:link, A.img:visited, A.img:active, A.img:hover { border:0; }

.input { 
	border:1px #999999 groove;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	color:#333333;
}

.button { 
	background-color:#C6C4B8;
	border:1px #999999 groove;
}

ul { list-style-image:url(../images/arrow_grey.gif); margin:0 0 0 16px; padding:0; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 790px;
	background: url("/images/bg2.gif") repeat-y;
}

#shadow-left {
	float: left;
	width: 12px;
}

#shadow-right {
	float: right;
	width: 12px;
}

#content { 
	float: left;
	width: 761px;
	background: url("/images/bg.gif") repeat;
	font-size:10px;
}

#innerWrapper {
	border:1px solid #6a6a69;
	padding: 0;
	margin: 0 8px 12px 9px;
	background:url("/images/bar_bottom.gif") bottom repeat-x;
	background-color:#f9f8ee;
}

#left {
	float:left;
	border-right:1px solid #6a6a69;
	width:516px;
	margin:0;
	padding:0;
}

#left-content {
	padding:0 18px 18px 18px;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	margin-top:60px;
}

#right {
	float:right;
	width:225px;
	margin:0;
	padding:0;
}

#right-content {
	padding:0 0 18px 10px;
	font-size:11px;
	line-height:18px;
	margin-top:22px;
}

#footer { 
	clear: both; 
	height: 11px;
}

#navbar {
    margin:0; padding:0;
}
#navbar li {
    list-style:none;
    display:inline;
	float:left;
}