body {
	width: 95%;
	min-width: 760px;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	background-color: #16171e;
	border: 0;
	color: #484848;
}
body, html {
	height: 101%;
}




input, textarea {
	text-decoration: none;
	color: #001733;
	font-weight: bold;
}




.home, .default {
	width: 100%;
	_width: expression(document.body.clientWidth < 761? "760px" : document.body.clientWidth > 959? "960px" : "100%");
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#banner1 {
	width: 100%;
	height: 100px;
	background: url(/data/images/banner_1.jpg) no-repeat 201px 0;
}
#banner2 {
	width: 100%;
	height: 100px;
	background: url(/data/images/banner_2.jpg) no-repeat 201px 0;
}

.home #banner {
	width: 100%;
	height: 200px;
	background: url(/data/images/banner-home.jpg) no-repeat 201px -35px;
}
#banner1 img, #banner2 img {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	background: url(/data/images/logo.jpg) no-repeat center;
	border: 0;
}
.home #banner img {
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	background: url(/data/images/logo-home.jpg) no-repeat -27px -35px;
	border: 0;
}




#menu {
	width: 100%;
	margin: 0;
	padding: 18px 0 0 0;
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #16171e;
	border-top: 1px solid #16171e;
	background: #484848 url(/data/images/bkgnd-navbar.jpg) no-repeat;
	white-space: nowrap;
}
#menu ul {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	clear: both;
}
#menu ul li {
	margin: 0 0 11px 14px;
	list-style: none;
	display: inline;
	float: left;
}
#menu ul li a {
	padding: 0 12px;
	text-decoration: none;
	color: #808080;
	font-weight: bold;
	border: 0;
}
#menu ul li a:hover, #menu ul li.active a {
	padding: 0 12px;
	text-decoration: none;
	color: #cfc4b0;
	font-weight: bold;
	border: 0;
}





.wrapper {
	background: #cfc4b0;
}





.leftcolumn {
	display: block;
	padding: 13px 13px 55px 13px;
	vertical-align: top;
}

.rightcolumn {
	width: 182px;
	padding: 5px 13px 55px 13px;
	vertical-align: top;
}
.spc {
	width: 174px;
	height: 1px;
	margin: -1px 0 0 0;
	display: block;
}

#submenu ul, .rightcolumn ul {
	width: 174px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-size: 11px;
	color: #625641;
}
#submenu ul li, .rightcolumn ul li {
	display: block;
	margin: 0;
	padding: 8px 5px 2px 0;
	border: 0;
	line-height: 1.5em;
	text-align: right;
	background: url(/data/images/bkgnd-subbar.jpg) repeat-x bottom;
}
#submenu ul li a, .rightcolumn ul li a {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	border: 0;
	text-decoration: none;
	color: #625641;
}
#submenu ul li a:hover, #submenu ul li.active a, .rightcolumn ul li a:hover, .rightcolumn ul li.active a {
	color: #88280f;
}
.leftcolumn h1, .rightcolumn h1 {
	width: auto; //232px - 3px left & right padding
	margin: 0 0 3px 0;
	.margin: 8px 0 3px 0;
	padding: 5px 3px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #6d4903;
	background: #b9a795;
}
.leftcolumn h2, .rightcolumn h2 {
	width: auto;
	margin: 0;
	padding: 5px 3px 3px 3px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #484848;
	background: #eeeeee;
	border-bottom: 1px solid #dddddd;
}
.leftcolumn p, .rightcolumn p {
	font-size: 9px;
}
.cdfront, .cdfront:hover {
	margin: 0 0 0 8px;
	font-size: 9px;
	border-bottom: 1px dotted #999999;
	color: #6b2d07;
	font-weight: bold;
	text-decoration: none;
}




.home #content {
	width: 100%;
	padding: 0 21px;
	border-left: 1px solid #ab9c80;
	border-right: 1px solid #ab9c80;
	vertical-align: top;
}
#content {
	width: 100%;
	padding: 13px 21px 34px 21px;
	background: #cfc4b0;
	border: 0;
	border-left: 1px solid #ab9c80;
	vertical-align: top;
	line-height: 21px;
}
#content h1, #content h2 {
	width: auto;
	margin: 13px 0 8px 0;
	padding: 5px 3px 3px 5px;
	display: block;
	font-size: 1.05em;
	font-weight: bold;
	color: #800000;
	background: url(/data/images/bkgnd-h.jpg) no-repeat bottom right;
	border-bottom: 1px dotted #b9a795;
	border-left: 3px solid #b9a795;
	clear: right;
}
#content h2 {
	margin: 21px 0 8px 0;
	font-size: 11px;
	color: #624222;
	background: url(/data/images/bkgnd-h2.jpg) no-repeat bottom right;
}
#content p, #content ul {
	font-size: 11px;
}
#content a {
	padding: 0 2px 1px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #6b2d07;
}
#content a:hover {
	color: #6b2d07;
	background: #e1dcd3;
}



.table-docs td {
	border-bottom: 1px solid #bead9c;
}
.table-docs .left {
	width: 20%;
	color: #666666;
	vertical-align: top;
}
.table-docs .right {
	width: 80%;
}


#footer {
	padding: 10px 0;
	color: #1d384a;
	font-size: 9px;
	line-height: 21px;
	clear: both;
}
#footer a {
	color: #1d384a;
	text-decoration: none;
}




.clearer {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}










#error, #messageok, #messagestart {
	width: 529px;
	height: 123px;
	display: block;
	clear: both;
	position: relative;
	padding: 0;
	margin: 13px 0 34px 13px;
	border-style: solid;
	border-width: 2px;
}
#error.newsletter, #messageok.newsletter, #messagestart.newsletter {
	width: 170px;
	height: auto;
	margin: 13px 0;
}
#error p, #messageok p, #messagestart p {
	margin: 13px 34px 1px 13px;
	font-weight: bold;
}
#error.newsletter p, #messageok.newsletter p, #messagestart.newsletter p {
	margin: 8px 5px 5px 13px;
}
#error p.firstline, #messageok p.firstline, #messagestart p.firstline {
	display: inline;
	margin: 0 34px 5px 8px;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	font-weight: bold;
}
#error {
	border-color: #cc0000;
	background: #ffcc00;
}
#error p {
	color: #cc0000;
}
#error p.firstline {
	background: #cc0000;
}
#messageok {
	border-color: #00cc00;
	background-color: none;
}
#messageok p {
	color: #cccccc;
}
#messageok p.firstline {
	background: #00cc00;
}
#messagestart {
	border-color: #333333;
	background-color: none;
}
#messagestart p {
	color: #cccccc;
}
#messagestart p.firstline {
	background: #333333;
}

