@charset "utf-8";
/* CSS Document */



body {
	background-image: url(../images/bkgd.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #182A45;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.nav {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.content {
	background-image: url(../images/index_03.jpg);
	background-color: #061727;
	background-repeat: no-repeat;
	background-position: top;
	height: 454px;
	padding: 20px;
}
.footer {
	background-color: #061727;
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;
	height: 89px;
	font-size: 10px;
}
.box {
	background-color: #1C2E54;
	background-image: url(../images/box_03.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 186px;
	width: 222;
	padding-right: 10px;
	padding-left: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #25BBE7;
}
a:visited {
	color: #25BBE7;
}
a:hover {
	color: #8BDAF1;
}
a:active {
	color: #25BBE7;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #1AA9D2;
	margin-top: 0px;
}

.box-newsflash {
	border: 3px double #990000;
	
	}
	
.green a{
	color:#00CC00
	}