@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #414243;
	font-size: 13px;
	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 */
	color: #000000;
	
}

.oneColFixCtrHdr {
	background-color: #414243;
	
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #414243;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#414243;
	text-align: center;
	font-size: 10px;
	color: gray;
}

.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
	color:  gray;
}

.oneColFixCtrHdr #footer a:hover {
	
	color:  #FFF;
}


.oneColFixCtrHdr #footer a.selected {
	
	color:  #FFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#layoutTbl {

	margin-top: 30px;
}

#layoutTbl #r1c1{
	padding: 0px;
	background-image: url(../images/layout/r1c1.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 110px;
}

#layoutTbl #r1c2{
	padding: 0px;
	background-image: url(../images/layout/r1c2.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 110px;
}

#layoutTbl #r1c3{
	padding: 0px;
	background-image: url(../images/layout/r1c3.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 110px;
}

#layoutTbl #r2c1{
	padding: 0px;
	background-image: url(../images/layout/r2c1.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 330px;
}

#layoutTbl #r2c2{
	padding: 0px;
	background-image: url(../images/layout/r2c2.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 330px;
}

#layoutTbl #r2c3{
	padding: 0px;
	background-image: url(../images/layout/r2c3.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 330px;
}

#layoutTbl #r3c1{
	padding: 0px;
	background-image: url(../images/layout/r3c1.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 110px;
}

#layoutTbl #r3c2{
	padding: 0px;
	background-image: url(../images/layout/r3c2.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 110px;
}

#layoutTbl #r3c3{
	padding: 0px;
	background-image: url(../images/layout/r3c3.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 110px;
}

#layoutTbl #centerTopContent {
	height: 79px;
	width: 451px;
	margin: 20px 4px 11px 5px;
	padding: 0;
}

#layoutTbl #centerContent {
	height: 308px;
	width: 451px;
	margin: 11px 4px 11px 5px;
	padding: 0;
	overflow: auto;
	scrollbar-3dlight-color:#3C3D3E;
	scrollbar-arrow-color:#gray;
	scrollbar-base-color:#3C3D3E;
	scrollbar-darkshadow-color:#3C3D3E;
	scrollbar-face-color:#3C3D3E;
	scrollbar-highlight-color:#3C3D3E;
	scrollbar-shadow-color:#3C3D3E;
}

#layoutTbl #leftContent {
	height: 308px;
	margin: 11px 15px 11px 16px;
	padding: 0;
}

#layoutTbl #rightContent {
	height: 308px;
	margin: 11px 15px 11px 16px;
	padding: 0;
}

#layoutTbl #centerBottom {
	height: 80px;
	padding: 0;
	margin: 2px 4px 9px 5px;
}

#layoutTbl #leftBottom {
	height: 80px;
	margin: 2px 15px 9px;
	padding: 0;
}

#layoutTbl #rightBottom {
	height: 80px;
	margin: 2px 15px 9px 15px;
	padding: 0;
}


#centerBody {
	
	padding: 5px;
}

#centerBody h3 {
	font-size: 14px;
	color:  #FFFFFF;
	font-weight: bold;
	margin-top: 2px;
}

#centerBody p {
	font-size:  13px;
	color: #CCCCCC;
}

#leftMenu {
	margin: 0;
	padding: 3px 0 0 7px;
}

#leftMenu h1 {
	
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
}

#leftMenu img{
	margin: 0;
	padding: 0;
	display: block;
}

#leftMenu ul {

	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 13px;
	
}

#leftMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	
}

#leftMenu li a {

	text-decoration: none;
	color: #CCCCCC;
}

#leftMenu li a:hover, #leftMenu li .menuOver {

	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#leftImages {
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: center;
	height:  250px;
}

#leftImages img{
	margin: 0;
	padding: 0;
	display: inline;
	float:  left;
}

#leftNav {
	margin: 0;
	text-align: center;
}

#leftNav img {
	margin: 0;
	padding: 0;
	display:  inline;
}

#developmentMenu {
	margin: 0;
	padding: 10px 0 0 0;
}

#developmentMenu img{
	margin: 0;
	padding: 0;
	display: block;
}

#developmentImages {
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: center;
	height:  250px;
}

#developmentImages img{
	margin: 0;
	padding: 5px;
	display: inline;
	float:  left;
}

#developmentNav {
	margin: 0;
	text-align: center;
}

#developmentNav img {
	margin: 0;
	padding: 0;
	display:  inline;
}

.formTbl th {

	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 8px 3px 0px 3px;
	font-size: 13px;
	color: #CCC;
}

.formTbl td {

	vertical-align: top;
	padding: 5px 3px 0px 3px;
}

.textBox {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border: 1px solid #333333;
	padding: 2px;
}

.formTbl input.formButton, .formTbl .fileButton  {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border: 1px solid #333333;
	padding: 3px;

}

.formTbl input.formButton:hover, .formTbl input.formButton:hover {

	background-color: #CCCCCC;
	cursor: pointer;

}

.formTbl .label {

	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
	color: #CCC;
}

.generalButton {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border: 1px solid #333333;
	padding: 3px;
}



