@charset "utf-8";
/* CSS Document */

#header-link{cursor:pointer; display:block; width:850px; height:200px;}

html{margin:0px; padding:0px; font-size:12px;}

body{background-image:url(images/fade.gif); background-repeat:repeat-x; background-color:#001f3b; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px;}

a img{
	border:none;
	}
	
table{
	font-size:12px;
}
	
#center{
	text-align:center;
}
	
h2{
	background-image:url(images/underline.gif);
	background-repeat:no-repeat;
	font-size:18px;
	}
	
h3{
	font-size:14px;
	}

#site{
	width: 900px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	} 

#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	position:relative;
	width:900px;
	height:268px;
	}

#buttons{
	position:absolute;
	width:850px;
	height:23px;
	left:25px;
	top:199px;
	}

#buttons ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}

#buttons li{
	padding:0px;
	margin:0px;
	display: inline;
	float:left;
	}

#banner{
	position:absolute;
	top:22px;
	left:25px;
	width:850px;
	height:200px;
	}
	
#flash{
	position:absolute;
	top:22px;
	left:25px;
	width:850px;
	height:200px;
	}
	
#middle{
	background-image:url(images/middle_background.gif);
	background-repeat:repeat-y;
	width:900px;
	position:relative;
	}
	
#left_content{
	width:500px;
	left:50px;
	color:#553500;
	font-size:10px;
	float:left;
	position:relative;
	margin:0px 0px 20px 0px;
	}
/* changed font to 10px from 12px - Leslie Lyons */

.left_content img{
	border:thick;
	border-style:solid;
	border-color:#553500;
	}
	
.left_content a{
	color:#553500;
	}
	
#left_content td{
	padding:10px;
	}
	
#right_bar{
	width:250px;
	height:auto;
	position:relative;
	left:-50px;
	top:10px;
	float:right;
	margin:0px 0px 20px 0px;
	}	
	
.box{
	width:250px;
	height:auto;
	background:#ccb494;
	font-size:12px;
	border:thin;
	border-style:solid;
	border-color:#553500;
	}
	
.box a{
	color:#553500;
	}
	
.box p{
	margin:15px 15px 15px 15px;
}

.box h3{
	margin:15px 0px 10px 15px;
}

#footer{
	background-image:url(images/footer.gif);
	width:900px;
	height:160px;
	position:relative;
	}
	
#footer_text{
	color:#FFFFFF;
	font-size:9px;
	width:900px;
	position:absolute;
	top:110px;
	text-align:center;
	line-height:14px;
	}
	
#footer_text a{
	color:#FFFFFF;
	}
	
.light {background-color:#FFEEC6; width:190px; padding:7px;}
.dark {background-color:#DFC697; width:190px; padding:7px;}
.boldRed {color:#F00; font-weight:bold;}

/* Added by Leslie Lyons on 02/10/2010 */

.ulleft
{
	float:left;
}

/* End changes - Leslie Lyons */