@charset "UTF-8";
/* CSS Document */



body, html {
		
		background-image: url(images/bkgrnd.jpg);
		background-repeat:repeat-x;
		background-color:#223D8A;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size:13px;
		line-height:18px;
		
		}
		
a:link              { color:#23408E; text-decoration:underline;}
a:visited           { color:#23408E; text-decoration:underline;}
a:hover             { color:#3399FF; text-decoration:underline;}
a:active            { color:#23408E; text-decoration:underline;}

.header {
background:url('images/crewheader2.png') top left no-repeat;
padding-top:127px;
max-width:900px;
 margin:0px auto;

}
.nav-main {
background:#23408e;
padding:0px 5px;
height:38px;
}
.nav-main a {
display:block;
float:left;
padding:5px 10px;
margin:0px 10px;
color:#ffffff;
text-decoration:none;
}
.nav-main a:hover {
background:#3399ff;
}
	h1 {
	
		font-size:14px;
		
		color:#666666;
		}
	h2{ 
		
		font-size:16px;
		color:#FF0000;
		font-family:Helvetica, Verdana, Arial, Sans-Serif;
		display:inline;
		}
	h3 {
		
		font-size:14px;
		color:#666666;
		
		display:inline;
		}
	h4 {
		
		font-size:16px;
		font-weight:bold;
		color:#000000;
		}
.small {font-size:10px;}

a.titlelink:link    {font-family:Helvetica,Verdana,Arial,Sans-Serf; font-size:14px; color:#333333; text-decoration:none; }
a.titlelink:visited {font-family:Helvetica,Verdana,Arial,Sans-Serf; font-size:14px; color:#333333; text-decoration:none; }
a.titlelink:hover   {font-family:Helvetica,Verdana,Arial,Sans-Serf; font-size:14px; color:#333333; text-decoration:underline; }
a.titlelink:active  {font-family:Helvetica,Verdana,Arial,Sans-Serf; font-size:14px; color:#333333; text-decoration:none; }

		
.float {
		float:right;
		padding:5px;
		margin-top:0px;
		margin-left:10px;
		margin-right:5px;
		margin-bottom:0px;
		}
.float-left {
		float:left;
		padding:5px;
		margin-top:0px;
		margin-left:0px;
		margin-right:10px;
		margin-bottom:0px;
		}

/* styles both nav and content section*/
.main {	
		max-width:890px;
		_width:890px;
		align:center;
		background:#cbcbc9;
		background-image: url(images/nav-bkgrd.jpg);
		background-repeat:repeat-x;
		margin-top:-10px;
		margin-left:auto;
		margin-right:auto;
		height:100%;
		border:5px solid #ffffff;
		border-top:9px solid #ffffff;
		
		}
		
/* main content */
	.rightcol {
		margin-left: 191px;
		padding-right:15px;
		padding-left:20px;
		padding-top:8px;
		padding-bottom:20px;
		margin-bottom:-10px;
		height: 100%;
		max-height:100%;
		min-height:990px;
		background:#ffffff;

		}
	.rightcol img {
		background-image:url(images/imgbkgrd.jpg);
		background-repeat:repeat-x;
		float:right;
		padding:5px;
		margin-top:0px;
		margin-left:10px;
		margin-right:5px;
		margin-bottom:0px;
		border:none;
		}
	.events {
		
		}
		
/*side nav menu */
	.leftcol {
		background-image: url(images/nav-bkgrd.jpg);
		background-repeat:repeat-x;
		
  		float:left;
		margin-top:10px;
		margin-left:5px;       
		padding: 1% 2%;
		
		
		width:150px;
		
		}
	 .icons {margin-left:40px;}
	 .icons a {display:block; width:64px; height:69px; overflow:hidden;} 
	 .icons a:hover img {margin-top:-3px;}  
	 .icons a:hover {zoom:1;}  

	 
/*end side nav */
		
	.leftcol a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#23408e;
		text-decoration:none;
		}
	.leftcol a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;

		color:#3399FF;
		text-decoration:underline;
		}

	.clear {
  		clear: both;     
  		height: 1px;
  		overflow: hidden;  
  		margin: 0;
		}
	
/*footer */
	.footer {
		background-image:url(images/footer2.jpg);
		height:68px;
		width:900px;
		text-align:center;
		padding-top:18px;
		margin-bottom:-6px;
		margin-left:-5px;
		color:#FF0000;
		}
	.footer a:link              { color:#FF0000; text-decoration:underline;}
	.footer a:visited           { color:#FF0000; text-decoration:underline;}
	.footer a:hover             { color:#000066; text-decoration:underline;}
	.footer a:active            { color:#FF0000; text-decoration:underline;}