/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#AF203B;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container{
	width:770px;
	overflow:hidden;
	position:relative;
	background: url(images/bg.jpg) 0 0 repeat-y;
	text-align:left;
	margin:0 auto;
	}

#shell{
	width:770px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}
	
#title{
	width:770px;
	height:105px;
	top:346px;
	left:0px;
	position:absolute;
	}	
	
#menu .menuTitle{
float:left
	}	
	
#results{
	width:90px;
	height:88px;
	top:20px;
	left:645px;
	position:absolute;
	}	
	
#menu{
	width:770px;
	height:36px;
	top:310px;
	left:0px;
	position:absolute;	
	}									
	
#contentcopy{
	width:628px;
	padding-top:467px;
	margin-left:69px;
	padding-bottom:20px;
	}	
	
#footer{
	width:770px;
	height:99px;
	background:#AF203B url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	margin:0 auto;
	}
	
#footertag {
	width:770px;
	color:#AF203B;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:40px;
	text-align:center;
	line-height:16px;
	}					

a {
	color:#AF203B;
	text-decoration:underline;
	}
	
a:hover {
	color:#266715;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
.left{text-align:right; margin-top:5px; margin-bottom:15px;}	
	
h1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:17px;
 color:#AF203B;
 font-weight: normal;
 margin-bottom:6px;
 margin-top:0px;
 }
 
 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:15px;
 color:#6D8866;
 font-weight:normal;
 margin-top:0px;
 margin-bottom:3px;
 }


 strong {
	 font-weight:bold;
 }

li{
margin-bottom:5px;
line-height:18px;
}	

p {
	margin:4px 0 15px 0;
	line-height:18px;
	}
.sm {
	font-size:9px;
	}	
	
.pics{
float:right;
margin:0px 0px 25px 55px;}

	
	
