html, body {
    margin:0;
    padding:0
}
body {
	background-color: #eae5e0;
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #84776e;   /*green #2f4930*/
	background-image: url(../im/back_page.jpg);
	background-repeat: repeat-x;
}

div#container {
    width:950px;
    margin:0 auto
}

div#container {
    text-align:left
}

div#header {
    margin-top: 20px;
    height: 106px;
}

div#header #right{
    float: right;
    height: 106px;
    width: 739px;
    background-image: url(../im/hdr_right.jpg);    
}

div#header #left{
    float: left;
    height: 106px;
    width: 211px;
}

div#nav{
    height: 35px;
    width: 945px;
    background-color: #eae5e0; /*beige */
    margin-bottom: 7px;
	margin-right: 3px;
	margin-left: 2px;
	font-size: 15px;;
	font-weight: bold;
    /**letter-spacing: -.05em;**/
}

/**
	Primary Navigation
**/

div#nav ul{

	padding-top: 8px;
	
	text-align: center;
	
}

div#nav ul li {

    list-style-type:none;
    display: inline;
	
	
}

div#nav ul li a{

	color: #2f4930;
    display: inline;
    text-decoration: none;
	margin-right: 5px; /*22*/
	padding: 7px;  /*4*/
	
}


div#nav ul li a:visited {

    

}


div#nav ul li a:hover, div#nav ul li a.active{
	color: #ffffcc;
	background-color: #2f4930;

}


/**
	
**/

div#boxedtop{
    background-image: url(../im/boxedtop.gif);
    background-repeat: no-repeat;
    height: 13px;
    width: 950px;
    
}

div#boxedmid {
    
    background-image: url(../im/boxedmid.gif);
    background-repeat: repeat-y;
    width: 950px;
    margin-top: -3px;
}

div#boxedcontent{
    background-color: #ffffff;
    background-image: url(../im/back_content.jpg);
    background-repeat: repeat-x;
    width: 935px;
    margin-left: 7px;
    
    
}

div#boxedbottom{
    
    background-image: url(../im/boxedbottom.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 950px;
}

div#content {
    float:left;
    width:670px;
    padding-left: 8px;
    
}

div#content h1{
    
    color: #2f4930;
    font-size: 23px;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
    
}

div#content h2{
    
    color: #2f4930;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0px 4px 0px;
}

div#content h3{
    
    color: #5489ad;;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0px 4px 0px;
}

div#content h4{

    color: #2f4930;
    font-size: 23px;
    font-weight: bold;
    
}

div#content h5{

    color: #84776e;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 13px;
    
}

div#content p {

    line-height:1.4;
    margin-bottom: 10px; 
    padding-right: 5px;
    
}

div#content p a {
    
    
}

div#content p a:link, div#content p a:visited{
    
    text-decoration: underline;
    color: #5489ad;
}



div#content p a:hover{
    
    text-decoration: none;
    color: #2f4930;
    background-color: #fcf6d1;
}

div#content #breadcrumb{
 
    margin-bottom: 2px;
    
}

div#content #breadcrumb p, div#content #breadcrumb p a, div#content #breadcrumb p a:link, div#content #breadcrumb p a:visited{
    
    color: #5489ad;
    text-decoration: none;

    
}


div#content #breadcrumb span .B_lastCrumb {

     color: #2f4930;

}

div#navigation {
    float:right;
    width:250px;
    margin-right: 5px;
    
}
div#extra {

}
div#footer {
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 60px;

}
div#footer p {
    text-align: right;
	color: #2f4930;
}

div#footer p a{
    text-decoration: underline;
	color: #2f4930;
}

div#footer p a:hover{
	text-decoration: none;
	color: #5489ad;
}


div#extra {
    clear:both;
    width:100%
}

/**


**/

br.clear{
     clear: both;
}

strong {
	font-weight: bold;
}

hr {
	height: 0px;
	color: #eae5e0;
	width: 100%;
	border: 1px solid #eae5e0;
}

ol li{
	list-style-type: decimal;
	list-style-position: inside;
}

.red{
	color: red;
}

.small{

	font-size: 11px;
}




