body {
	background-attachment: scroll;
	background-image: url(assets/images/bodybkg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#logoarea {
	height: 96px;
	width: 760px;
}
#motto {
	height: 250px;
	width: 760px;
}
#textfield {
	width: 800px;
	font-family: "trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}
h1 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	color: #999999;
}

#col1 {
	width: 200px;
	margin-right: 10px;
	margin-left: 45px;
	float: left;
	display: inline;
}
#col2 {
	width: 280px;
	margin-right: 20px;
	margin-left: 15px;
	float: left;
}
#col3 {
	width: 175px;
	margin-right: 10px;
	margin-left: 15px;
	float: left;
}
#col3 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col3 ul li {
	line-height: 30px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-indent: 15px;
	height: 30px;
	width: 100%;
	display: block;
}
#col3 ul li a:hover {
	color: #FFFFFF;
	background-color: #00CC00;
	display: block;
}

#col3 ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
#footer {
	clear: both;
	width: 760px;
	height: 50px;
}
#banner {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 60px;
	padding-top: 20px;
}
#banner2 {
	width: 100%;
	height: 60px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.homepage_message{
	background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede;
}