body {
	height:100%;
}
body {
	background:url(../images/bg.jpg) no-repeat center top;
	background-color:#000000;
}
#outer {
	width:962px;
	height:600px;
	margin:0 auto;
}
#nav {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#nav ul {
	list-style-type: none;
	height:41px;
	width: 100%;
	margin: auto;
}
#nav li {
	float: left;
}
#nav ul a {
	background-image: url(../images/nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:11px;
	padding-left: 11px;
	display: block;
	line-height: 41px;
	text-decoration: none;
	color: #7ac5d3;
	font-weight:bold;
}
#nav ul a:hover {
	color: #FFF;
	background:url(../images/nav_hover.jpg) repeat-x;
	height:41px;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4f4f4f;
	text-decoration:none;
	line-height:22px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	padding:5px;
	height:49px;
}
.footer a {
	color:#4f4f4f;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.homebg {
	background:#064348 url(../images/index_bg.jpg) repeat-x;
	padding:7px;
}
h1 {
	font-family: 'Flamenco', cursive;
	padding-top:5px;
	color:#FFF;
	font-size:28px;
	border-bottom:dotted 1px #CCC;
	line-height:32px;
	font-weight:normal;
}
.pagecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#FFF;
	text-align:justify;
}
.readmore {
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#10cfcf;
}
.readmore a {
	text-decoration:underline;
	background:url(../images/icon-arrow.jpg) left top no-repeat;
	padding-left:15px;
	color:#10cfcf;
}
.readmore a:hover {
	color:#fff;
	text-decoration:none;
}
h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	color:#ffb501;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.7em;
}

.sidebg{background-color:#03646b;}
.sidebg2{background-color:#03646b; border:solid 1px #01292c;}



ul.inlist {
	margin:0;
	padding-left:15px;
	list-style-type:none;
	width:80%;
}
ul.inlist li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	vertical-align:top;
	line-height:25px;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 9px;
	padding-left:12px;
	border-bottom:1px dashed #57a6ac;
	text-decoration:none;
	padding-bottom:2px;
}

ul.inlist li a{
	text-decoration:none;
	font-size:12px;
	color:#fff;
}


ul.inlist li a:hover{
	text-decoration:underline;
	font-size:12px;
	color:#ffb501;
}
.REDBlock{ background:#840000; padding:5px; border:solid 5px #8e4040;}
.contentBG{ background:#350000; padding:7px; border:solid 1px #580101;}
.contentBG2{ background:#012c2f;padding:7px; border:solid 1px #004247;}