body{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background-color: #FFF;
	color: #333;
}

/* Site Footer */
#footer{
	margin-top: 10px;
	width: 900px;
}

#footer ul{
	font-size: 10px;
	color: #808080;
}

#footer ul li{
	display: inline;
	padding-right: 5px;
}

#footer ul li a{
	color: #808080;
}

#footer ul li a:hover{
	color: #008CCD;
}


/* CONTENT FOOTER STUF */
#content_footer{
	position: relative;
	width: 900px;
	height: 42px;
	background: url('../images/content_footer_bg.gif') top left no-repeat;
}

#content_footer ul.footer_links{
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 10px;
	color: #808080;
}

#content_footer ul.footer_links li{
	display: inline;
	padding-right: 5px;
}

#content_footer ul.footer_links li a{
	color: #808080;
}

#content_footer ul.footer_links li a:hover{
	color: #008CCD;
}

#content_footer ul.footer_icons{
	position: absolute;
	top: 15px;
	right: 25px;
}

#content_footer ul.footer_icons li{
	display: inline;
	padding-left: 30px;
}

/* CONTENT HEADER STUF */
#content_header{
	position: relative;
	width: 900px;
	height: 42px;
	background: url('../images/content_header_bg.gif') top left no-repeat;
}

#content_header ul.content_header_links{
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 10px;
	color: #808080;
}

#content_header ul.content_header_links li{
	display: inline;
	padding-right: 5px;
}

#content_header ul.content_header_links li a{
	color: #808080;
}

#content_header ul.content_header_links li a:hover{
	color: #008CCD;
}

#content_header .breadcrumb_container{
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 10px;

}

#content_header .breadcrumb{
	float: left;
	padding-right: 5px;
	color: #808080;
}

#content_header .breadcrumb a{
	color: #808080;
}
	
#content_header .breadcrumb a:hover{
	color: #008CCD;
}

/* STUFF DO USE IN ALL CONTENT AREAS */
#content_bg_mid_degrade{
	background: #FFF url('../images/content_bg_mid_degrade.gif') top left no-repeat;
	min-height: 200px;
}

#content_bg_mid_border{
	background: url('../images/content_bg_mid_border.png') top left repeat-y;

}

#content_bg_mid_border .col2,
#content_bg_mid_border .col1{
	float: left;
	min-height: 350px;
	padding-bottom: 50px;
}

#content_bg_mid_border .col1{
	width: 230px;
	background: url('../images/vertical_line.png') top right no-repeat;
}

#content_bg_mid_border .col2{
	width: 580px;
	margin-left: 40px;
	margin-top: 30px;
}

#content_bg_mid_border a{
	color: #808080;
}

#content_bg_mid_border a:hover{
	color: #008ccd;
}

.content_icon{
	position: absolute;
	top: 69px;
	left: 45px;
}

span.when_bo{
	font-size: 10px;
}