﻿/* CSS layout */
/* ewart_1.css */
a:link { 
color : #ffffff; 
text-decoration : none; 
font-weight : bold; 
} 
a:visited { 
color : #ffffff; 
text-decoration : none; 
font-weight : bold; 
} 
a:active { 
color : #ffffff; 
text-decoration : none; 
font-weight : bold; 
} 
a:hover { 
color : #cccccc; 
text-decoration : none; 
font-weight : bold; 
} 
body {
	width:100%;
	background-image: url('../images/ew_bkgrnd_183.gif');
	background-repeat: repeat-y;
	background-position:64px;
	background-attachment:fixed;
	background-color: #808080;
	margin: 0;
	font-family:Verdana, Arial, sans-serif;
}
#flag	{
	margin-top:36px;
/*	margin-bottom:36px; */
	margin-left:auto;
	margin-right:auto;
/*	border:1px #cccccc solid; */
	width:800px;
	background-color:#ffffff;
}
#navigator	{
	background-color:#042f64;
	height:22px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
/*	border: 2px #ffffff solid; */
/*	font-size:12px; */
}
#content	{
	background-color:#ffffff;
	border: 2px #042f64 solid; 
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#text	{
	width: 752px;
	font-family:Georgia, Times, serif;
	font-size:14px;
	line-height:22px;
	color: #464646;
	padding: 6px 24px 36px 24px;
}
#footer	{
	background-color:#042f64;
	border: 1px #ffffff solid;
	text-align:center;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:36px;
}
#foot_text	{
	font-size:11px;
	color:#ffffff;
	padding:12px;
}