@charset "UTF-8";
/* CSS Document */


.wrapper #container {
	width: 960px;
	background: #ffffff;
	margin: 0px auto;
	border: 0px solid #fffff;
	text-align: left;
}
.wrapper #mainContent {
	padding: 0px 0px;
}
.wrapper #header {
	padding: 0px 0px;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/background.jpg) repeat;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 0.9em;
}

.h1 {
	font-size: 0.9em;
	font-weight:normal;
	line-height: 1;
	text-transform: uppercase;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.active {
	color: #33cccc;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.footer {
			font-size: 0.7em;
			line-height: 1.4;
			text-transform: uppercase;
			color: #666666;
}

.footerhead {
			font-size: 0.7em;
			line-height: 1.4;
			text-transform: uppercase;
			color: #33cccc;
}

.headline {
			font-size: 1.1em;
			font-weight:bold;
			color: #006699;
			line-height: 1.4;
			text-transform: uppercase;
}

.headlinegreen {
			font-size: 1.1em;
			font-weight:bold;
			color: #7dc346;
			line-height: 1.4;
			text-transform: uppercase;
}

.headlinenorm {
			font-size: 1.1em;
			font-weight:normal;
			color: #006699;
			line-height: 1.4;
			text-transform: uppercase;
}

.headlinegreennorm {
			font-size: 1.1em;
			font-weight:normal;
			color: #7dc346;
			line-height: 1.4;
			text-transform: uppercase;
}

.bread {
			font-size: 1.0em;
			color: #666666;
			line-height: 1.4;
}
	
a:link {
	color:#666666;
	font-size: 1.0em;
	text-decoration: none;
}

a:visited {
	color:#666666;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover {
	color:#33cccc;
	font-size: 1.0em;
	text-decoration: none;
}  

a:active {
	color:#33cccc;
	font-size: 1.0em;
	text-decoration: none;
}


