
body  {
background-color:#d5c39e;
background: url(../graphics/outer_background.jpg); 
font-family: Verdana, Geneva, arial, helvetica, sans-serif;
}

#container { 
	width: 980px;  
	/* background: #FFFFFF;   */
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	 background: #d5c39d url(../graphics/yellowy_background.jpg) repeat-y 50% 0; 
	background-color: #FFF;
} 

#sidebar { 
	width: 300px;
	margin: 0px 0px 0px 0px; /*  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10 0px; /* WAS => 0 20px -- remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	font-size: 10pt;
	color: #000000; 
} 

#sidebar h1 {
	margin: 0; 
	padding: 10px 0; 
	font-size: 12pt;
	letter-spacing: 3px;
}

#top-navigation { 
	/* border: 1px solid green; */
	width: 670px;
    background-color: #c11706;
	padding: 15px 0 15px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
	font-weight: bold;
}

#content #top-navigation a:link {text-decoration: none; color: #ffffff;}
#content #top-navigation a:visited {text-decoration: none; color: #ffffff;}
#content #top-navigation a:hover {text-decoration: none; color: #ffffff;}
#content #top-navigation a:active {text-decoration: none; color: #ffffff;}

#heading { 
    background-color: #fff;
	padding: 10px 0 10px 10px;
	text-align: right;
	font-weight: bold;
	font-size: 24pt;
	color: #606f7b; /* WAS => #253f5a */
	letter-spacing: 1px;
}



#content {
	/* border: 1px solid red;	 */
	float: right; /* since this element is floated, a width must be given */
	width: 650px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */ 
	padding: 0px 20px 10px 0px;/* WAS => 15px 10px */
	font-size: 10pt;
	color: #000000; /* MAYBE #b4985c */
}

#content a:link {text-decoration: underline; color: #000000;}
#content a:visited {text-decoration: underline; color: #000000;}
#content a:hover {text-decoration: none; color: #000000;}
#content a:active {text-decoration: underline; color: #000000;}

#content h1 {
	margin: 0; 
	padding: 10px 0 0px 0; 
	font-size: 12pt;
	color: #000000; 
	letter-spacing: 3px;
}

#content .highlight { color: #d5c39d; }
#content .highlight a:link {text-decoration: none; color: #d5c39d;}
#content .highlight a:visited {text-decoration: none; color: #d5c39d;}
#content .highlight a:hover {text-decoration: underline; color: #d5c39d;}
#content .highlight a:active {text-decoration: none; color: #d5c39d;}

#main h1 {
	margin: 0; 
	padding: 20px 0 0px 0; 
	font-size: 10pt;
	color: #c11706; 
	letter-spacing: 0px;
}
 
#main h2 {
	margin: 0; 
	padding: 5px 0 0px 0; 
	font-size: 10pt;
	color: #233c5a; 
	letter-spacing: 1px;
}

.menu-name {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: red;
	font-weight: bold;
	letter-spacing: 0px;
	/* text-align: left; */
	vertical-align: top;
	} 

#main {
	padding: 10px 20px 10px 20px;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333; 
	color: #fff;
	font-size: 10pt;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {text-decoration: none; background-color:#333; color: #ffffff;}
#footer a:visited {text-decoration: none; background-color:#333; color: #ffffff;}
#footer a:hover {text-decoration: underline; background-color:#333; color: #ffffff;}
#footer a:active {text-decoration: none; background-color:#333; color: #ffffff;}

.clearfloat { /* 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;
}


/* begin copyright and dwd formatting, found code here: http://www.webmasterworld.com/forum83/691.htm */
#bottom { 
width: 965px;
margin: 0px;
padding: 0px;
border-bottom:1px solid #666666; 
background: #ccc url(../graphics/red_back.jpg) ;

} 
#copyright { 
width: 400px; 
float: left; 
font-size:8pt; 
color:#aaa; 
padding-top:4px; 
padding-bottom:4px;  
} 
#ddo { 
width: 485px; 
float: right; 
font-size:8pt; 
color:#aaa; 
text-align: right; 
padding-top:4px; 
padding-bottom:4px;   
} 

#ddo a:link {text-decoration: none; color: #aaa;}
#ddo a:visited {text-decoration: none; color: #aaa;}
#ddo a:hover {text-decoration: underline; color: #aaa;}
#ddo a:active {text-decoration: none; color: #aaa;}

form {
   background-color: #dfe4e8;	
   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;
}