@charset "utf-8";
/* CSS Document
<style>
</style>*/

* {
	padding:0px;
	margin:0px;
}
html, body { height:100%; }
body, #background {
	background:url(/imagecache/color-000.jpg) repeat-x top left #fff;
}
a {	text-decoration:none; }
p { margin-bottom:0.5em; }
a img { border:none; }
#wrapper {
	width:972px;
	margin:auto;
	background:#fff;
}
#header {
	width:970px;
	height:75px;
	overflow:hidden;
	border:solid black;
	border-width:0px 1px;
}
div.menubar {
	clear:both;
	height:21px;
	overflow:hidden;
	border:1px solid black;
	border-bottom-color:#305474;
	background:url("images/menu_background.gif") repeat-x;
}
div.menubar2 {
	clear:both;
        height:21px;
        overflow:hidden;
        border:1px solid black;
        border-bottom-color:#305474;
        background:url("images/menu2_background.gif") repeat-x;
}
#menu a {
	display:block;
	float:left;
	padding-left:27px;
	padding-right:26px;
	background:url("images/menu_separator.gif") no-repeat right;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
	text-transform:uppercase;
}
#menu a:hover {
	color:#6cf;
}
#footer {
	text-align:center;
	padding-top:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #7b99b1;
	font-size:9px;
	padding-bottom:30px;
}
#footer a {
	color: #2e698b;
	padding:0px 10px;
}
#columns {
	border:1px solid;
	border-color:#000 #000 #000 #069;
	height:1%;
	overflow:auto;
	background:url(images/sidemenu_bg.gif) repeat-y top left;
}
#columns2 {
	height:1%;
	overflow:hidden;
	background: url(images/bg_page.gif) bottom left no-repeat #fff;
}
#maincolumn {
	float:left;
	height:100%;
	width:780px;
}
#sidemenu {
	float:left;
	background-color: #396b84;
	width:169px;
	padding:25px 10px;
	border-right:1px solid black;
}
#sidemenu a, #sidemenu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	padding-left:17px;
	padding-top:1px;
	background:url(images/menubullet.gif) top left no-repeat;
	display:block;
	margin-bottom:12px;
}
#sidemenu a:hover {
	text-decoration:underline;
}
#sidemenu a.highlight, #sidemenu a.highlight:visited {
	color:#E0FFB7;
	font-weight:bold;
}
#sidemenu a.indenthighlight {
	color:#E0FFB7;
        font-weight:bold;
	padding-left: 30px;
}
#sidemenu a.indent {
	padding-left: 30px;
}
#sidemenu a.back {
	background:none;
	margin-top:20px;
	text-align:left;
	border:1px solid;
	border-color:#4C91B2 #2C5467 #2C5467 #4C91B2;
	padding: 2px 2px 3px 32px;
	color:#ADCCDC;
	background:url(images/back.gif) no-repeat 4px 3px;
	height:25px;
}
#sidemenu a.back:hover {
	text-decoration:none;
	color:#fff;
}
h1 {
	background:url(/imagecache/color-02a4d3.jpg) top left no-repeat #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	height:21px;
	padding-top:3px;
	padding-left:17px;
	background-color:#0ad;
	font-weight:bold;

}
#section {
	border-left:1px solid #069;
	border-right:1px solid #000;
	width:970px;
	height:100px;
	position:relative;
	overflow:hidden;
}
#section div {
	position:absolute;
	top:0px;
}
#section div img {
	display:block;
	margin-bottom:1px;
}
#previous {	float:left; }
#next { float:right; }