@charset "utf-8";
body {
	background-image: url('bg.gif');
	font: 100% Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h4 {
	background: #465B99;
	border-style: solid;
	border-color: black;
	color: white;
	text-align: center;
	padding: 5px 2px 2px 2px;
}
div {
/*border:2px solid;*/
}
.MAIN #CONTAINER {
	min-height: 400px;
	width: 780px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
}
.MAIN #HEADER {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	background: #0a1025;
	padding: 0px 0px 0px 0px;
}
.MAIN #NAVIGATION {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	background: #0e1632;
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.MAIN #CONTENT {
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background: #d8dae0;
}
.MAIN #CBORDER {
	height: 10px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: url('container_border.gif');
}
.MAIN #FOOTER {
	height: 17px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	border-style: solid;
	border-color: #000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	text-align: center;
	color: #ffffff;
	font: 75% Arial;
	padding: 0px 3px 0px 0px;
	background: #0e1632;
}
.MAIN #BACKGROUND {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 500px;
	background-image: url('top_tile.png');
	background-repeat: repeat-x;
}
.MAIN #NURC {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 250px;
	height: 100px;
	background: transparent;
}
.MAIN #SPACER {
	height: 22px;
	background: transparent;
}
a:link {
	text-decoration: none;
	text-transform: capitalize;
	color: #09C;
}
a:visited {
	text-decoration: none;
	text-transform: capitalize;
	color: #08C;
}
#NAVIGATION a{
	line-height:20px;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;	
	color: #FFF;
}
img {
	border-color: #003;
}
p.text {
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
}
p.mid {
	text-align: center;
}
