body {
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-right:50px;
	letter-spacing: 0.09em;
}

.spacing {
    height:40px;
}

#site_container {
	width:800px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}

#header_row {
	width:100%;
	height:20px;
	position:relative;
	overflow:hidden;
	background-image: url("/uploads/images/site/top_line.png");
	background-repeat:no-repeat;
}
 
#menu_row {
	margin-top:5px;
	margin-bottom:45px;
	background-color:#FFFFFF;
	width:100%;
}

#image_container {
	width:100%;
}

#footer_row {
	background-image: url("/uploads/images/site/bottom_line.png");
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:2px;
	width:100%;
	position:relative;
}

#footer_row_plain {
	margin-top:10px;
	padding-top:2px;
	width:100%;
	position:relative;
}

a:link, a:visited { 
	text-decoration: none;
	color:#000000;
}

a:hover, a:active {
	text-decoration:underline;
	color:#000000;
}

.active {
	text-decoration:underline;
}

.legend_row {
	font-weight:normal;
	background-color:#ffffff;
}

.image_nav {
    position:absolute;
    right:0;
    top:0;
    background-color:#ffffff;
    font-weight:bold;
}

.uc {
	text-transform:uppercase;    
}

.grey {
	color:#999999;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;    
}
