@charset "utf-8";

body{
	background:#9bbbc8;
	background-position:top center;
	background-image:url(../images/bg.gif);
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
.subnav{
	padding:8px;
}
.subnav a{
	display:block;
	background-color:#8aa6b2;
	padding:2px 8px;
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.subnav a:hover{
	background-color:#c85790;
}

/*--------HEADER/FOOTER---------*/

#footer{
	background-color:#1d1d1d;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:14px;
	padding-bottom:50px;
	}
.footerheaders{
	font-size:18px;
	color:#FF3399;
	}
.footertext{
	color:#CCCCCC;
	font-size:10px;
	}
.footertext a:link{
	text-decoration:none;
	color:#CCCCCC;
	}
.footertext a:visited{
	text-decoration:none;
	color:#CCCCCC;
	}
.footertext a:active{
	text-decoration:none;
	color:#CCCCCC;
	}
.footertext a:hover{
	text-decoration:none;
	color:#FF3399;
	}
	
/*--------SIDES---------*/

.sideheader{
	background-color:#000000;
	background-image:url(../images/sideheaders.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:41px;
	}
.sidebottomspace{
	height:7px;
	}
	
/*--------CONTENT---------*/

.contentarea{
	font-size:13px;
	color:#555555;
	padding:20px;
	}
.contentTable{
	font-size:13px;
	color:#555555;
	}
.contentTable a:link{
	color:#CC3399;
	}
.contentTable a:hover{
	color:#CC3399;
	}
.contentTable a:active{
	color:#CC3399;
	}
.contentTable a:visited{
	color:#CC3399;
	}
.cheader{
	font-size:30px;
	font-weight:bold;
	color:#000000;
	}
.subheader{
	font-size:16px;
	font-weight:bold;
	color:#FF6699;
	}
.imgborder{
	border:3px solid #444444;
	margin-right:6px;
	margin-bottom:3px;
	}
.contentarea a:link{
	color:#CC3399;
	}
.contentarea a:hover{
	color:#CC3399;
	}
.contentarea a:active{
	color:#CC3399;
	}
.contentarea a:visited{
	color:#CC3399;
	}
.aboutusSides{
	font-size:14px;
	font-weight:bold;
	color:#7DACB5;
	}
.photobox { 
margin-right: 10px;
margin-bottom: 8px;
float:left;
border-bottom: solid 3px #409DB7;
padding-bottom: 5px;
}
.photobox2 { 
margin-left: 10px;
margin-bottom: 8px;
float:right;
border-bottom: solid 3px #409DB7;
padding-bottom: 5px;
}
.caption {
width: 219px;
font-size:11px;
font-weight:bold;
color:#000000;
text-align: left;
padding-top: 5px;
}
