/* CSS Document */
/*XHTML Selectors*/
body {
	font-family: Trebuchet, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #000066;
	background-color: #6b8499;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

h1{
	font-size:14pt;
}

h2{
	font-size:13pt;
}

h3 {
	font-size:12pt;
}

h4 {
	font-size:11pt;
}

h5, h6 {
	font-size:10pt;
}

p {
	font-size:11pt;

} 
/*End XHTML Selectors*/

/*ID Selectors*/
#wrapper{
width:907px; 
min-height:580px;
_height:580px;
margin-right:8%;
margin-left:6%;
margin-bottom: 0;
margin-top: inherit;
padding: 1px;
background-color:#ffffff; 
border:outset 1px #435776;
}

#header{
width:100%; 
min-height:205px;
padding-top: 2px;
border:inset 1px #000000;
background-color: #CCD5E1;
}

#toolbar{
width:847px; 
height:35px;
margin-right:1px;
margin-left:1px;
margin-bottom:0;
margin-top:0;
background-color:#000066;
border:inset 1px #000000;
}

#rightbox{
float:right;
width:175px; 
height:180px;
padding: 0;
margin: 5px;
background-color:#CCD5E1; 
border:outset 1px #435776;
font-size:11pt;
}

#content {
margin-bottom:3%;
margin-top:3%;
margin-right:3%;
margin-left:3%;
font-size: 11pt;
color: #000066;
line-height:21px;
}

#content a {
color:#000066;	
}


#table  {
width:  70%;
border-width: 1px;
border-color: #000000;
	
}

#table td {
width: 300px;	
text-align: center;
font-size: 10pt;
background-color: #CCD5E1;
	
}
#end{
text-align: center;
	
}

#footer{
width: 907px;
font-size:10pt;
margin-top: 2 px;
margin-bottom: 1px;
margin-left:80px;
text-align: center;
color:#ffffff;

}

#footer a{
text-decoration:underline;
color:#ffffff;
margin-top: 2px;
margin-bottom: 1px;
}

#pic {
text-align: center;
}
/*End ID Selectors*/

/*Begin Class Selectors*/

/*End Class Selectors*/



