body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#body1 { /* main content right aligned */
	float: right;
	width: 650px;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px; 
	margin-top: 15px; }

#holder {
	width: 80%;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: #AB8349;
}


/* ----------------------------------------------------------------------------- 
   Nav controls the left column. (menu section)  Float: right moves the whole
   menu to the right side of the website.
   Padding 15px  10px  - the 15 is # of pixel from the top of column and the 10
   is the amount of space left and right. (was 10....changed to 15 to get rid
   of white space next to background (about 5 pixels worth)
   -------------------------------------------------------------------------- */


#nav {
	background: #EAD0B2 url(Data/Images/topbg.gif) repeat-y;
	width: 210px;
	float: left;
	padding: 15px 15px;
	
}

/* ----------------------------------------------------------------------------- 
   Content controls the left line of the menu left column and the spaces between
   the left column and the main text of center column (75 padding)
   This is also the color of the left line. 
   Padding - 1st one is down from top of page, 2nd one is spaces in from right.
   -------------------------------------------------------------------------- */

#content {
	margin: 0 0 0 240px;
	padding: 1px 80px 1px 75px;	
}

/* -------------------------------------------------------- 
   The background color of the footer is controlled below:
   ----------------------------------------------------- */	

#footer {
	background: #EAD0B2;
	padding: 5px;
	border-top: 1px solid #CA8C53;
	font-size: 80%;
}
.callout {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 1px 25px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
}

/* -------------------------------------- 
   The left navigation menu text control:
   ----------------------------------- */	

#nav a:link { 
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	text-decoration: none;	
	color: #672D85;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #0000EE;
}
/* ------------------------------ 
   I added from other stylesheets
   ------------------------------ */	

.cred { color: #ff0000; } /* color red */
.cblue { color: #3366CC; } /* color blue */
.cgreen { color: #009900; } /* color green */
.center { text-align: center; }	
.clear { clear: both; }
.floatL { float: left; margin: 0 10px 0 0; } /* basic float left */ 
.floatR { float: right; margin: 0 0 0 10px; } /* basic float right */ 
.xsmall { font-size: x-small; }
.xxsmall { font-size: xx-small; }


/* -------------------------------------- 
   The Body text control:
   ----------------------------------- */	


a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold; }

a:visited {
	color: #672D85;
	text-decoration: underline;
	font-weight: bold; }

a:hover {
	color: #0000EE;
	text-decoration: underline; }


h1 { color: #000000; font: bold 110% Arial, Verdana, sans-serif; }
h2 {
	color: #336699;
	font: bold 105% Arial, Verdana, sans-serif;
	font-size: 125%;
}
h3 { color: #006666;	font: bold 105% Arial, Verdana, sans-serif; }	
h4 { color: #336699; font: bold 100% Arial, Verdana, sans-serif; }
h5 { 
	color: #333; 
	font: bold 100% Arial, sans-serif;
	letter-spacing: .75em;
	border: 1px solid #ccc; 
	background-color: #f5f5f5; 
	padding: 4px; }
	
h6 { color: #5F9EA0; font: bold 100% Arial, sans-serif; }	

