@charset "utf-8";
/* CSS Document */

<style type="text/css">

a:link {
	color: #CCC;
	text-decoration: none;
}
body {
	color: #000;
	background-color: #FFF;

}

a:visited {
	text-decoration: none;
	color: #C00;
}
a:link {
	color: #C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #C00;
}


#container #Top_banner h1 {
	color: #C03;
	font-weight: bold;
}

#container #center_column h1 {
	color: #C30;
}

#container #footer h6 {
	text-align:left;
}
</style>

#container {
	float: left;
	width: 100%;
}
#Top_banner {
	background-color: #FFF;
}
#column_container{
	float: left;
	position: relative;
	width: auto;
}
#center_column{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 150px;
	text-align: left;
}
#left_column {
	width: 130px;
	float: left;
	top: auto;
	font-size: 90%;
	text-align: left;
	padding: 10px;
	background-color: #CCC;
}
#right_column{
	width:150px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFF;
	color: #006;
}

#footer{
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	background-color: #CCC;
}
