
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#dropdown {
padding-top : 25px;
padding-left : 270px;
}
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.70em;
text-align : justify;
padding-top : 0px;
}
div#copy h1{
font-size : 1.1em;
padding : 0 0 0 0px;
}
div#copy img{
float : left;
padding-right : 20px;
}
div#copycenter  {
padding : 0 0 0 0px;
}
div#copycenter img{
padding-left  : 200px;
}
div#copy p{
margin : 0 0 0 0px;
padding : 0 0 0 0px;
}
.copy2 p{
margin : 0 0 0 0px;
padding : 0 0 0 0px;
}

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;
}
/* 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;
}