html, body { 
	padding: 0;
	background-color: #fdf5e6;
	color: #333;
	font-family: Georgia, Palatino, serif; 
	}
	
/*this is for positioning*/
/*thanks to Mark Newhouse for this 2 col css layout http://realworldstyle.com/2col.html */

#header {
	margin-bottom: 0px;
	}
	
#content {
	margin-top: 25px;
	clear: both;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11pt;
	line-height: 18px;
	}
	
.small {
	font-size:	11px;
	font-weight: bold;
	color:	#333; 
}

.spacer {
	clear: both;
	}
/*this is for the two column layout */
#left {
	width: 400px;
	float: left;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11pt;
	line-height: 18px;
	border-style: dotted; 
	border-color: #000000; 
	border-width: 1px;
	border-right: 0px;
	padding: 3px;
	}
#right {
	width: 350px;
	margin-left: 400px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11pt;
	line-height: 18px;
	border-style: dotted; 
	border-color: #000000; 
	border-width: 1px;
	padding: 3px;
	}
#head	{
	width: 750px;
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	line-height: 18px;
	border-style: dotted; 
	border-color: #000000; 
	border-width: 1px;
	border-bottom: 0px;
	padding: 3px;
}
#toc {
	margin-left: 65px;
	margin-right: 65px;
	background-color: #e2e2e2;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11pt;
	line-height: 1.4em;
	border-style: dotted; 
	border-color: #000000; 
	border-width: 1px;
	padding: 10px;
	}
#tocleft {
	width: 310px;
	margin-left: 65px;
	margin-right: 20px;
	float: left;
	background-color: #e2e2e2;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11pt;
	line-height: 1.4em;
	border-style: dotted; 
	border-color: #000000; 
	border-width: 1px;
	padding: 3px;
	}
#tocright {
	width: 305px;
	margin-left: 395px;
	background-color: #e2e2e2;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11pt;
	line-height: 1.4em;
	border-style: dotted; 
	border-color: #000000; 
	border-width: 1px;
	padding: 3px;
	}
/*this is for the one column layout */

#onecol {
	width: 600px;
	margin-left: 75px;
	}


/*this is for styling*/



a {
	color: #990000;
    font-weight: normal;
	text-decoration: none;
    border-bottom: solid 1px #990000;
	}
	
a:hover {
  font-weight: normal;
  text-decoration: none;
  border-bottom: dotted 1px #990000;
	}

a:active {
 color: #f90;
 text-decoration: none;
 border-bottom: solid 1px #990000;
}	
	
h1	{
	font-size:	1.35em;
	}
h2	{
	font-size:	1.3em;
	}
h3	{
	font-size:	1em;
	}
h4, h5, h6	{
	font-size:	1.05em;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: Trebuchet MS, Palentino, Times New Roman, Serif;
	color:	#006699;  
	margin-bottom: 2px;
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
	}





