
body  {
	margin : 0px;
	padding : 0px;
	font : 1.0em  verdana, arial, sans-serif;
	background-color : #ffffff;
	behavior : url(../css/csshover.htc);
	text-align : center;
	color : #002B7C;
}
div#header {
margin-top : 20px;
width : 774px;
height : 69px;
background-image : url(../images/logo.gif);
background-repeat : no-repeat;
}
div#logo{margin: 0; padding: 0; border: 0; float: left;}
div#logo img{margin: 0; padding: 0; border: 0;}
div#logo img a{margin: 0; padding: 0; border: 0;}

div#dropdown {float: left;padding-top : 25px;padding-left : 106px;}
div#wrap  {
	width : 774px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
	A  {
	text-decoration : underline;
	color : #00A4E8;
}
A:Hover  {
	text-decoration : underline;
	color : #ff3300;
	}
*  {
	margin : 0;
	padding : 0;
}
div#top {
width : 774px;
height : 24px;
background-image : url(../images/top.gif);
background-repeat : no-repeat;
}
div#mid {
width : 774px;
background-image : url(../images/background.gif);
background-repeat : repeat-y;
}
div#bottom {
width : 774px;
height : 24px;
background-image : url(../images/bottom.gif);
background-repeat : no-repeat;
}
div#content {
width : 774px;
background : url("../images/montage.gif") bottom left no-repeat;
}
 
div#copy {
width : 557px;
float : left;
padding-left : 20px;
font-size : 0.7em;
text-align : justify;
padding-top : 0px;
}
div#copy h1{
font-size : 1.1em;
padding : 0 0 0 0px;
}
div#center {
text-align : left;

}
div#center p{
text-align : left;
margin-left : 10 px;
}
div#copy h2{
font-size : 1.1em;
padding : 0 0 0 0px;
}
div#copy p{
margin : 0 0 0 0px;
padding : 0 0 0 0px;
}
div#copy img{
margin-left :10px;
margin-right :0px;
}
div#copy span{
font-size : 0.8em;
}
div#footer {
width : 774px;
text-align : center;
font-size : 0.6em;
padding-bottom : 30px;
}
div#footer p{
padding-top : 2px;
padding-bottom : 2px;
}
div#footer span{
font-size : 0.9em;
}

.list {
padding-top : 10px;
padding-left : 30px;
padding-bottom : 10px;
}
.list ul  {
margin : 0 0 0 0px;
padding : 0 0 0 0px;
}
.list li  {
list-style-type : dis;
padding-top : 2px;
padding-bottom : 2px;
}
.listnumbers {
padding-top : 10px;
padding-left : 30px;
padding-bottom : 10px;
}
.listnumbers ol  {
margin : 0 0 0 0px;
padding : 0 0 0 0px;
}
.listnumbers li  {
list-style-type : dis;
padding-top : 2px;
padding-bottom : 2px;
}
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after  {
content : ".";
/* the period is placed on the page as the last thing before the div closes */
display : block;
/* inline elements don't respond to the clear property */
height : 0;
/* ensure the period is not visible */
clear : both;
/* make the container clear the period */
visibility : hidden;
}

.clearfix  {
display : inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix  {
height : 1%;
}

.clearfix  {
display : block;
}