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

body {
	margin:0px;
	padding:0px;
	background-image:url('../images/background_repeat.jpg');
	background-position:top center;
	background-repeat:repeat;
	font-family:'Trebuchet MS',Georgia,'Times New Roman';
	font-size:14px;
}
.fullpage {
	width:100%;
	background-image:url('../images/background_top.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.spacer {
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.divline {
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	height:1px;
	width:546px;
	background-image:url('../images/divline.png');
	background-position:top center;
	background-repeat:no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/divline.png');
}

.headertext {
	color:#4f9fbc;
	font-size:24px;
}
.subpageheader {
	color:#ffffff;
	font-size:30px;
}
.bluelink {
	color:#4f9fbc;
}
.greentext {
	color:#30e206;
}