@charset "UTF-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #003399;
	background-image: url(pics/GradBknd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	line-height: 120%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #0066CC;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-color: #FFFF00;
}
.oneColFixCtrHdr #header {
	height: 179px;
	background-image: url(pics/TowerglenControl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 21px;
	color: #999999;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent #MainTextArea li {
	padding-bottom: 5px;
}

.oneColFixCtrHdr #container #mainContent #Photo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.oneColFixCtrHdr #container #mainContent #Photo2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	text-align: left;
	font-weight: bold;
	color: #003399;
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
	padding-top: 180px;
}
.oneColFixCtrHdr #container #header #navigation a {
	text-decoration: none;
}
#sparestel {
	width: 300px;
	padding: 10px;
	color: #003399;
	border: 1px solid #6699CC;
	margin-top: 30px;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	color: #666666;
	clear: both;
	background-color: #EEEEEE;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #footer a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.credits {
	color: #999999;
	font-size: 9px;
	line-height: 300%;
}
.oneColFixCtrHdr #container #footer .credits a {
	color: #CCCCCC;
}
.Googlemap {
	border: 1px solid #003399;
}
.Googlemapalt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

