

body{
	/*background: #000066;*/
	background-color: #000;
	margin: 0;
	font-family:  "comic sans ms", verdana, Century Gothic, arial, times new roman;
	font-size: 11pt;
}

p{
	margin: 0;
}

#container
{
width: 90%;
margin: 10px auto;
background-color: #000;
color: white;
border: 1px solid white;
width: 700px;
line-height: 130%;
font-family:   "comic sans ms", verdana, Century Gothic, arial, times new roman;
font-size: 11pt;
}

#top
{
padding: .5em;
background-color: #000;
color: white;
text-align: right;
font-family:   "comic sans ms", verdana, Century Gothic, arial, times new roman;
font-size: 11pt;
}

#top h1
{
padding: 4px;
margin: 0;
}

#top h5
{
padding: 4px;
margin: 0;
}

#leftnav
{
float: left;
width: 140px;
margin: 0;
padding: 6px;
text-align: left;
color: white;
font-family:   "comic sans ms", verdana, Century Gothic, arial, times new roman;
font-size: 11pt;
}

#leftnav a {
	color: white;
    text-decoration: none;
}
#leftnav a:link {
    color: white;
}
#leftnav a:visited {
    color: white;
}
#leftnav a:hover {
    font-weight: normal;
    color: white;
	text-decoration: underline;
} 

#content
{
margin-left: 140px;
margin-right: 60px;
/*border-right: 1px solid gray;*/
padding: 1em;
max-width: 700px;
text-align: left;
color: white;
font-family:   "comic sans ms", verdana, Century Gothic, arial, times new roman;
font-size: 11pt;
}

#content td
{
	color: white;
	padding-left: 10px;
	font-family:   "comic sans ms", verdana, Century Gothic, arial, times new roman;
	font-size: 10pt;
}

#content a {
	color: #FFF9BF;
    text-decoration: none;
}
#content a:link {
    color: #FFF9BF;
}
#content a:visited {
    color: #FFF9BF;
}
#content a:hover {
    font-weight: normal;
    color: #FFF9BF;
	text-decoration: underline;
} 

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: white;
background-color: #000;
font-family:   "comic sans ms", verdana, Century Gothic, arial, times new roman;
font-size: 9pt;
}

#footer a {
	color: white;
    text-decoration: none;
}
#footer a:link {
    color: white;
}
#footer a:visited {
    color: white;
}

#footer a:hover {
    font-weight: normal;
    color: white;
	text-decoration: underline;
} 


#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.picture
{
float: left;
padding-right: 20px;
padding-bottom: 5px;
}

.picturer
{
float: right;
padding-left: 20px;
padding-bottom: 5px;
}