/* CSS Document */
body {
	background-color: #7198BA;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
}
a:link {
	font-weight: bold;
	color: #333333;
}
a:visited {
	font-weight: bold;
	color: #CCCCCC;
}
a:hover {
	font-weight: bolder;
	color: #0066CC;
}
a:active {
	font-weight: bold;
	color: #FFFF66;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
}
h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
h4 {
	text-align: right;
	color: #FFFFFF;
}
#textMenu {
	position: absolute;
	height: 40px;
	width: 520px;
}
#column01 {
	width: 190px;
	top: 10px;
}
#column02 {
	width: 190px;
	left: 200px;
}
#column03 {
	width: 190px;
	left: 400px;
}
#column04 {
	width: 200px;
	left: 600px;
}
#column {
	position:relative;
	width: 800px;
}
#column div {
	position:absolute;
}
#footer {
	position:relative;
}
#footer h5, #footer h6 {
	display:inline;
	font-weight:normal;
	font-size:10px;
	position:relative;
	top:5px;
}
#footer h5 {
}
#footer h6 {
	background:url(/images/siteBy.png) no-repeat;
	position:absolute;
	right:275px;
	top:-18px;
	text-indent:-9999px;
	width:27px;
	height:13px;
}	
#footer h6 a {
	display:block;
	height:13px;
	text-decoration:none;
}
#footer h6 a:hover {background:url(../images/siteBy.png) -0px -19px no-repeat;}