/* CSS Document */
/* CSS Document */
* {
	margin:0px; 
	padding:0px; 

}

body  {
	margin:0px; 
	padding:0px; 
	font: 1.0em arial, sans-serif;
	background-color:#003366;
	font-size:100%;

}
.iii {
	font-family: "Myriad Web", Arial, sans-serif;
}

#wrapper {
	width:764px;
	background-color:#FFFFFF;
	margin-top:8px;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	margin-left:auto;
	margin-right:auto;
 min-height:575px;
}


#shadow {
	margin-left:auto;
	margin-right:auto;
 	width:764px;
	padding:10px;
	filter:shadow(color:#333333,strength:3, direction:135);
}

#logo {
margin-left:75px;
margin-top:35px;
margin-bottom:40px;
width:768px;
}

#menu {
font-family: "Myriad Web", "Trebuchet MS", Verdana, sans-serif;
	font-size:0.8em;
	float:left;
	margin-top:27px;
	padding-right:115px;
	width: 160px;

}

#menu p {
	padding: 3px 8px;
	display: block;
	width: 160px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	margin-bottom:2px;
	text-align:right;
}

#menu a{
	padding: 3px 8px;
	display: block;
	width: 90%;
	color: #666666;
	text-decoration: none;
}


#menu a:hover{
	background-color: #FFFFFF;
	color:  #333333;
}

.selected2 {
background-color: #FFFFFF;
	color:  #333333;
}

#header {
font-family: "Myriad Web", "Trebuchet MS", Verdana, sans-serif;
font-size:1.1em;
font-weight:bold;
color:  #333333;
}

#copy {
font-family: "Myriad Web", "Trebuchet MS", Verdana, sans-serif;
font-size:0.8em;
width:420px;
line-height:1.5em;
color:  #333333;

}

.foundImg {
text-align:right;
float:right;
margin-left:5px;
border:1px solid #000000;
}

.justimages {
border:1px solid #000000;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}

#copy ul li{
margin-left:15px;
padding:5px 0px;
}


#footer {
position:fixed;
font-family: "Myriad Web", "Trebuchet MS", Verdana, sans-serif;
font-size:0.6em;
top:530px;
color:  #999999;
}

#footer a {
text-decoration: none;
color:  #999999;
}

#footer a:hover {
	text-decoration: underline;
color:  #999999;
}

#col2 {
width:450px;
float:left;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* 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;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
