/* CSS Document */
/* holder styles */
#holder {
	width: 799px;
	text-align: left;
	margin: 0 auto 0 auto;
	margin-top:10px;
}

/* navigation styles */
#left_colum {
	width: 320px;
	/*height:700px;*/
	float: left;
	padding: 5px; /* side padding is added to total width above for a 160px "real total" */
	/*border-right: 1px solid #999999;
	background-color:#FFFF33;*/
}

/* content styles */
#content {
	margin: 0px 125px 0px 340px;
	padding: 5px;
	
	/*background-color:#00FFFF;*/

}

/* third column styles */
#right_colum {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 112px;
	/*border-left: 1px solid #999999;
	background-color:#CC9933;*/
}
/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

#box_with_header {
	background-image: url(box_bg340px.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:8px;
	padding-bottom:8px;
	width:315px;
	border-bottom:thin 1px solid #999999;
}
#box_without_header {
	width:315px;
}
#box_with_lines {
	width:315px;
	border-bottom:thin 1px solid #999999;
	padding-bottom:5px;
	
}

#hp_wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 805px;
}

#side-a {
	float: left;
	width: 215px;
}

#side-b {
	float: right;
	width: 110px;
}
.homepage_box_hd_black {
	/*background-image:url(box_bg.jpg);*/
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;  
	font-style:normal;
	font-weight: bold;
	}
.homepage_box_hd {
	/*background-image:url(box_bg.jpg);*/
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #00CC00;
	font-style:normal;
	font-weight: bold;
	padding-left:5px;
	
}
.homepage_box_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;	
	font-style:normal;
}
.more_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
}
.more_info a {
	
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(dots.jpg);
	font-weight: bold;
	padding-right:14px;
	color: #FF0000;
	text-decoration: none;
	
}
