/* CSS Document */
body
{
background-color: #FFFFFF;
margin: 70px;
padding: 0;
font-size: 0.9em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1
{
font-family: Geneva, Arial, Helvetica, sans-serif;
margin: 0 0 15px 0;
padding: 0;
color: #663300;
}

h2
{
font-family: Geneva, Arial, Helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}

p
{
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
}

.content>p
{
margin: 10;
}

.content>p+p
{
text-indent: 30px;
}

a
{
color: teal;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 600;
text-decoration: none;
}

a:link
{
color: teal;
}

a.visited
{
color: teal;
}

a.hover
{
background-color: #bbb;
}

/*All the content boxes belong to the content class*/
.content
{
position: relative;
width: auto;
min-width: 120px;
margin: 0 210px 20px 170px;
border: 1px solid #663300;
background-color: white;
padding: 10px;
z-index: 3;
}

#navleft
{
position: absolute;
width: 150px;
top: 200px;
left: 70px;
font-size: 0.9em;
border: 1px dashed #663300;
background-color: white;
padding: 10px;
z-index: 2;
}

#navleft2
{
position: absolute;
width: 150px;
top: 449px;
left: 70px;
font-size: 0.9em;
border: 1px dashed #663300;
background-color: white;
padding: 10px;
z-index: 2;
right: 1000px;
}

#navright
{
position: absolute;
width: 190px;
top: 200px;
right: 70px;
border: 1px dashed #663300;
background-color: #ffffff;
padding: 10px;
z-index: 1;
}

#navright2
{
	position: absolute;
	width: 190px;
	top: 412px;
	right: 70px;
	border: 1px dashed #663300;
	background-color: #ffffff;
	padding: 10px;
	z-index: 1;

}

/* CSS style for top nav #nav ul*/
ul#nav
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background-color: #f0ea96;
	float: left;
	width: 100%;
	padding: 3;	
}

/* CSS style for <li> element*/
ul#nav li
{
display: inline;
}

ul#nav a
{
display: block;
float: left;
text-decoration: none;
background-color: #ffd700;
color: #fff;
padding: .2em .5em;
border-right: 1px solid #fff;
}

ul#nav a:hover
{
background: #f0ea96;
color: #036;
}

/* CSS style for header*/
header
{
	background: #ffffff;
	color: #0066CC;
	padding: 15px;
	margin: 0;
	border-bottom: solid #330000;
}

/* CSS style for footer*/
footer
{
	background: #003399;
	color: #0066CC;
	padding: 15px;
	margin: 0;
	border-bottom: solid #330000;
}
