@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #025a67;
	color: #FFFFFF;
}
/* CSS Document */

#main {
	width:900px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}

a:link {
	font-size: 11px;
	color: #FFCC00;
}
a:visited {
	font-size: 11px;
	color: #FFCC00;
}
a:hover {
	font-size: 11px;
	color: #FF9900;
}


img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

li {
	margin:0;
	list-style-type: square;
}

ul {
	margin:0;
	list-style-type: square;
}


#banner {
	width:900px;
	height:150px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	font-size: 9px;
	color: #000000;
	background-image: url(images/banner.gif);
}	



.top_left {
	height: auto;
	width: 180px;
	min-height: 700px;













	height:expression(this.scrollHeight < 700? "700px" : "auto" );
	float: left;
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 30px;
	padding-top: 20px;
}
.top_middle {
	height: auto;
	width: 470px;
	min-height: 700px;








	height:expression(this.scrollHeight < 700? "700px" : "auto" );
	float: left;
	padding-top: 35px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
}
.top_right {
	height: auto;
	width: 150px;
	min-height: 700px;







	height:expression(this.scrollHeight < 700? "700px" : "auto" );
	float: left;
	padding-top: 50px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	padding-left: 28px;
}


#nav {
	width:206px;
	height:240px;
	float: right;
	padding-top: 80px;
}
#footer {
	width:900px;
	height:50px;
	background-image: url(images/content_bottom.jpg);
	float: left;
	text-align: center;
	padding-top: 30px;
	font-size: 10px;
	background-repeat: no-repeat;
}
