body{
	margin: 0;
	font-family:  Trebuchet MS,verdana, Century Gothic, arial, times new roman;
	font-size: 10pt;
	/*background-color : #EEE;*/
}

/*#fill
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color : #EEE;
}	*/

pre{background-color: white;
	padding: 10px;}

#top
{
padding: .5em;
/*background-color: #336699;*/
background-image: url("images/title.gif");
color: white;
font-family:   Trebuchet MS,verdana, Century Gothic, arial, times new roman;
font-size: 10pt;
margin: 0;
}

#top h1{
	margin: 0;
	}
#top p{
	margin: 0;
	}
	
#top a {
	color: white;
    text-decoration: none;
}
#top a:link {
    color: white;
}
#top a:visited {
    color: white;
}
#top a:hover {
    font-weight: normal;
    color: white;
	text-decoration: underline;
}

#top a.title {
	color: white;
    /*text-decoration: none;*/
}
#top a.title:link {
    color: white;
}
#top a.title:visited {
    color: white;
}
#top a.title:hover {
    font-weight: bold;
    color: white;
    text-decoration: none;
} 


#leftnav
{
float: left;
width: 155px;
margin: 0;
padding: 10px;
text-align: left;
font-family: Trebuchet MS,verdana, Century Gothic, arial, times new roman;
font-size: 12px;
background-color : #FFF;
z-index: 2;
}
#leftnav p{
	margin: 0;
	}

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

#rightnav
{
float: right;
width: 125px;
margin: 0;
padding: 10px;
text-align: left;
font-family:   Trebuchet MS,verdana, Century Gothic, arial, times new roman;
font-size: 12px;
background-color : #FFF;
}

#rightnav p {
	margin: 0;
	}

#rightnav a {
	color: #336699;
    text-decoration: none;
    margin: 0;
}
#rightnav a:link {
    color: #336699;
}
#rightnav a:visited {
    color: #336699;
}
#rightnav a:hover {
    font-weight: normal;
    color: #336699;
	text-decoration: underline;
} 

#content
{
margin: 0 155px 0 175px;
background-color : #EEE;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
font-family:   verdana, Century Gothic, arial, times new roman;
font-size: 12px;
border-left: 1px solid #AAA;	
border-right: 1px solid #AAA;	
border-bottom: 2px solid #AAA;	
z-index: 1;

}

#content p
{
	margin: 0;
}

#content ul
{
	margin: 0;
}

#content li
{
	margin: 0;
}

#content h1
{
	margin: 0;
	font-size: 16px;
}

#content h2
{
	margin: 0;
	font-size: 14px;
	color: #336699;
}

#content pre
{
	margin: 0;
	color: navy;
	background-color : #EEE;
}

#content strong
{
	margin: 0;
	color: #336699;
}

#content td
{
	padding-left: 10px;
	font-family:   verdana, Century Gothic, arial, times new roman;
	font-size: 9pt;
}

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

#content i{
	color: #336699;
	}

#footer
{

clear: both;
margin: 0;
padding: .5em;
color: #336699;
font-family:   verdana, Century Gothic, arial, times new roman;
font-size: 9pt;
padding: 0 190px 0 200px;
background-color : #FFF;
}

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


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