/* root level text style */

a:link {color: #990000;}
a:visited {color: #993333;}
a:active {color: #000000;}

a:hover {text-decoration: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	}
	
td {
	font-size: 12px;
	color: #000000;
	}
	
li {
	padding-bottom:5px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	}
	
h1.sub {
	color: #003366;
	}

h1 {
	font-size: 26px;
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	padding: 17px 0px 16px 23px;
	}
	
.headernav {
	font-size: 15px;
	color: #ffffff;
	padding:4px 0px 0px 5px;
	line-height:17px;
	}

.sidenavtop {
	font-size: 15px;
	color: #a44219;
	padding:6px 0px 6px 5px;
	border-bottom: 2px solid #ffe085;
	border-top: 2px solid #ffe085;
	margin-top: 105px;
	background-color: #ffcc33;
	}

.sidenav {
	font-size: 15px;
	color: #a44219;
	padding:6px 0px 6px 5px;
	border-bottom: 2px solid #ffe085;
	line-height:17px;
	background-color: #ffcc33;
	}
	
.contentbox {
	width:310px;
	height:380px;
	margin: 16px 20px 0px 0px;
	padding: 0px 20px 20px 44px;
	overflow: auto;
	float: left;
	}
	
.sectionbox {
	width:626px;
	height:400px;
	margin: 16px 44px 20px 44px;
	overflow: auto;
	}