/* Autonomous v2 from OSWD */

body
{
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 0.8em;
}
#container
{
	width: 80%;
        position: absolute;
	margin-left: 10%;
	margin-right: 10%;
        background: #fff;
        border-bottom: 1px solid #FFFFFF;
        padding: 10;

}
#top
{
	border-bottom: 1px solid #AAAAAA;
	margin: 0.6em 0 0 0;
}

#top h1
{
	font-size: 100%;
	padding: 0;
        margin-left: 5%;
	color: #FF6600;
}

#nav 
{
	width: 15em;
	margin: 1em 0 0em 0em;
	padding: 0.5em 0 1em 0;
	float:left;
	clear: both;
 z-index: 1;
}

 /* Styles each "list-item" (or "button") with the same style. */
#nav ul li{
 display: block;
 list-style: none;
 margin: 0 0 5px 0; padding: 3px 3px 3px 3px;
 background-color: #eee;
}

 /* Gives the button a hover-effect. */
#nav ul li:hover{
 margin: 0 0 1px 0; padding: 2px 3px 2px 3px;
 border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;
 background-color: #fff;
}

 /* Styles the link within the button. */
#nav ul li a{
 display: block;
 color: blue;
 text-decoration: none;
}

 /* Gives the link a hover-effect. */
#nav ul li a:hover{
 color: black;
}
#content
{

	margin: 0 1em 0 15em;
	padding: 1em 0 1em 1em;
	border-left: 0px solid #AAAAAA;	 
}
#content h2
{
	display: block;
	border: 1px solid #AAAAAA;
	background-color: #F9F9F9;
	padding: 0.2em;
	margin: 0;
}
#content p
{
	text-align:left;
	margin-left: 0.5em;
}

#footer
{
	font-size: 80%;
	border-top: 3px solid #AAAAAA;
	text-align: right;
	clear: both;
	padding: 0.2em 0 0.2em 0;
}










