@charset "utf-8";
/* CSS Document */


body {
	background-color : #06284a;
}

a {
	text-decoration:none;
	color: #ffffff;
}

a img {
	border:none;
}

a:hover {
	color: #3366cc;
}


h1{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h2{
	font-size:16px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#000000;
}	

h3{
	font-size:14px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
	
/****** CONTAINER ********/

#container {
	margin:0 auto;
	margin-top:20px;
	width:800px;
	position:relative;
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding:0;
	
}

/****** HEADER ********/

#header {
	background-image:url(images/main_header.gif);
	background-repeat:no-repeat;
	height:100px;
	background-color:#003366;

}

#header h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	margin:0;
	padding-top:30px;
}

/****** NAV BAR ********/

#navBar {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:20px;
	width:800px;
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#003366;
	}

.navBtn{
	color:#FFFFFF;
	width:100px;
	height:19px;
	float:left;
	text-decoration:none;
	}
	
/****** LEFT BAR ********/

#leftBar {
	float:left;
	width:150px;
	/*height:400px;*/
	/*background-color:#00FF00;*/

	}

#leftBar h1{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	color:#FFFFFF;
	}
	

	#leftBar #btn1{
		height:50px;
		background-color:#003366;
		margin-top:30px;
		border-top:2px #000000 solid;
		border-bottom:2px #000000 solid;
		border-right:2px #000000 solid;
	}
	
	#leftBar #btn2{
		height:50px;
		background-color:#003366;
		margin-top:10px;
		border-top:2px #000000 solid;
		border-bottom:2px #000000 solid;
		border-right:2px #000000 solid;
	}
	
	#leftBar #btn3{
		height:50px;
		background-color:#003366;
		margin-top:10px;
		border-top:2px #000000 solid;
		border-bottom:2px #000000 solid;
		border-right:2px #000000 solid;
	}
	
	#leftBar #box1{
		height:50px;
		width:125px;
		background-color:#003366;
		border:1px solid #000000;
		margin-top:20px;
		margin-left:12px;
		padding-top:20px;
	}
	
	#leftBar #box2{
		height:85px;
		width:125px;
		background-color:#003366;
		border:1px solid #000000;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:12px;
		padding-top:10px;
		padding-bottom:5px;
	}

/****** CONTENT ********/

#content {
	float:left;
	width:480px;
	/*height:400px;*/
	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*background-color:#FF0000;*/
	}

#content p{
	margin: 0;
	padding: 0;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/****** RIGHT BAR ********/

#rightBar {
	float:right;
	width:150px;
	/*height:450px;*/
	/*background:#FF3366;*/
	}

	#rightBar #rightBox{
	
		padding-top:5px;
		text-align:center;
		}
		
#rightBox h3{
	background-color:#003366;
	padding:3px;
	color:#FFFFFF;
	}	


/****** FOOTER ********/

#footer {
	height:30px;
	clear:both;
	background:#003366;
	border-top:1px solid #000000;
	
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/****** INCLUDES ********/

#titleBar{ 	
 }
 
#titleBar h2 {
	text-align:left;
}
 
#image{
	float:left;
	width:336px;
	height:198px;
	margin-right:5px;
	border:1px solid #000000;
}

.thumb{
	float:left;
	width:107px;
	height:96px;
	margin-bottom:22px;
	margin-right:5px;
	border:1px solid #000000;
}

.thumb .thumbText{
	float:left;
	width:107px;
	height:30px;
	/*height:16px;*/
	background-color:#003366;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	
	/*border:1px solid #000000;*/
}


.thumbCont{
	float:left;
	height:135px;
}

#fillerBox{
	float:left;
	width:107px;
	height:200px;
	margin-bottom:22px;
	margin-right:5px;
	
}

.thumbFillerBox{
	width:107px;
	height:135px;
}

/* INSTRUCTIONS */

.thumbCont2{
	/*border:1px solid #000000;*/
	/*background-color:#FFFF33;*/
	height:100px;
	margin-bottom:10px;
	padding:5px;

}

.thumbCont2 p {
	color:#000000;
}

.thumbCont2 h3{
	text-align:left;
}


.thumb2{
	float:left;
	width:107px;
	height:96px;
	margin-bottom:22px;
	margin-right:5px;
	border:1px solid #000000;
	background-color:#00FF33;
}

/* contact */
#content a {color:#cc0000;}
#content a:hover {text-decoration:underline;}
.flashForm{

}
