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

a:active {
	color: #1b361b;
	text-decoration: none;
}
a:link {
	color: #e02a21;
	text-decoration: none;
}
a:visited {
	color: #1b361b;
	text-decoration: none;
}
a:hover {
	color: #3d6f35;
	text-decoration: none;
}

.left {float: left; clear: both;}
.right {float: right; clear: both;}
.center {text-align: center; margin: 0 auto;}

body {
	background-color: #ffffff;
	background-image: url(images/burst3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer {
	background:none;
	color:#FFFFFF;
	width:500px;
	height:25px;
	text-align:right;
	position:fixed;
	right:0;
	bottom:0;
	padding: 0 10px 0 0; 
	margin: 0; 
	border:0;
	text-shadow:#999999;

}

#newsbox1 a {text-decoration:underline;}
#newsbox2 a {text-decoration:underline;}
#newsbox3 a {text-decoration:underline;}

#wrapper {
	/*background-image: url(images/wide.png);*/
	background-repeat:no-repeat;
	background-position:center;
	width: 980px;
	height: 630px;
	top:50%;
	left:50%;
	margin-left:-490px;
	margin-top:-315px;
	position:absolute;
	overflow:hidden;
	}
	
#newsbox1 {
	background: url(images/newsback.png);
	background-repeat:no-repeat;
	width: 240px;
	height:110px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -370px;
	overflow: hidden;
	font-size:8.5px;
	
}

#newsbox2 {
	background: url(images/newsback.png);
	background-repeat:no-repeat;
	width: 240px;
	height: 110px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -370px;
	overflow: hidden;
	font-size:8.5px;
	}

#newsbox3 {
	background: url(images/newsback.png);
	background-repeat:no-repeat;
	width: 240px;
	height: 110px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -370px;
	overflow: hidden;
	font-size:8.5px;
	
}
#contentbox	{
	/*background: url(images/transparenttry.png);*/
	width: 495px;
	height: 320px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -120px;
	overflow: auto;
	
}

#padit {
padding: 10px;
}

.date {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-right:10px;
}

.archivedate {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-right:10px;
font-size: 12px;
}

.headline {
font-size: 16px;
font-weight:400;
}

.newsbig {
font-size:10px;
font-weight:bold;
font-variant:small-caps;
}