@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding: 0;
	background: #663 url(../graphics/bg.jpg) repeat left top;
	text-align:center;
	height: 100%;
	
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #444;
}

a, a:visited { color: #050; text-decoration: none; font-weight: bolder; }
a:hover, a:active { color: #663; text-decoration: underline; }

div { padding:0; margin:0;}

img, img a {border:0;}

.clr { clear: both; }

p { 
	padding: 0;
	margin: 0 0 0.85em 0;
}

/* list styles */
ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

ul.nostyle li { background: 0; margin:0; padding: 0;}

ol {
	margin: 0 0 1em 1em;
	padding: 0;
}
ol li {
	padding-left: 10px;
	padding-top: 0px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}




#wrapper {
	width: 800px;
	padding: 0;
	margin: 30px auto;
	text-align: left;
	border: 1px solid #444;
}

#header {
	height:183px;
	background: #663 url(../graphics/header.jpg) no-repeat;
}

#topright {
	display:block;
	margin: 0 0 0 auto; padding: 0;
	position:relative;
	width:220px;
	height:183px;
	overflow:hidden;
	top:0px;
	right:0px;
}

#topright ul { display:block; margin:33px 0 0 0; width:200px; }


#nav  {
	height:28px;
	padding: 0px;
	background: #663 url(../graphics/bg_nav.png) 0 0 repeat-x;
	white-space:nowrap;
	overflow: hidden;
}

#nav a {
	border-right: 1px solid #442;
	border-left: 1px solid #885;
	display: block;
	float:left;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	padding: 0px 15px;
}

#nav a:hover {
	border-left: 1px solid #cc0;
	border-right: 1px solid #330;
	border-top: 1px solid #cc0;
	margin-top: -1px;
	background: url(../graphics/bg_nav_hover.png) repeat-x top left;
	color: #fff;
	text-decoration: none;
}


#nav a span {
}


/* gray separator under nav and at foot */
.graybar {
	display: block;
	padding: 0; margin: 0;
	width: 100%;
	background: #aaa url(../graphics/grayline.gif) repeat-x left top;
	height: 5px;
	line-height: 5px;
	font-size: 1%;
}

/* main area (sidebar and content) */
#main {
	padding: 0;
	width:800px;
	background: white url(../graphics/bg_main.png) 0 0 repeat-y;
}

/* wrapper for content other than sidebar */
#contentwrap {
	background: #fff url(../graphics/bg_navshadow.png) repeat-x left top;
	margin: 0; padding: 0;
	width: 625px;
	float:right;
	line-height: 135%;
	padding: 12px 0 50px 0;
	overflow: hidden;
}

/* inner content columns - check 'main' for max width */
.column { float:left; margin:0; padding:0;}
.full {
	width: 601px; /* 800 - 175 - 2 * 12 */
	margin: 0 12px 1em 12px !important;
	margin: 0 6px 1em 6px; /* ie 4-5 double padding bug */
	padding-bottom: 1em;
	line-height: 135%;
}
.column half {}





#footer {
	padding: 1.5em;
	text-align: center;
	clear: both; /* clear column floats */
	
	color: #999966;
	font-size: 0.8em;
}

/* content typesetting */
h1, h2, h3, h4, h5, h6 {
	color: #030;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h1, h2, .bhbclass {
	color: #f0f0f0;
	background: #3e2b1b; /* url(../graphics/bg_browngrad.png) 0 0 repeat-x; /* #1f481f greengrad */
	font-size: 1.2em;
	padding: 0.25em 1em;
	font-weight: bold;
	text-decoration: none;
}
h3, .bhclass {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.75em 0 0.5em 0;
}

h4, h5 , h6 {
	font-size: 1em;
	font-weight: bold;
}

/* images with captions */
.imgcaption {
	width: 302px;
	margin-bottom: 0.5em;
	color: #999966;
	font-style: italic;
}
.imgcaption img {
	border: 1px solid #ee7799;
	padding:0; margin: 0;
}
.imgcaption p {
	display: block;
	padding: 0;
	margin: 0.2em;
}


/* sidebar styles */
#sidebar {
	width:175px;
	padding-top: 11px; /* 11px is height of shadow at top */
	float:left;
	background: #663 url(../graphics/bg_navshadow_side.png) top center repeat-x;
	line-height: 130%;
	color: #f0f0f0;
	overflow: hidden;
}

#sidebar a, #sidebar a:visited { color: #f0f0f0; }

#sidebar h2 {
	display: block;
	background: #4b4b21 url(../graphics/bg_nav.png)  repeat-x;
	text-indent: 0;
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	margin-top: 0.75em;
	font-weight: bold;
}

#sidebar ul {
	margin-left: 0.5em;
}

#sidebar .module {
	margin: 0;
	padding: 0.5em 11px;
	overflow: hidden;
	text-align: left;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

/* current link in side navigation */
#sidebar a.current {
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
}


.floatleft { float:left; padding-right: 1em;}
.floatright { float: right; padding-left: 1em;}

.access, .hidden, .hiddenclass { display: none; }


/* for compatibility 


.stabcls {
cursor: hand; 
color:white; 
font:normal bolder 9pt Arial !important; 
border-bottom-color:rgb(66,100,66); 
background-color:rgb(66,100,66); 
border-style:solid; 
border-width:1px;
}

a:link, a:visited {
cursor: hand; 
color:rgb(100,140,100); 
font:normal bolder 9pt Arial; 
text-decoration: none;
}
a:hover {
cursor: hand; 
color: rgb(66,100,66); 
font:normal bolder 9pt Arial; 
text-decoration: underline;
}
.fheader {
color: rgb(66,100,66) !important; 
font:normal bolder 9pt Arial !important; 

}


* */