/* CSS Document */

/* positioning elements */

* { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size: x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size: small
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size: small
    /* be nice to Opera */
    }

body {
	background-color: #e1e5da;
	}

img {
	border: none;
	line-height: 0;
	padding: 0;
	}

#wrapper {
	text-align: center;
	width: 100%;
	background: url(../images/wrapper_bg.gif) repeat-y center top;
	margin: 10px 0;
	line-height: 0;
}

#maincontent {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}

#header {
	background: url(../images/header_lvl2.jpg) repeat:none left top;
	height: 100px;
}

#mainnav {
	float: left;
	width: 150px;
	border-right: dotted 1px #6b8052;
	border-bottom: dotted 1px #6b8052;
	padding: 0 10px;
}

#mainnav ul {
	display: block;
	list-style-type: none;
}

#mainnav ul li {
	border-bottom: dotted 1px #6b8052;
}

#bodycontent {}

.rightcontent {
	width: 310px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 10px;
	line-height: 0;
}

.rightcontent br {
	line-height: 0;
	}
	
.rightcontent a {
	padding: 0;
	}
	
.caption {
	text-align: center;
	color: #666666;
}

.clearthis {
	clear: right;
	margin: 10px 0;
}

.clearall {
	clear: right;
	clear: left;
	margin: 10px 0px 10px;
}

.pagecontent {
	margin: 0 10px 0 25%;
}


/* styling elements */

.nav a{
	display: block;
	font-size: .8em;
	color: #6b8052;
	text-decoration: none;
	line-height: 1.8em;
}

.nav a:visited {
	color: #6b8052;
}	

.nav a:hover {
	color: #6b8052;
	text-decoration: none;
	background-color: #f0f2ed;
}

.active {
	background-color: #f0f2ed;
	}

.nav3{
	padding: 0 0 0 10px;
	}

.pagecontent h1 {
	padding: 0 10px 10px 10px;
	font-size: 1em;
	color: #6b8052;
	line-height: 1.5em;
	text-transform: uppercase;
}

.pagecontent h2 {
	padding: 5px 10px;
	font-size: .8em;
	color: #6b8052;
	line-height: 1.5em;
	text-transform: uppercase;
}

.pagecontent p {
	padding: 0 0 10px 10px;
	font-size: .8em;
	color: #8c9188;
	line-height: 1.5em;
}

.pagecontent a{
	color: #6b8052;
}

.pagecontent a:visited {
	color: #6b8052;
}	

.pagecontent a:hover {
	color: #6b8052;
}

#footer {
	position: relative;
	font-size: 0.7em;
	color: #999;
	background-color: #e1e5da;
	line-height: 1em;
	padding: 0 0 10px 0;
	text-align: center;
}

#footer p {
	margin: 5px 0;
	font-size: 10px;
	}

.nodecor a:link, .nodecor a:visited, .nodecor a:hover, .nodecor a:active {
	color: #6b8052;
	text-decoration: none;
}