body {
	background-color: #ffffff;
	color: #000000;
	font: 12pt 'Century Gothic', Arial, san-serif;
}
td {
	vertical-align: top;
}
:link {
	text-decoration: none;
	color: #7A4D6C;
}
:active {
	text-decoration: none;
	color: #7A4D6C;
}
:visited {
	text-decoration: none;
	color: #7A4D6C;
}
:hover {
	color:#ff00ff;
}
.right-align {
	text-align: right;
}

/* HEADER */
#banner-image {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
}
#banner-animation {
	position: absolute;
	display: block;
	top: 76;
	left: 155;
	z-index: 2;
}

/* FOOTER */
#footer-body {
	background-color: #441e3e;
	color: #7A4D6C;
	margin-top: 3px;
	text-align: center;
	font-size: 8pt;
}

/* MENU */
.menu-main-item {
	padding-left: 5px;
	color: black;
	display: block;
}
.menu-sub-item {
	padding-left: 15px;
	text-indent: -10px;
	font-size: 8pt;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
}
.sub-menu {
	display: none;
}
#BBB-logo {
	position: absolute;
	bottom: 55;
	left: 22;
	font-size: 5pt;
	color: #000000;
	z-index: 2;
}
#GCM-logo {
	position: absolute;
	bottom: 2;
	left: 5;
	font-size: 5pt;
	color: #000000;
	z-index: 2;
}

/* CONTENT */
.content-body {
	background-image: url(images/content-bg.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-left: 5px;
	color: #000000;
}
#hot-links {
	display: block;
	position: absolute;
	top: 15;
	left: 718;
	width: 130px;
	font-size: 8pt;
}
.hot-link {
	color: #551155; 
	padding:3px;
	background-color:#eeeeee;
	border-bottom:1px #bbbbbb solid;
	border-right:1px #dddddd solid;
}
.hot-link:hover {
	color:#9933ee;
}
.header1 {
	position:absolute; 
	font-size:14pt; 
	line-height:35px; 
	top:15; 
	left:23; 
	border-top:1px black solid; 
	border-bottom:1px black solid;
	width:800px; 
	height:33px; 
	background-color:#aa88bb; 
	color:#ffffff;
	text-align:center;
	z-index:3;
}
.header2 {
	position:absolute; 
	font-size:14pt; 
	line-height:35px; 
	top:15; 
	left:23; 
	border-top:1px black solid; 
	border-bottom:1px black solid;
	width:500px; 
	height:33px; 
	background-color:#aa88bb; 
	color:#ffffff;
	text-align:center;
	z-index:3;
}
.purple {
	color:#551155;
}
.city {
	margin-left:15px;
}