
body {
	background-color:#6f8db3;
	text-align:center;
	margin:0px;
	padding:0px;
	overflow:scroll-y;	
}

div#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:-999;
	overflow:hidden;	
}

div#background img {
	width:100%;
}

div#positioner {
	position:absolute;
	left:50%;
	top:10px;
}

div#cc_content {
	position:absolute;
	width:950px;
	left:-505px;
}

div#banner {
	width:950px;
	height:100px;
	z-index:-1;
	position:absolute;
	top:40px;
	left:40px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
}

img#logo {
	position:absolute;
	left:0px;
}

img#logo:hover {
    cursor: pointer;
}

div#menu {
	position:absolute;
	width:992px;
	top:146px;
	left:0px;
}

div#menu a {
	float:right;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	width:100px;
	color:#ffffff;
	text-decoration:none;
	background-color:#2177d7;
	margin-left:6px;
}

div#menu a:hover, div#menu a.active {
	background-color:#9aafcc;
}

div#cc_main {
	position:absolute;
	width:918px;
	top:172px;
	left:40px;
	padding:16px;
	background-color:#fbf7c8;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	text-align:left;
	min-height:400px;
}

div#map_canvas {
	width:400px;
	height:400px;
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	overflow:hidden;
}

a.Blank:link {text-decoration:none; color: #000000; }
a.Blank:visited {text-decoration:none; color: #000000; }
a.Blank:hover {text-decoration:underline; color: #000000; }
a.Blank:active {text-decoration:none; color: #000000; }

INPUT.FormButton
{
  width: 120px;
  /*border-color: #0066FF;*/
  /* background-color: #000069; */
  /*background-color: transparent;*/
  color: #000000;
  padding:3px;
}