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

#normaltext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#greytext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#3f3f3f}
#footertext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666}
#titletext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;}

a:link, a:visited, a:active {text-decoration:none; color: #333333;}
body {background-color:#ffffff; text-align:center;}

#wrapper {
	align:center;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	left:auto;
	right:auto;
	width:1000px;
	height:auto;
}

#header {
	position: relative;
	left:0px;
	top:0px;
	width:1000px;
	height:63px;
}

#flash {
	clear:left;
	left:0px;
	top:63px;
	width:1000px;
	height:177px;
}

#titlebars {
	clear:left;
	width:1000px;
	height:33px;
}

#search {
	float:left;
	width:270px;
	height:308px;
}

#welcome {
	float:right;
	width:720px;
	height:318px;
}

#homepagecontent {
	float:right;
	width:720px;
	height:auto;
}

#maincontent {
	float:right;
	width:720px;
	height:860px;
}

#homeleft {
	float:left;
	width:270px;
	height:700px;
}

#left {
	float:left;
	width:270px;
	height:auto;
}

#footer {
	clear:left;
	width:1000px;
	height:auto;
}

