@charset "UTF-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/BKGD-ripples.jpg);
	background-attachment: fixed;
	background-position: left top;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.lines {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	border: 1px solid #AEA492;
}
.oneColFixCtr #contentColumn {
	margin: 0px auto;
	text-align: left;
	top: 0px;
	visibility: visible;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 0px;
	width: 780px;
	background-color: #024A87;
	background-image: url(images/BKGD-fade.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 720px;
}

.oneColFixCtr #header {
	margin-top: 0px;
	top: 0px;
	height: auto;
	margin-bottom: 10px;
}

.oneColFixCtr #navbar {
	height: 70px;
}
.textBODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-type: lower-roman;
}
.textBottomLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
}
.oneColFixCtr #footer {
	margin: 20px 0px;
	width: 100%;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
.textFine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textHeads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	line-height: normal;
}
.textSubNavHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #024A87;
	text-decoration: none;
}
.textSubNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #024A87;
	text-decoration: none;
}
.SubNavBox {
	background-color: #6699CC;
	margin: 0px;
	width: 150px;
	height: auto;
	border: 1px solid #000066;
}
.AboutMarcoContent {
	top: 385px;
	position: absolute;
	height: auto;
	padding: 0px;
	margin: 0px 20px;
	left: 381px;
}
.oneColFixCtr #ccontent table {
	padding-right: 10px;
	padding-left: 10px;
}
.ContentColumn {
	padding: 0px;
}
.imagesLeftAlign {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	padding-left: 0px;
}
.imagesRightAlign {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
}
.tables {
	background-color: #85909C;
	border: 1px solid #FFFFFF;
}
