/* Autonomous v2 from OSWD */

body
{
	font-family:arial, sans-serif;
	font-size: 13px;
	color: #ccffff;
        background: #000056;

}
#container
{
	width: 400px;
        top: 2px;
	position: absolute;
	margin-left: 1px;
	margin-right: 5px;
        background: #000056;
        border: none;
        padding: 2px;

}
#top
{
width:400px;
	border-bottom: 2px outset #eeee99;
	margin: 6px 0 0 0;
}

#top h1
{
	color: #eeee99; font-family: Georgia, serif; font-style:italic; font-size: 18px;
	padding: 0;
        margin-left: 5%;
	
}

#nav
{display: none;
	width: 80px;
	margin: 4px 0 4px 0em;
	padding: 2px 0 4px 0;
	float:left;
	clear: both;
	border-right: 2px outset #bca354;
}
#nav a, #nav a:visited, #nav a:active
{
	display: none;
	margin: 1.5em 0 0 0;
	text-decoration: none;
	/* font-size: 15px; */
	color: blue;
	border-bottom: 1px solid #FFFFFF;
}
#nav ul
{Display: none;
	color: #555555;
	list-style: square;
	
}
.linky {color: #dddd99; font-style: italic; text-decoration: underline; font-family: Georgia; font-size: 15px}

#nav li
{
Display: none;
	margin: 4px 0 0 0;
}

#nav a:hover
{Display: none;
	border-bottom: 1px solid #AAAAAA;
}
#content
{
width: 380px;
	margin: 4px 0 4px 8px;
	padding: 2px 0 2px 2px;
	border-left: none;	 
}
#content h2
{
width: 380px;
	display: block;
	border: none;
	background-color: #000056;
	padding: 2px;
	margin: 0;
}
#content p
{
width: 380px;
	text-align:justify;
	margin-left: 4px;
}

#footer
{
width: 398px;
	font-size: 80%;
	border-top: 2px inset #eeee99;
	text-align: center;
	clear: both;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding:2px 0 2px 0;
}

.linksm {font-family: Georgia, serif;	font-size: 11px; color: #ccff80; text-decoration: underline; font-style: italic}