@charset "UTF-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #524332;
	background: #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/background.jpg) repeat-x fixed;
}

/* page container */ 
#pagecontainer { 
	width: 800px;  
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* header */ 
#header {  
	width:100%;  
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#header a img {
    margin:0px;
    padding:0;
	border-style:none;
}

/* menu */ 
#menu { 
	margin-top: 10px;
    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:8px;
	background: url(../image/menu_divider.gif) no-repeat top left;
}

.pagedivider {
    margin-top:-3px;
    padding:0;
	height:8px;
	background: url(../image/menu_divider.gif) no-repeat top left;
	z-index:1;
	position:relative;
}

#imagebanner {
    margin:0px;
    padding:0;
	position:relative;
}


/* content container */

#contentcontainer {
	background:url(../image/brown_spacer.gif) repeat top left;
	margin: 0 auto;
	padding: 0px;
	overflow:auto;
}	

#sidebar1 {
	width: 198px;
	margin-left:10px;
	float:left;
	display: inline;
}

#sidebar1 p{
    margin:0px;
	font: 1.3em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	font-style:italic;
	font-weight:bold;
	color:#433803;
	text-align:center;
	background-image:url(../image/quote_panel_tile.gif);
	padding:5px;
}
#sidebar1 img{
	padding:0;
	margin:0;
	border-style:none;
	vertical-align: bottom;
	background-image:url(../image/quote_panel_tile.gif);
}	


#indexcontainer {
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	width: 590px;
	float:right;
	display: inline;
}

#papercontainer {
	margin: 10px 11px 10px 0px;
	padding: 0px;
	width: 570px;
	float:right;
}

#maincontenttop { 
	position:static;
	margin: 0; 
	padding-top: 10px; 
	background:url(../image/paper_bgd_top.gif) repeat top left;
}

#maincontent { 
	margin: 0px 0 0 0; 
	padding: 5px 15px 5px 15px;
	background:url(../image/paper_bgd_tile.gif) repeat-y;
}
#maincontentbottom { 
	margin: 0;
	padding-top: 15px; 
	background:url(../image/paper_bgd_bottom.gif) no-repeat left bottom;
}


#footer {
    float:left;
    width:800px;
	margin:0px;
    background:url(../image/bottom_corner_strip.gif) no-repeat left top;
    }

#copy {
	font: 0.7em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	color: #e9d7aa;
	padding:5px;
	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:#524332;

}
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;
}




