body
	{
		font-size: 80%; 
		margin:0; 
		font-family: verdana, arial, helvetica, sans serif;
	}


#frame
	{
	width: 780px; 
	margin-left: auto; 
	margin-right: auto; 
	background-image: url(images/bg.gif); 
	background-repeat: repeat-y;
	/* background-position: 0 200px;  */
	}

#header
	{
		margin-left: auto;
		margin-right: auto;
		width: 780px;
		padding-bottom: 5px;
	}

#headHome
	{
	position: relative;
	top: -2px; /*  covering a slight gap showing background blue color */
	background-image: url(images/homeNavBG.gif); 
	background-repeat: no-repeat;
	width: 780px;
	}

#contentHome
	{
		padding: 8px; 
		width: 223px; 
		float: left;
	}

#contentCenter
	{
		width:300px; 
		padding: 10px; 
		float: left;
	}

#contentRight
	{
		width: 190px; 
		padding: 10px 0px 0px 20px; 
		float: left;
	}



#headHome ul
	{
		display: inline;
		position: relative;
		top: -7px;
		left: -20px;
	}
#headHome ul li
	{
		list-style-type: none;
		display: inline;

	}

#headHome ul li a
	{
		font-size: 110%;
		text-decoration: none;
		color: white;
		padding: 0 10px 0 10px;
		border-bottom: 3px solid #812f37
	}

#headHome ul li a:hover
	{
		border-bottom: 3px solid white;
	}

A:link 
	{
		color: #8e3841;
		text-decoration: none;
	}

A:visited 
	{
		color: #d7e0e8
	}

A:active 
	{
		color: #8e3841;
	}

A:hover 
	{
		text-decoration: underline;
	}

/* 	Dark Blue: 38658e
	Dark Red: 8e3841
	Light Blue BG: d7e0e8
	medium BlueGray: 70808b
	slightly darker red: 812f37  */