
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, book antique, times, serif; 
	font-size: 12px;
	color: #303; /* changes the font color for your entire page */
/* background-color: #fcf; /* changes the background color of the entire page */
background-image:   url(images/bgmenu.gif);
background-repeat: repeat


}
	
a {
	text-decoration: none; /* you may change this to 'underline;' if you want a line under your links by default */
	font-weight: bold; /* you may change this to 'normal;' if you don't want your links in bold */
	font-family: Courier New, Courier, mono;
	color:  #18424A; /* changes the color of a standard link */
	HEIGHT: 2px; 
	BORDER-RIGHT: #FAA010 1px dashed; BORDER-TOP: #FAA010 1px dashed; BORDER-LEFT: #FAA010 1px dashed; BORDER-BOTTOM: #FAA010 1px dashed;
	}
	
a:visited {
	color:  #18424A; /* this is the color of a link that has been visited */
	font-family: Courier New, Courier, mono;
	HEIGHT: 2px;
	BORDER-RIGHT: #FAA010 1px dashed; BORDER-TOP: #FAA010 1px dashed; BORDER-LEFT: #FAA010 1px dashed; BORDER-BOTTOM: #FAA010 1px dashed;
	}
	
a:active {
	color:  #18424A;
font-family: Courier New, Courier, mono;
	HEIGHT: 2px; 
	BORDER-RIGHT: #FAA010 1px dashed; BORDER-TOP: #FAA010 1px dashed; BORDER-LEFT: #FAA010 1px dashed; BORDER-BOTTOM: #FAA010 1px dashed;
	}
	
a:hover {
	BORDER-RIGHT: #18424A 1px dashed; BORDER-TOP: #18424A 1px dashed; BORDER-LEFT: #18424A 1px dashed; BORDER-BOTTOM: #18424A 1px dashed; HEIGHT: 2px
font-family: Courier New, Courier, mono;
	color: #18424A; /* this color change will affect the color that appears when you put your mouse over a link */
	text-decoration: none; /* you can put 'none;' to make no underline appear when mousing over a link */}
	
p {	font-size: 12px;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 5px;}

h1 {font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;}

h2 {font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;}

img {	border: 0;}

#content {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 20px;
	background: #FAA010; /* changes the background color of the area where your main entry text appears */
	border-left: 1px solid #303; /* changes the left border color of this main entry area */
    border-right: 1px solid #303; /* changes the right border color of this main entry area */
 	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;

	width: 450px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 450;}
	
html>body #content {
	width: 450px; /* ie5win fudge ends */}
	
#content2 {
	float: left;
	padding: 5px;
	margin: 20px 0px 0px 20px;
	background: #FAA010;
	border: 1px solid #18424A;
	width: 155px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 155px;}

html>body #content2 {
	width: 155px; /* ie5win fudge ends */}

#google {

	float: middle;
	padding: 0px;
	margin: 5px 0px 00px 10px;
	background: FAA010;
	border: 0px solid #18424A;
	width: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;}

html>body #content2 {
	width: 120px; /* ie5win fudge ends */}

#content3 {
	float: left;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	background: transparent;
	border: 0px solid #18424A;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;}

html>body #content2 {
	width: 120px; /* ie5win fudge ends */}

.title {font-family:  "Eras Medium ITC", Eterna, "Franklin Gothic Book", Century Gothic, avantguard; 
		font-size: 11px; 
		color: #333; 
		text-transform: uppercase;
		border-bottom: 1px solid #333; /* changes the bottom border color of the column titles for the link sections */
		border-top: 1px solid #303; /* changes the top border color of the column titles for the link sections */
		background: #FAA010; /* changes the background color of this title section */
		padding: 2px;
		margin: 0px;
		font-weight: bold;
		}

.info {	margin: 5px; }
