body{
	/* background-image: url(images/bg.gif); */
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
}

#cwrap{
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#wrap{
	width: 760px;
	float: left;
	background: white;
	padding-top: 10px;
	text-align: right;
}

#header{
	width: 760px;
	height: 200px;
	float: left;
	background-image: url(images/header1.jpg);
}

#tnav{
	height: 30px;
	width: 760px;
	padding: 5px;
}
#buffer{
	height:30px;
	width:760px;
	float:left;
	background: white;
	padding-top: 10px;
}

#nav{
	width: 760px;
	height: 20px;
	float: left;
	color: black;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
	width: 6em;
	text-align: center;
	color: #849ba9;
	text-decoration: none;
	}

#nav a:hover {
	color: #c71623;
}

#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	
}

#nav li ul a {
	color: #849ba9;
	text-decoration: none;
	text-align: center;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image:url(images/bgtrans.png);
	border: 1px solid black;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
	background: white;
}

#iwrap{
	width: 760px;
	float: left;
}

#left{
	width: 550px;
	float: left;
	padding-left: 10px;
}

#left h2{
	background: #c71623;
	font-family: helvetica, Sans-Serif;
	font-size: 20px;
	margin-bottom: 5px;
        margin-left: -10px;
	padding: 5px;
	text-align: left;
	color: white;
}

#toctable{
    float: left;
	width: 505px;
	margin-top: 10px;
	text-align: left;
	font-size: 17px;
        font-family: Gill Sans, sans-serif;
        font-stretch: ultra-expanded;
		height: auto;
		padding-bottom: 10px;
	padding-left: 10px;
}


#toctable ul li a:link, #toctable ul li a:visited{
	color: black;
	text-decoration: none;
	
}

#toctable ul {
color: black;
margin: 0px;
margin-bottom: 5px;
padding: 5px;
display: block;
}

#toctable ul li {
list-style-type: none;
margin: 0px;
margin-bottom: 5px;	
padding: 5px;
display: block;
text decoration: none;

}

#toctable ul a:hover{
border-bottom: 1px solid #c71623;
display: block;
}	

#imgleft{
float:left;
width: 110px;
border:0px;
color: white;
}

#by{
text-align: right;
color: #c71623;
font-weight: bold;
}

#right {
	width: 175px;
	float: right;
	background-image:url(images/bg.gif);
	margin-top: 16px;
        padding-top: -20px;
	text-align: right;
        border-top: 35px solid #c56216;
}

#right h2{
        color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
        display:block;
        background:#c5ba16;
        padding-top: 5px;
        padding-bottom: 5px;
}

#right li {
	list-style-type: none;
	padding: 5px;
	border-bottom: 1px solid #999;
}

#right li a{
	list-style-type: none;
	color: #c71623;
	text-decoration: none;
}

#right li a:visited {
	color: #DE3A3A;
	text-decoration: none;
}

#right li a:hover {
	color: #000000;
	text-decoration: none;
}

