body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #007ac2;
	color: #FFFFFF;
	border: 0px;
	text-align:center;
}

.topBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00a2e5;
}
table {
	font-size: 12px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;

}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
.menuBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
.bigText {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bg {
	background-attachment: fixed;
	background-image: url(../images/skylinebg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.bigLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	background-color: f8991d;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33CCFF;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #00CCFF;
	font-weight: bold;
	cursor: hand;
}

.closeLine {
	line-height: 90%;
}

#center_me { text-align: left; margin: auto auto; width:763px; }

.fullwidth { width: 100%; }