#top {
	width: 800px;
	height: 176px;
	float: left;
	background-image: url(../images/New_web2_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#nav {
	width: 800px;
	height: 71px;
	float: left;
}
#flash {
	height: 115px;
	width: 800px;
	float: left;
}
#bottomflash {
	height: 5px;
	width: 800px;
	float: left;
}
#content {
	width: 800px;
	background-color: #177AFF;
	float: left;
}
#rightcolumn {
	float: right;
	height: 500px;
	width: 243px;
	background-image: url(../images/line2_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#lefttop {
	width: 550px;
	float: left;
	background-image: url(../images/line1_05.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#lefttop2 {
	width: 795px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
#leftbottom {
	float: left;
	width: 550px;
}

a:link {
	color: #FFCC00;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CC9966;
}
a:active {
	color: #CCCCCC;
}