/* These are used for the left nav column layout */

#mainbodycontainer {
	
	width: 100%; 
	height: 100%;
	color: #000000;
}

#mainbodycolumn {
	float: none; 
	height: 100%;
	width: 75%;
	margin-top: 10px;
	padding-left: 15px;
	left: 176px; 
	position: absolute;
	background-color: #FFFFFF;
}

#leftnavcolumn {
	float: left; 
	background-color: #FFD700; 
	width: 175px; 
	position: absolute;
}

/* This is used for the single content area layout */

#mainbody {
	float: left; 
	width: 100%; 
	padding: 1%;
}

/* These are used for all layout types */

#header {
	background-color: #8B0000;
	height: 100px; 
	border-style: solid; 
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	
}

#headerindex {
	background-color: #8B0000;
	height: 50px; 
	border-style: solid; 
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	
}

#footer {
	font-family: verdana; 
	font-size: 8pt; 
	text-align: center;
	background-color: #FFFFFF;
}

#logoheading {
	position: absolute;
	padding-left: 5px;
	padding-top: 6px;

}

h1 {
	font-family: Verdana, Geneva, verdana, arial, Helvetica, sans-serif;
	font-size: 16pt; 
	font-weight: bold; 
	}

h2 {
	font-family: Verdana, Geneva, verdana, arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	padding: 1px;
}

h3 {
	font-family : Verdana, Geneva, verdana, arial, Helvetica, sans-serif;
	font-size : 12pt;
}

#ul {
	font-family: verdana; 
	font-size: 11pt; 
	color:#8B0000;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: opx;
}

#navlinks {
	list-style: none;
	font-family: arial; 
	font-size: 15pt; 
	color:#8B0000;
	font-weight: normal;
	
}
.navspace {
	line-height: 40px;
	list-style: none;
}

hr {
	height:1px; 
	width:98%;
	color:#8B0000;
	background-color: #8B0000;
}

a.links {
	font-family: arial, verdana;
	font-size: 8pt; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
	text-indent: 8px;
}

a.links:hover {
	font-family: arial, verdana;
	font-size: 8pt; 
	font-weight: bold; 
	color: #D9B200; 
	text-decoration: none;
	text-indent: 8px;
}

A:HOVER {
	text-decoration: underline;
	color: #A33100;
}
	
	
BODY {
	font-family: Verdana, Geneva, verdana, arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: Black;
}

TD {
	font-family: Verdana, Geneva, verdana, arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	padding-top: 2px;
	padding-right: 10px;
	color: Black;
}
.link {
	color: blue;
	text-decoration: underline;
}

A {
	color: black;
	text-decoration: none;
}

li {
	padding-top: 8px;
}




