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

body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#toptext {
	width: 418px;
	float: right;
	padding: 135px 25px 0 0;
	text-align: right;
	font-size: 13px;
}
.bluebigtitle {
	font-family: "Trebuchet MS";
	font-size: 50px;
	font-weight: bold;
	color: #1091c7;
}
#content {
	padding: 15px 30px 5px 30px;
}
#left {
	float: left;
	width: 246px;
}
#right {
	float: right;
	width: 600px;
	color: #838282;
}
#bottom {
	clear: both;
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	height: 200px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.leftimg {
	float: left;
	padding-right: 7px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.blacktitle {
	font-family: "Trebuchet MS";
	font-size: 35px;
	color: #3d3e43;
}
.whitetitle {
	font-family: "Trebuchet MS";
	font-size: 25px;
	color: #FFFFFF;
}
#right input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#right textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}
a.linknav:link {color: white; text-decoration: none; }
a.linknav:visited {color: white; text-decoration: none; }
a.linknav:hover {color: white; text-decoration: no; }
a.linknav:active {color: white; }

a.linknormal:link {color: #838282; font-weight: bold; text-decoration: none;}
a.linknormal:visited {color: #838282; font-weight: bold; }
a.linknormal:hover {text-decoration: overline; background-color: #003399; }
a.linknormal:active {color: red; } 
