@charset "UTF-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #535350;
	background-color: #2D2915;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:url(../image/bgd_tile.gif) repeat fixed;
}

/* page container */ 
#pagecontainer { 
	width: 800px;  
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
	height:100%;

}

/* header */ 
#header {  
	width:100%;  
	border: none;
}

#header a img {
    margin:0px;
    padding:0;
	border-style:none;
}

/* menu */ 
#menu { 
	margin-top: -3px;
    width:100%;
} 

#menu ul {
    margin:0;
    padding:0;
    list-style:none;
    }
	
#menu li{
	display:inline;
    }
#menu a img{
    margin:0;
    padding:0;
	border-style:none;
	vertical-align: bottom;
    }
		
	
#menudivider {
    margin:0;
    padding:0;
	height:9px;
	background: url(../image/menu_divider.gif) no-repeat top left;
}


/* content container */

#contentcontainer {
	background-color: #e8e0cb;
	border: 1px solid #6a1f3d;
	border-top:none;
	border-bottom:none;
	margin: 0 auto;
	margin-top: -10px;
	padding: 0px;
	height:100%;
}	


#sidebar1 {
	width: 330px;
	margin-right:0px;
	float:right;
	display: inline;
}

#sidebar1 p{
    margin:0px;
	font: 1.3em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	font-style:italic;
	color:#a1f3d;
	text-align:center;
	padding:10px;
}
#sidebar1 img{
	padding:0;
	margin:0;
	border-style:none;
	vertical-align: bottom;
}	


#papercontainer {
	margin: 10px 0px 10px 10px;
	padding: 5px;
	width: 420px;
	float:left;
}

#maincontenttop { 
	position:static;
	margin: 0; 
	padding-top: 10px; 
}

#maincontent { 
	margin: 0; 
	padding: 0;
}


#footer {
    float:left;
    width:800px;
	margin-top:0px;
    background:url(../image/footer.jpg) no-repeat left top;
    }
	
#indexfooter {
    float:left;
    width:800px;
	margin-top:-3px;
    background:url(../image/footer.jpg) no-repeat left top;
    }	
	

#copy {
	font: 0.7em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	color: #e9d7aa;
	padding:12px;
	text-align:center;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#copy a {
	text-decoration: underline;
	color: #e9d7aa;
}

/* font stuff */

p {
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color:#000000;
	text-align:left;
}


#maincontent ul { list-style:disc;}
#maincontent ul li{
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color:#000000;
}

#maincontent ul li ul li{
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}	

.bold{font-weight: bold;}	

hi, h2, h3 .smalltext{
	color:#6a1f3d;

}
h1 {
	font: 1.3em "Georgia", "Times New Roman", Times, serif;
	}
	
.italic {
	font-style:italic;
}
h2 {
	font: 1.1em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	padding-top:10px;
	}
h3 {
	font: 1em Geneva, "Arial", Helvetica,sans-serif;
	}
blockquote {
	font: 1em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	padding:10px;
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color: #e9d7aa;
	background-color: #524332;
    border: 4px double #e9d7aa;
	
}	
		
	
.smalltext {
	font: 0.7em Geneva, "Arial", Helvetica,sans-serif;
}	
 
a:active, a:link, a:visited
{
	text-decoration: underline;
	color: #630;
}
a:hover
{
	color: #2d2915;
}


.contentmotif {
	text-align:center;
	padding-bottom: 10px;
}

.pageheading {
	text-align:center;
	padding: 10px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clr { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imagealign {
	vertical-align: bottom;
}
.imagealign a {
	border:none;
}

#masterplan {
	text-align:center;
	display:block;
}
#masterplan img{
	background-color:#e9d7aa;
    border: 4px double #2d2915;
}
.imgborder {
    border: 4px double #2d2915;
}




