body {
	margin: 0px;
	padding: 0px;
	background-color: #003C7D;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

#outmost {
	width: 910px;
	margin: 0px auto;
	position: relative;
	text-align: justify;
	background-image: url('gfx/bg-mid.png');
	background-position: center;
	background-repeat: repeat-y;
}

#main {
	width: 800px;
	margin: 0px 53px 0px 55px;
	background-image: url('gfx/bg-main.png');
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid black;
}

html>body #main {
	margin: 0px 54px 0px 54px;
}

#top {
	background-image: url('gfx/bg-top.png');
	background-position: top;
	background-repeat: no-repeat;
	height: 50px;
}

#topmenu {
	font-weight: bold;
	color: white;
	text-align: right;
	padding: 20px 55px 0px 0px;
}

#topmenu a {
	text-decoration: none;
	color: white;
}

#topmenu a:hover {
	color: #aaaaaa;
}

#topmenu a:visited {
	color: #aaaaff;
}

#banner {
	position: absolute;
	top: 60px;
	left: 375px;
	width: 459px;
	height: 112px;
}

#content {
	position: relative;
	width:640px;
	left: 140px;
	padding-top: 145px;
}

#bottom {
	width: 910px;
	height: 50px;
	background-image: url('gfx/bg-bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	width: 183px;
	background-image: url('gfx/menu-mid.png');
	background-position: top left;
	background-repeat: repeat-y;
	top: 195px;
	left: 0px;
}

#menu-content {
	margin-top: -150px;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
	width: 183px;
}

html>body #menu-content {
	width: 173px;
}

#menu-top {
	width: 183px;
	height: 167px;
	background-image: url('gfx/menu-top.png');
	background-position: top;
	background-repeat: no-repeat;
}

#menu-bottom {
	width: 183px;
	height: 10px;
	background-image: url('gfx/menu-bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu-content a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#bar {
	position: relative;
	background-image: url('gfx/bar.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 621px;
	height: 41px;
	left: 94px;
	padding-left: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

#spacer {
	float: left;
	width: 1px;
	height: 400px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#content p {
	margin: 0px 0px 5px 0px;
}

#content h1 {
	margin-top: 0px;
	padding-top: 0px;
}

div.csc-mailform-field label {
	display: block;
	
	width: 250px;
}

#menu img {
	margin-top: 15px;
}

a img {
	border: 0px;
}

#menu-content a.active {
	color: #555555;
}

#menu-content a:hover {
	color: #999999;
}

#footer {
	text-align: right;
	font-size: 10px;
}

#keywords {
	background-image: url('gfx/bg-mid.png');
	background-position: center;
	font-size: 10px;
	text-align: left;
	width: 910px;
}

#keywords-inner {
	width: 800px;
	margin: 0px 53px 0px 55px;
	padding: 7px;
}

.csc-header {
	text-align: left;
}
