/* CSS Document */

body{
font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman;
font-size: 1em;
margin: 0;
padding: 0;
background-image:url(images/bg.gif);
background-repeat: no-repeat;
}

#main_container{
	margin:0;
	padding: 0;
}

#knowbility{
float: left;
position: absolute;
left: 0px;
top: 0;
}

#whatnot{
padding: 0;
margin: 0;
position: absolute;
left: 225px;
top: 0;
}

#presnav{
position: absolute;
left: 227px; 
top: 90px;
font-size: 0.7em;
width: 550px;
}

#content{
position: absolute;
left: 229px; 
top: 111px;
font-size: 0.7em;
width: 550px;
/*width: 75%;*/
}

#navbar{
position: absolute;
left: 2px;
top: 90px;
color: #333333;
margin-left: -20px;
font-size: .7em;
width: 155px;
}

#navbar ul {
color: #000000;
white-space: inherit;
}

#navbar li {
list-style-type: none;
text-decoration: none;
margin-bottom: 10px;
}

#navbar li a {
text-decoration: none;
color: #000000;
}

#navbar li a:link {
color: #000000;
}

#navbar li a:visited {
color: #000000;
}

#navbar li a:hover {
color: #993300;
text-decoration: none;
}

ul li{
margin-bottom: 10px;
}

ul li ul li{
margin-top: 10px;
margin-left: -20px;
}

.agenda{
text-align: right;
}

a:link { 
text-decoration: underline; 
color: #890A04;}

a:visited { 
text-decoration: underline; 
color: #890A04;}
	
a:hover{
text-decoration: none; 
color: #890A04;
}

h1{
font-size: 1em;
color: #993300;
text-transform: uppercase;
}

h2{
	font-size: 1em;
	color: #333333;
	text-transform: uppercase;
}

h3{
font-size: .9em;
color: #333333;
text-transform: uppercase;
}

#footer {
width: 650px;
height: 5px;
background-color: #525657;
margin-top: 40px;
padding: 0;
margin-left: 0px;
}

#footer_text { /* seconday page sub navigation layout structure*/
width: 100%;
height: 17px;
text-align: left;
padding-top: 6px;
margin: 0;
margin-bottom: 5px;
}

#footer_text ul {
text-transform: uppercase;
color: #000000;
font-size: .6em;
margin: 0;
padding: 0;
}

#footer_text li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0 0 0 6px;
}

#footer_text li a {
text-decoration: underline; 
color: #B5121B;
}

#footer_text li a:link {
text-decoration: underline; 
color: #B5121B;
}

#footer_text li a:visited {
text-decoration: underline; 
color: #B5121B;
}

#footer_text li a:hover {
color: #B5121B;
text-decoration: none; 
}

.red{
color: #993300;
}
