.text {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF}
.text A:link { color: #33FFFF; text-decoration: none}
.text A:visited { color: #33FFFF; text-decoration: none}
.textblue {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #33FFFF; text-decoration: none}
.Front {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.Front a:hover {
color: #33FFFF;
	text-decoration: none;
	font-weight: Bold;
	font-size: 13px;
}
.FrontMenu {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.FrontMenuHover {	color: #33FFFF; }

.title {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #FFFFFF; font: bold}
a:link {  color: #33FFFF; text-decoration: none}
a:hover {  color: #FFFFFF font-weight:bold}
.textwhitesml { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none ; font-weight: bold}
.textwhitesml2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: }

.text A:link { color: #33FFFF; text-decoration: none}

.textbluesml {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #33FFFF; text-decoration: none ; font-weight: bold
}
.textblueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33FFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	word-spacing: -1;
}

.textblueTitle a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
color:#33FFFF; font-weight: bold; 	word-spacing: 1;

}

.FrontMenu a:link {
	color: #FFFFFF;
}

/*Added by Chris*/

#wrapper {
	width: 660px;
	margin: 100px auto 50px;
}

#carousel {
	float: left;
	margin: 10px;
	border: 10px solid #FFF;

}

.hp-nav {
	float: left;
	list-style-type: none;
	margin: 30px 0 20px 20px;
	padding: 0;
}

.hp-nav li {
	float: left;
	margin: 0 15px 15px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.hp-nav li.last {
	margin: 0 0 15px 0;
}

.hp-nav a {
	color: #FFF !important;
	font-weight: bold;
}

.hp-nav a:visited {
	color: #FFF !important;
	text-decoration: none;
}

p.copyright {
	margin-left: 20px;
	color: silver;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* GROUP: Clear fixes */

.group:after{ content:".";display:block;height:0;clear:both;visibility:hidden; }
* html .group{ height:1%; }
*:first-child+html .group{ min-height:1px; }

