html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	text-align: left;
	height:100%;
}

#main {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	

	min-height:100%; /* real browsers */
}

#banner {
	height: 115px;
	width: 100%;
	background-image: url(./images/banner/bg.jpg); background-repeat: repeat-x;
	border-bottom: 2px solid #6fa4bc;
	text-align:center;
	overflow:hidden;
}

#menu {
	float:left;
}
	#menu a:link {
		padding: 4px 9px 5px 9px;
		background-color: none;
		float: left;
		text-align: center;
		text-decoration: none;
		color: #3583a7;
		font-weight: bold;
		//*border-left: 1px solid #3583a7; border-top: 1px solid #3583a7; border-right: 1px solid #3583a7;*//
		margin-left: 1px;
	}
	#menu a:visited {
		padding: 4px 9px 5px 9px;
		background-color: none;
		float: left;
		text-align: center;
		text-decoration: none;
		color: #3583a7;
		font-weight: bold;
		//*border-left: 1px solid #3583a7; border-top: 1px solid #3583a7; border-right: 1px solid #3583a7;*//
		margin-left: 1px;
	}
	#menu a:hover {
		background-color: #6fa4bc;
		color: #FFF;
		font-weight: bold;
	}
	#menu a:active {
		
	}

#content {
	width: 800px;
	padding: 0px 5px 5px 10px;
	text-align: justify;
	margin:0 auto;
}
	#contentText {
		float:left;
		padding:15px;
		padding-top:0px;
		width:100%;
		background:#FFFFFF;
	}

#footer {
	width:100%;
	height:66px;
	background-image: url(./images/footer.jpg);
	text-align:center;
	position:absolute; bottom:0px;
}
	#footerText {
		padding:10px;
		padding-top:15px;
		text-align:center;
	}

	
.colum {
	float:left;
	width:250px;
}
	
.box {
	float:left;
	border:1px solid #CCC;
	width:100%;
}
	.boxTop {
		float:left;
		width:100%;
	}
		.boxTopL {
			float:left;
			position:relative;
			top:-1px; left:-1px;
			width:8px;
			height:8px;
			background-image: url(./images/boxTopL.jpg); background-repeat: no-repeat;
		}
		.boxTopC {
			float:left;
		}
		.boxTopR {
			float:right;
			position:relative;
			top:-1px;
			right:-1px;
			width:8px;
			height:8px;
			background-image: url(./images/boxTopR.jpg); background-repeat: no-repeat;
		}
	.boxContent {
		float:left;
		padding:10px;
		padding-top:0px;
	}

h1 {
	font-family: Times;
	font-size: 24px;
	color: #3583a7;
	display: block;
	+# padding-top:10px;
}
h2 {
	font-family: arial;
	font-size: 20px;
	font-weight:normal;
	color: #3583a7;
	display: block;
	margin-top:0px;
}

.break {
	clear:left;
	padding:5px;
	float:left;
	width:100%;
}
.hspace {
	width:10px;
	float:left;
}
