body {
  font-family: verdana, arial, sans-serif; 
  font-size:70%;
  line-height: 150%;
  color:#4d524c;
 }
   
#head {
	position:absolute; 
	top:0px;
	left:50%; 
	width:640px;
	height:100px;
	min-height:100px; 
	margin-left:-320px;
	}

/*menu and sub menu sit inside head #e7e9e6;*/
#menu{
	position: absolute;
	top: 79px;
	z-index:5;
	width: 100%;
	margin:0px;
	height: 12px;
	color: #d90000;
	background: #4d524c;
	border-top: 1px solid #4d524c;
	border-bottom: 2px solid #4d524c;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 12px;
}

#menusub{	
	position: relative;
	left: 0px;
	top: 0px;
	z-index:4;
	width:100%;
	margin:0px;
	height: 30px;
	text-align: left;
}

#content {
   position:absolute;
	top:100px; 
	left:50%; 
	width:640px;
	margin-left:-320px;
	}

/*end of structural CSS
Begining of look CSS*/
b {color: black;}
h1 {  position:relative; left:50%; width:640px;  
		margin: -30px 0 -10px -320px; padding: 30px 0 0 0; 
		font-family: georgia, "times new roman", serif; 
		 text-align: center; text-transform: uppercase; 
		 font-size: 1.8em; line-height: 1.8em; 
		 letter-spacing:.2em;  color:#666;
		font-weight: 100;
 }
		
h2 {	position:relative; left:50%; width:640px;  
		margin: 40px 0 0px -320px; padding: -15px 0 0 0; 
		font-family: georgia, "times new roman", serif; 
		text-align: center; text-transform: uppercase; 
		font-size: 1.6em; line-height: 1.6em; 
		letter-spacing:.2em;  color:#666; 
		font-weight: 100;
	}
		
h3 {margin:2px; padding:2px; text-align: center; color:#666;  font-weight: normal;  font-size: 8px;   }


a {color: #D90000; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  }
a:hover {color: black;}
a:active {color: #834619;}
a:hover, a:hover:active, a:visited:hover  {color: black;}
p {text-align:justify;  padding:0;}

ul {margin-left:0px;}
li { list-style: circle inside;}
table { /*cellpadding:0; cellspacing:0;*/ border:0; text-align: left; width: 350px;}
td	{ font-size: 100%; vertical-align: top; }
img {	border-bottom:1px  solid #4d524c; border-right:0px; border-top:0px; border-left:0px;}


.left			{ 	margin: 0 20px 0 0;  float:left;}
.right		{ 	margin: 0 0 0 20px;	float: right;}


.CFlogo		{ position: absolute; top: 19px; right: 0px; border: none;}
.logo			{ position: absolute; top: 28px; left: 0px; border: none;}

.line 		{position:relative; left:50%; width:640px; margin: 0 0 0 -320px; padding: 0 640px 0 0; border-top: 1px solid #4D524C; }

.space 		{ font-size: 0%; margin:0; padding: 0;  letter-spacing: 0px; }

#menu a {
	color: #dcdcdc;
  	text-decoration: none;
	margin: 0 4px 0 4px;
	padding: 0px 4px 0px 4px;
	border-left:1px solid #4d524c;
	border-right:1px solid #4d524c;

  }

#menu a:hover {color: #d90000;}
#menu a:active {color: #834619; }

  
#menusub a {
  	text-decoration:none;
  	text-align:left;
  	color: #d90000; 
  	padding: 0px 8px 0px 8px;
  	line-height: 0px;
	margin: 0 4px 0 4px;
  }

#menusub a:hover {color: black;}
#menusub a:active {color: #834619;}
#menusub a:hover, a:hover:active, a:visited:hover  {color: black;}

h1 a,h2 a{  color: #D90000; font: normal x-small arial;  text-transform: lowercase; }