body {
	background-color: #4c6757;
	font-family: Verdana, Tahoma, Geneva, Arial, sans-serif;
	}

#allcontent {
	width: 1024px;
	background-color: #ffffff;
	color: #353129;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	width: 1024px;
	height: 100px;
	background-color: #E7E7D5;
	margin: 0px 0px 0px 0px;
	}
	
#fullcontent {
	width: 1024px;
	min-height: 500px;
	}
	
#left {
	width: 420px;
	height: auto;
	margin-right: 20px;
	padding: 20px 10px;
	font-size: 0.8em;
	float: left;
	}
	
#right {
	width: 534px;
	height: auto;
	padding: 10px 30px 0px 0px;
	float: right;
	font-size: 0.8em;
	}	
	
#onecolumn {
	width: 984px;
	height: auto;
	padding: 20px 0px;
	margin-left: 10px;
	font-size: 0.8em;
	text-align: justify;
	clear: both;
	}

#left_bottom {
	width: 420px;
	font-size: 1.0em;
	text-align: justify;
	float: left;
	}
	
#right_bottom {
	width: 534px;
	min-height: 300px;
	padding-top: 15px;
	font-size: 0.8em;
	float: right;
	}	
	
	
#toc {
	table-layout: fixed;
	width: 500px;
	min-height: 300px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.0;
	
	}
	
#note {
	font-size: 0.8em;
	}	
	
	
h1 {
	color: #8F1111;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;  
	}
	
h2 {
	color: #484A47;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;  
	}
	
h3 {
	color: #8E2800;
	font-size: 1.2em;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
img { 
	border: none; 
	}
	
a:link {
	color: #8F1111;
    text-decoration: none;
	}
	
a:visited {
	color: #8F1111;
    text-decoration: none;
	}
	
a:hover, a:focus {
	color: #4c6757;
	text-decoration: none;
	}
	
a:active {
	color: #8F1111;
    text-decoration: none;
	}
		
#topnav {
	border: none;
	width: 1024px;
	height: 20px;
	background-color: #8F1111;
	padding: 8px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	}

#topnav p {
	display: inline;
	border: none;
	}

#topnav ul, #topnav li {
	display: inline;
	margin: 0px 80px 0px 20px;
	color: #ffffff;
	font-weight: bold;
	}
	
#topnav a:link {
	color: #ffffff;
    font-style: bold;
    text-decoration: none;
	}
	
#topnav a:visited {
	color: #ffffff;
    font-style: bold;
    text-decoration: none;
	}
	
#topnav a:hover {
	color: #4C6757;
	text-decoration: none;
	}

#bottomnav {
	border: none;
	background-color: #2A2B27;
	color: #ffffff;
	width: 1024px;
	padding: 8px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	clear: both;
	}

#bottomnav p {
	display: inline;
	border: none;
	font-size: 0.6em;
	}
	
#bottomnav a:link {
	color: #ffffff;
    font-style: bold;
    text-decoration: none;
	}
	
#bottomnav a:visited {
	color: #ffffff;
    font-style: bold;
    text-decoration: none;
	}
	
#bottomnav a:hover {
	color: #E7E7D5;
	text-decoration: none;
	}
	
#w3c {
	text-align: center;
	}

	
ul {
	list-style: none;
	}
	

/*images and captions */

.floatright {
	float: right;
	width: 350px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #999;
	}


.floatleft {
	float: left;
	width: 350px;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #999;
	}
