body {
	background:#004080;
	margin-top:10px;
	
	font-family: Verdana, Trebuchet MS, sans-serif;
	background-image:url(images/back2.gif);
	background-repeat:repeat;
	}

.body { 
	background-color: #004080;
	margin-top:0px;
	}

#wrapper {
	width: 976px;
	margin: 0 auto;
	}

#navbar {
	clear:both;
	margin: 4px 0px;
	width: 976px;
	}

#content {
	clear:both;
	float:left;
	margin: 4px 0px;
	padding: 5px;
	width: 954px; /* width - 2*(border+padding) */
	background-color:#FFFFFF;
	border: solid 5px #6372D9;
	}
#navbar a {
	float:left;
	display:block;
	margin-right:2px;
	width:116px;
	_width:115px;	/*Hack fix for Internet Explorer 6 and before */
	
	height:50px;
	background-color:#E67300;
	border:solid 2px #FFCC33;
	
	text-align:center;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:900;
		
	}

#navbar a:hover {
	background-color:#9999FF;
	border:solid 2px #004080;
	
	}
	
.singleLineLink {
	line-height: 3em;
	}
	
.doubleLineLink {
	line-height: 1.5em;
	}



#footer {
	clear:both;
	text-align:center;
	color: #9999FF; 
	font-size:10px;	
	}
#footer a {
	color: #9999FF; 
	font-size:10px; 
	}

p {
	margin: 20px 20px;
	color: #004080; 
	font-size:12px;
	}
	
ul {
	color: #004080; 
	font-size:12px;
	margin: 0px 0px;
	}

#leftCol { 
	float:left; 
	margin: 20px; 
	width:400px; 
	height:400px; 
	background-image:url(images/flashBack.jpg); 
	background-repeat:no-repeat; background-position: center;
	}

#rightCol { 
	float:left; 
	margin: 50px 20px; 
	width:460px; 
	_width:410px;	/*Hack Fix for IE 6 and before */
	}

#pageHeader {
	color:#FFF; 
	text-transform:capitalize; 
	line-height: 4em; 
	margin-left: 400px;
	font-size:42px;
}

#flash { 
	margin: 90px 70px; 
}

a.expander,a {
	cursor:hand;
	cursor:pointer;
	color: #004080; 
	font-size:14px; 
	text-decoration:underline;
	}

a.expander:hover,a:hover {
	color:#E67300;
	}
	
.miniImage {
	float:left;  
	margin: 0 50px;
	width:75px; 
	height:150px; 
	text-align:center;
}
		