@charset "UTF-8";
/* CSS Document */

#body {
	margin:0px;
	background-image:url(images/body-back.jpg);
	background-repeat:repeat;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	}
	
#header {
	width:100%;
	height:260px;
	background-image:url(images/header-back.jpg);
	background-repeat:repeat-x;
	}
	
#flash{
	width:980px;
	height:260px;
	margin:auto;
	}
	
#navigation {
	width:100%;
	height:48px;
	background-image:url(images/navigation-back.jpg);
	background-repeat:repeat-x;
	}

#navigation-wrapper {
	width:980px;
	height:48px;
	margin:auto;
	}
	
.button{
	float:left;
	}
	
	
	
#middle{
	width:100%;
	height:315px;
	background-image:url(images/middle-back.jpg);
	background-repeat:repeat-x;
	}

#middle-wrapper{
	width:980px;
	height:315px;
	background-image:url(images/middle-home-back.jpg);
	margin:auto;
	}

.col-home{
	width:470px;
	height:230px;
	float:left;
	margin-top: 75px;
	margin-left: 20px;
	text-align: left;
	display:inline;
	}

.col-home p {
	margin-top: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	

#middle-wrapper2{
	width:980px;
	height:315px;
	background-image:url(images/middle-content-back.jpg);
	margin:auto;
	}
	
.col-content{
	width:420px;
	height:300px;
	float:left;
	margin-top: 15px;
	margin-left: 30px;
	text-align: left;
	font-weight: normal;
	display:inline;
	}

.col-content p {
	margin-top: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	}
.col-content h2 {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	}
	
.col-content h1 {
	color:#09F;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	}
	
.col-content h2 a {
	color:#09F;
	text-decoration:none;
	}
	
.col-content h2 a:hover{
	color:#0CF;
	}
	
.news-roll{
	width:440px;
	height:135px;
	float:left;
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
	display:inline;
	}
	
.news-roll p {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin-right:10px;
	margin-left:20px;
	}
.news-roll a{
	color:#0CF;
	text-decoration:none;
	}
	
.news-roll h1 {
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	margin-bottom:0px;
	margin-left:20px;
	}

.col-content2{
	width:460px;
	height:300px;
	float:left;
	margin-top: 15px;
	margin-left: 30px;
	text-align: left;
	display:inline;
	}

.col-content2 p {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	}
	
.col-content2 a {
	color:#09F;
	text-decoration:none;
	}

.col-content2 a:hover{
	color:#0CF;
	}
	
.col-content2 h2 {
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	}
	
.col-content h2 a {
	color:#09F;
	text-decoration:none;
	}
	
.col-content h2 a:hover{
	color:#0CF;
	}

#footer{
	width:100%;
	height:280px;
	background-image:url(images/footer-back.jpg);
	background-repeat:repeat-x;
	}

#footer-wrapper{
	width:980px;
	height:280px;
	margin:auto;
	}

.footer-box {
	width:305px;
	height:220px;
	background-color:#03090E;
	border-color:#022855;
	border-style:solid;
	border-width:thin;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	display:inline;
	}

.footer-box ul {
	text-align:left;
	margin-left:6px;
	margin-top:10px;
	font-size:13px;
	line-height: 18px;
	margin-bottom: 7px;
	width: 100%;
	padding-left: 20px;
	}
	
.footer-box a {
	color:#09F;
	text-decoration:none;
	text-align:right;
	margin-right:5px;
	font-size:14px;
	}
	
	
.footer-box p {
	text-align:left;
	margin-left:15px;
	margin-right:5px;
	margin-top:10px;
	font-size:13px;
	line-height: 18px;
	}
	.slideshow-box2 {
	width:460px;
	height:220px;
	background-color:#03090E;
	border-color:#022855;
	border-style:solid;
	border-width:thin;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	display: inline;
	}
	
.slideshow-box {
	width:950px;
	height:220px;
	background-color:#03090E;
	border-color:#022855;
	border-style:solid;
	border-width:thin;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	}

#copyright {
	width:980px;
	height:30px;
	float:left;
	text-align: left;
	margin-top: 12px;
	font-size: 10px;
	}

#copyright p{
	margin-top:5px;
	}
#copyright p a {
	color:#09F;
	text-decoration:none;
	}
	
#copyright p a:hover{
	color:#0CF;
	}
