body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #0067C2;
	background-image: url(images/bkgrd.jpg);
	background-repeat:repeat-x;
}
#head {
	/*background-image: url(images/header_Top.jpg);*/
	background-image: url(images/header-photo_left.jpg);
	/*background-image: url(images/header-photo.jpg);*/
	height: 127px; /*127px*/
	color: #FFFFFF;
	
	}
	#head a{
		font-size: 14px;
		color: #FFFFFF;
		text-decoration: none;
		}
	#head a:hover{
		text-decoration: underline;
		}
	#head h1{
		font-size: 25px;
	}
	#head h2{
		font-size: 22px;
	}

#head_navigation {
	background-image: url(images/header_2.jpg);
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 14px;
	font-weight:bold;
	}
	#head_navigation a{
		font-size: 14px;
		color: #FFFFFF;
		/*text-decoration: none;*/
		}
	#head_navigation a:hover{
		text-decoration: underline;
		}

#content {
	/*border-right: solid 1px #000099;
	border-left: solid 1px #000099;*/
	background-color:#FFFFFF;
	}
	#content a{
		
		}

#foot {
	background-image: url(images/foot.jpg);
	height: 57px;
	color: #FFFFFF;
	padding-top: 1px;
	font-size: 14px;
	font-weight:bold;
	}
	#foot a{
		color: #FFFFFF;
		/*text-decoration: none;*/
		}
	#foot a:hover{
		text-decoration: underline;
		}

#foot_navigation {
	text-align: center;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #596D83;
	}
	#foot_navigation a{
		font-size: 14px;
		color: #FFF2D4;
		text-decoration: none;
		}
	#foot_navigation a:hover{
		text-decoration: underline;
		}
	
.copyright {
	font-size: 14px;
	color: #FFF2D4;
	text-align: center;
	padding-top: 5px;
		
	}
	.copyright a{
		color: #FFF2D4;
		}
	.copyright a:hover{
		color: #FFF2D4;
		text-decoration: underline;
		}

.underline {
	text-decoration: underline;
	}


		
#greentextbox input{
	border: solid #000000 0px;
	background-color:#354250;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#00FF00;
	text-align:center;
	
}

#blanktextbox input{
	border: solid #000000 0px;
	background-color:#354250;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFF2D4;
	
}

.image_border{
	/*border: solid #FFF2D4 1px;*/
	margin: 5px;
}

.table_background{
	background-image: url(Images/body_back.jpg);
}

.bold_text {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}

.greenText {
	color: #00FF00;
}
