@charset "UTF-8";
/* CSS Document */
body, html
{
	margin:0 auto;
	background-color:#bcc1c4;
	height:100%; /* needed for container min-height */
	padding:0px;
	min-height:100%;
	background-image:url(../images/bg.jpg);
	/*font-family:"Rockwell", "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}

.clear
{
	clear:both;
}

.rounded
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.roundass
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	width:96%;
	padding:10px;
	background-color:#041d30;
}

img
{
	display:block;
	margin:0;
	float:left;	
}

A:link {text-decoration: none; color:#fff}
A:visited {text-decoration: none; color:#fff}
A:active {text-decoration: none; color:#fff}
A:hover {text-decoration: underline; color:#fff;}

#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;		
	min-height: 110%;
	_height: 110%;
	overflow:hidden;
	background-color:#02101b;
	border:6px solid #2b3b48;
	border-top:none;
	border-bottom:none;
}

.newsItem
{
	position:relative;
	margin-bottom:40px;
	font-size:0.9em;
	letter-spacing:1px;"
}

.newsItem li
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	margin-bottom:3px;
	color:#bae1ff;
}

.newsTitle
{
	position:relative;
	font-family:'Rockwell', Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:0.9px;
	word-spacing:1px;
	color:#fffac8;
	padding-bottom:8px;
	border-bottom:1px dashed #333;
}

.newsItemTitle
{
	position:relative;
	font-family:'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
	font-size:11px;
	padding-top:10px;
	letter-spacing:3px;
	color:#ccc;
	margin-bottom:3px;
	float:left;
}

.sidebarItem
{
	position:relative;
	color:#bae1ff;
	margin-bottom:6px;
	width:280px;
	margin-left:10px;
}