@charset "UTF-8";
body {
	background-image: url(../images/bg.png);
	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: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 753px;
	position: absolute;
	top: 215px;
	left: 100px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	width: 100%;
	height: 290px;
	background-image: url(../images/banner-repeat1.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #ff8603;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8603;
	padding-bottom: 10px;
	font-size: 24px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #093b62;
	line-height: 20px;
}
#container h1 {
	visibility: hidden;
	position: relative;
	height: 0px;
	width: 0px;
	font-size: 0px;
}
.source {
	font-style: italic;
	color: #0364aa;
}
h3 {
	color: #7bcd2c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: -10px;
}
#mainContent {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #071D30;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-right: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8ADBFE;
}
#tower {
	position: absolute;
	top: 30px;
	left: 715px;
	z-index: 1200;
}
#container #nav {
	color: #FF8603;
	font-weight: bold;
	font-size:14px;
}
a {
	text-decoration: none;
	color: #74C629;
}
a:hover {
	color: #409111;
}
.oneColFixCtrHdr #container #nav .item {
	background-image: url(../images/dot_09.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	margin-left: 5px;
}
.rounded {
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
} 
