html { height: 100%; }

body {
	background: #E6E8DB;
	font: normal 0.8em sans-serif;
	line-height: 1.5em;	
	margin: 0; 
	padding: 0; 
	}

p { margin: 0; padding: 15px 10px 0 10px; }

h1 {
	font: normal 2em sans-serif;
	color: #902444;
	margin-bottom: 0.3em;
	}

a {
	color: #902444;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #B5C096;
	text-decoration: underline;
	}

ul, li { list-style: none; } 

/****Floats****/
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	}

/****Header****/
#header-wrapper-outer {	background: url('img/header.jpg') no-repeat center top; }
#header-wrapper {
	color: #FFFFFF;
	margin: 0 auto;
	width: 906px;
	}

#header-top { height: 114px; }

#header-body-outer { background: #7E7E7E }
#header-body {
	background: url('img/header-body.gif') no-repeat;
	padding: 8px 8px 0;
	}

/****Navigation****/
#navigation {
	background: #902444;
	font: bold 1.1em sans-serif;
	padding: 0 8px;
	}

#navigation ul, #navigation li { display: inline; }
#navigation a {
	float: left;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
	}

#nav1 a {
	color: #FFFFFF;
	padding: 10px 12px 12px;
	}

#nav1 a:hover { color: #000000; }
#nav1 li.current-page a {
	background: url('img/nav1-arrow.gif') no-repeat center bottom;
	color: #000000;	
	}

#nav2 {
	background: #B5C096;
	margin: 0 -8px;
	padding: 0 8px;
	}

#nav2 a {
	color: #FFFFFF;
	padding: 10px;
	}

#nav2 a:hover { color: #000000; }

/****Container****/
#container {
	background: url('img/main.jpg') repeat-y;
	border-bottom: 1px solid #902444;
	}

#container ol, #main ul {margin: 0 0 1.2em 1.6em;}
#container ul li {list-style: disc;}
#container ol li {list-style: decimal;}
#container li {padding: 2px 0;}

#content-outer {
	border-top: 1px solid #902444;
	width: 629px;
	}

#content {	
	color: #444;
	padding: 16px;
	}

.text { margin-bottom: 25px; }
.text-title { text-decoration: none; }

/****Sidebar****/
#sidebar-outer {
	border-top: 1px solid #902444;
	width: 260px;
	}

#sidebar {
	color: #000000;
	padding: 16px 12px;	
	}

#sidebar a { color: #902444; }
#sidebar a:hover { color: #000000; }

/****Box****/
.box { margin-bottom: 0.6em; }
.box-title {
	background: #902444;
	border: 1px solid #000000;
	color: #FFFFFF;
	font: bold 1.3em sans-serif;
	padding: 6px 20px;
	}

.box-content { padding: 8px 0 8px; }



/****Boxes****/
#boxes {
	background: #E4E4E2;
	border-top: 1px solid #FFFFFF;
	font-size: 0.9em;
	}

#boxes-inner { padding: 16px 20px 6px; }
#boxes .col3 { width: 255px; }
#boxes .col3mid { width: 337px; }
#boxes .col3mid .col3-content {
	border-left: 1px solid #902444;
	border-right: 1px solid #902444;
	padding: 0 20px;
	margin: 0 20px;
	}
#boxes .col-title {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	}

#boxes li {	
	padding: 2px 0; 
	border-bottom: 1px solid #000000; 
	}

#boxes li a {
	color: #902444;
	text-decoration: none;
	}

#boxes li a:hover {
	color: #000000;
	text-decoration: underline;
	}

/****Footer****/
#footer {
	background: url('img/footer.gif') no-repeat;
	color: #000000;
	font-size: 0.9em;
	padding: 22px 8px 10px;
	}

#footer a { color: #902444; }
#footer a:hover { color: #000000; }
#footer .right, #footer .right a {
	color: #902444;
	text-decoration: none;
	}
