@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #25346B;
	font-weight: bold;
	border-bottom: 1px solid #25346B;
}

.thrColFixHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
} 
.thrColFixHdr #header {
	height: 165px;
	width: 791px;
	position: absolute;
	top: 0px;
	left: 0px;
} 


.thrColFixHdr #sidebar1 {
	width: 169px;
	height: 583px;
	background-image: url(http://www.jetcc.org/images/new/left-coast.jpg);
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 165px;
}
.thrColFixHdr #sidebar2 {
	width: auto;
	position: absolute;
	top: 165px;
	left: 734px;
	background-color: #FFFFCC;
	height: auto;
}
.thrColFixHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top: 165px;
	left: 169px;
	height: 580px;
	overflow: scroll;
	width: 546px;
} 

.thrColFixHdr #mainContent2 {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top: 165px;
	left: 169px;
	width: auto;
	height: 580px;
	clear: both;
	overflow: scroll;
} 

.thrColFixHdr #mainContent3 {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top: 165px;
	left: 169px;
	width: auto;
	height: auto;
} 

.thrColFixHdr #form {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top: 400px;
	left: 169px;
	height: auto;
} 


.Training {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #146734;
}
.image {
	clear: left;
	float: right;
	border: 1px solid #00F;
	margin: 10px;
}
.imageleft {
	clear: left;
	float: left;
	border: 1px solid #00F;
	margin: 10px;
}
.imagebig {
	border: 1px solid #00F;
}
.Mission {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #633;
	text-align: center;
	line-height: 100%;
}
.white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	margin: 14px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 125%;
	margin-left: 6px;
	margin-right: 6px;
}
.smaller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a {
	color: #146734;
	border: 0;
}
.Smallhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #25346B;
	margin-top: 6px;
	line-height: 110%;
}
li {
	line-height: 150%;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px;
	clear: both;
	position: absolute;
	top: 765px;
	font-size: 10px;
	left: 169px;
}
.column {
	font-family: Verdana, Geneva, sans-serif;
	margin: 15px;
	width: 150px;
	font-size: 11px;
}
