body {
	font-family : Arial, Helvetica, sans-serif; 
	color : #505050;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	background: url("../images/css/bg.jpg") top left repeat-x;
	background-color: #E4E4E4;
}

A, A:link, A:active, A:visited {
	text-decoration: none;
	color: #EF1209;
	cursor: pointer;
	cursor: hand;
}

P {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}

#page {
	width: 904px;
	background: #FFFFFF;
	padding: 13px;
	margin: 20px;
	margin-bottom: 5px;
	text-align: left;
}

#logo {
	float: left;
}

#login {
	float: right;
}

#navigation {
	margin-top: 83px;
}

#navigation img {
	margin-bottom: 8px;
}

#navigation #on {
	margin-bottom: 0;
}

#subnav {
	background: url("../images/css/content_top_bg.gif") bottom left repeat-x;
}

#hometext {
	margin: 23px 0 13px 233px;
}

#content {
	position: relative;
}

.homecolumn {
	float: left;
	width: 215px;
	margin-right: 13px;
}

.homecolumnend {
	float: left;
	width: 215px;
	margin-right: 0;
}

#textbox {
	border: 2px solid #474747;
	border-top-width: 0;
	padding: 6px;
}

#textbox .photo {
	float: left;
}

#textbox .column {
	float: left;
	padding: 10px 0 0 26px;
	width: 415px;
}

#textbox .widecolumn {
	float: left;
	margin: 10px 0 0 26px;
	width: 855px;
}

.imgeightright {
	margin-right: 8px;
}

.imgheading {
	margin-bottom: 9px;
}

.nonpopup {
	display: none;
}

.homephoto {  
    width:  904px;  
    height:   172px;  
    padding: 0;  
    margin:  0;  
} 
 
.homephoto img {  
    width:  904px;  
    height:   172px;  
    top:  0; 
    left: 0 
} 

.leftphoto {  
    width:  440px;  
    height:   300px;  
    padding: 0;  
    margin:  0;
	float: left;
	overflow: hidden;
} 

.red {
	color: #EF1209;
}

/* self clearing rules */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

#footer {
	width: 904px;
	text-align: left;
	font-size: 10px;
	color: #FFF;
}

#footer A {
	color: #FFF;
}

ul { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3.5em;
   overflow:hidden;
}
 
li { 
   margin-top:0.25em;
   margin-bottom:0.25em;
}
 
ul li { 
   margin-left:5em; 
   padding-left: 0.25em; 
   list-style-image: url('../images/bullet.gif');  
}