
body { 
	background-color: #000066; 
	color: #fff; 
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small; 
	line-height: 180%
	}

a {	
	color: #FF6600;
	text-decoration: underline;
}

a:hover{
	color:#FF6600;
	text-decoration: none;
}

#logo {
	width: 700px;
	background: #000066;
	margin-top: 5px;
	margin-left: 40px;
	border-bottom: 2px solid #FF6600;
	color:#fff;
	font-weight: bold;
	font-family: Trebuchet, san-serif;
	letter-spacing: 5px;
	}



#header {
	width: 740px;
	margin-left: 40px;
	color:#000;
	
	}

#menu {
	padding-top: 20px;
	margin-bottom: 10px;
	width: 100px;
	height: 150px;
	font-size: x-small;
	float: left;
	}

.menuitem {
	text-align: left;
	padding-bottom: 5px;}

.menuitem a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	
	}

.menuitem a:hover {}

#flash {
	margin-top: 10px;
	width: 600px;
	height: 200px;
	float: left;
	border: 1px solid #DFDFDF; 
	}

#content {
	border-top: 4px solid #DFDFDF;
	margin-top: 10px;
	margin-left: 40px;
	color:#000;
	background-color:#000066;
	width: 700px;
	clear: left;
	}

.textcolumn {
	padding-top: 10px;	
	padding-left:10px;
	padding-right: 10px;
	width:30%;
	color:#fff;
	float:left;
	}



#deadspace {height:5%;clear:left}

#footer {
	height:16px;
	width: 95%;
	background-color: #CCC;
	color: #000066;
	padding-left:40px;
	}

#footer a {
	color: #993300;
	text-decoration: underline;
	}

#footer a:hover {
	color: #993300;
	text-decoration: none;
	}


