body {
	margin:0;
	padding: 0;
	color : #eeeeee;
	background: url(./data/images/bg2.jpg) repeat-x scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 14px;
}

#footer p {color: #222222; font-size: 8px;}
#infobar p {font-size: 12px;}

hr {color:#E6F4FF;}
hr.b {color:#E6F4FF;width: 50%;}

div.hr {
height: 40px;
background: url(./data/images/hr2.png) no-repeat scroll center;
}
div.hr hr {
display: none;
}

#header h1 {
	color: #009033;
	font-size: 48px;
}

h2 {
	color: #eeeeee;
}

h3 {
	color: #666666;
}

h2.b {
	text-align: right;
}

h3.b {
	text-align: right;
}

a.nav:link {color: #222222; text-decoration: underline;}
a.nav:hover {color: #222222; text-decoration: underline; }
a.nav:active {color: #eeeeee; text-decoration: underline; }
a.nav:visited {color: #222222; text-decoration: underline; }

a:link {color: #eeeeee; text-decoration: underline;}
a:hover {color: #eeeeee; text-decoration: underline; }
a:active {color: #aaaaaa; text-decoration: underline; }
a:visited {color: #eeeeee; text-decoration: underline; }

img.floatl { float: left; margin: 0 1em 0em 0; border: black solid 2px;}
img.floatr { float: right; margin: 0 0em 0em 0; border: black solid 2px;}

/*img.logo { position: absolute; top: -120px; left:250px; z-index: 1;}*/
/*img.logo { position: relative; position: right; z-index: 1;}*/

#container {
margin-top: 100px; 
margin-left: auto;
margin-right: auto;
width: 900px;
position: relative;

}

#header {
/*margin: 0 0 10px 0;
padding:0 0 0 20px;*/
top: -100px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: absolute;
text-align: center;
z-index:-1;
/*border-style:solid;
border-color:black;
border-width: 1px;*/
}

/*
#leftnav {
border: 1px solid blue;
background-color: #33609e;
background: url(./data/images/navbg.jpg);
border-style: dashed;
border-color: black;
border-width: 0 0px 1px 0;
float: left; 
width: 150px;
}
*/

#leftnav {
margin-top: 12px;
padding: 0 0 0 1em;
color: black;
border: 2px solid black;
/*background-color: #aaaaaa;*/
/*background: url(./data/images/nbbg.png);*/
background-repeat: no-repeat;
background-position: center;
float: top; 
width: 150px;
z-index: 9999;
}

#content {
border: 1px solid black;
background-color: #222222;
margin-left: 180px;
padding: 1em;
position: relative;
bottom: 135px;
width: 710px;
}

#infobar {
/*clear: left;*/
margin-top: 12px;
padding: 0 0 0 1em;
border: 2px solid black;
color: black;
/*background-color: #aaaaaa;*/
/*background: url(./data/images/bg.jpg);*/
float: right; 
width: 150px;
bottom: 220px;
/*overflow: scroll;*/
position: relative;
z-index: 9998;
}

#footer {
clear:both;
/*border: 1px solid yellow;*/
border-top: 1px solid black;
/*margin: 1em;*/
padding-left: 1em;
}

#meet {
padding: 0.5em;
}

#gav {
padding: 0.5em;
}

#lee {
padding: 0.5em;
}

#mark {
padding: 0.5em;
}

#murph {
padding: 0.5em;
}

/*
#cornertl{	  
display: block;
position: fixed;
left: 0;
top: 0px;
overflow: visible;
width: 300px;
height: 300px;
margin: 0 0 0 0;
padding: 0;
z-index: 9998;
border: none;
float: none;
}

#cornertr{
display: block;
position: fixed;
right: -200px;
top: 0px;
overflow: visible;
width: 300px;
height: 300px;
margin: 0 0 0 0;
padding: 0;
z-index: 9998;
border: none;
float: none;
}

#cornerbl{
display: block;
position: fixed;
left: 0;
bottom: -200px;
overflow: visible;
width: 300px;
height: 300px;
margin: 0 0 0 0;
padding: 0;
z-index: 9998;
border: none;
float: none;
}

#cornerbr{
display: block;
position: fixed;
right: -200px;
bottom: -200px;
overflow: visible;
width: 300px;
height: 300px;
margin: 0 0 0 0;
padding: 0;
z-index: 9998;
border: none;
float: none;
}
*/
