body {
	font: 100% 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 */
	color: #000000;
	background-color: #193455;
	background-image: url(../images/extender_bot.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#intmainlogo {
	height: 100px;
	width: 341px;
	margin-top: 6px;
	margin-left: 10px;
	float: left;
}
#intloginbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	width: 275px;
}
#intloginbox form {
	margin: 0px;
	padding: 0px;
}
#intloginbox #tbl_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#tbl_container #intmaintext p {
	margin: 0px;
}
#tbl_container #intmaincolumn p {
	margin: 0px;
}
#intmaincolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 172px;
	background-color: #A9C4DE;
	padding: 9px;
	margin: 8px;
	float: left;
	text-align: left;
}
#intmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #193455;
	width: 560px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding: 9px;
	overflow: visible;
	background-repeat: no-repeat;
	text-align: justify;
}
#intsecondtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #193455;
	width: 560px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding: 9px;
	overflow: visible;
	background-repeat: no-repeat;
	text-align: justify;
}
#intmaingallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #193455;
	width: 760px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 11px;
	padding: 9px;
	overflow: visible;
	background-repeat: no-repeat;
	text-align: justify;
}
#tbl_container #intmaingallery h1 {
	font-size: 20px;
	text-decoration: none;
}
#footernav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	width: 450px;
	margin-left: 10px;
	float: left;
	text-align: left;
}
#footernav a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 200px;
	margin-right: 10px;
	font-weight: bold;
}
.sm_textfield {
	font-size: 11px;
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 20px;
	text-align: justify;
}
#mainlogo {
	float: left;
	height: 133px;
	width: 455px;
	margin-top: 6px;
	margin-left: 10px;
}
#webCenter
{
	width: 800px;
	height: 100%;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	position: absolute;
	background-color: #5588bd;
}

