/* This is the main layout */

* {
		margin: 0;
		padding: 0;
		}
		
body { line-height: 16px;font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;font-size: 0.93em; background-color:#000000; color:#CCCCCC;

}
#wrap {
	width:100%;
	z-index:2;
	position:absolute;
	top:0;
	border:0px solid #FFFFFF;
}


/* Links*/
A:link {
	COLOR:#2368a4; font-weight:bold; TEXT-DECORATION:none; font-size:0.80em; font-family: Trebuchet MS,Verdana, "Times New Roman", Times, serif; 
}
A:visited {
	COLOR:  #1d517f; TEXT-DECORATION: none; font-family: Trebuchet MS,Verdana, "Times New Roman", Times, serif;font-size:0.80em; font-weight:bold;
}
A:hover {
	COLOR: #ffffff; TEXT-DECORATION: dashed; font-size:0.80em; font-weight:bold; font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;
}
A:active {
	TEXT-DECORATION: dashed;
}
A:unknown {
	TEXT-DECORATION: underline;
	
}

h1 {

font-family: Verdana, Georgia, Times, serif;
font-size: 27px;
font-weight: bold;
color:#FFFFCC;
}

.line {
	border-bottom: 1px dashed #06457c;
}

.flash {z-index:1;position:absolute;top:0; left:0;width:98%; border:0px solid #FFFFFF;}

.intro {
	position:absolute;
	top:21px;
	left:412px;
	color:#000000;
	border:2px thick #000099;
}

.menu {
	position:absolute;
	bottom:80px;
	left:209px;
	padding:13px;
	margin:3px;
	
	}

.footer{
border-top:1px dashed #06457c;
width:100%;
color:#999999;
font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;
font-size: 0.75em;
text-align: center;}


.newstitle {
			font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;font-size: 1.4em;
			font-weight:bold;
			padding:0px;
			text-align:left;
			line-height:14px;
			width:205px;
			}
			
			.newsdesc {
			font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;font-size: 0.87em;
			text-align:left;
			line-height:16px;
			padding:0px;
			width:205px;
			width:205px;
			}
			
			.newsfooter {
			font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;font-size: 0.67em;
			color:#FFFFCC;
			text-align:left;
			width:205px;
			}

