/* Start of CMSMS style sheet 'CBF_Homepage_Stylesheet' */
@charset "utf-8";
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	background-image: url(uploads/images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
/* This is the page background gradient at the top of every page */
.background_top_gradient {
	background-image: url(uploads/images/background_top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.page_wrapper {
	width: 828px;
	margin: 0 auto;
	text-align: left;
	border-left: solid 1px; color: #666666;
	border-right: solid 1px; color: #666666;
}
.footer_gradient {
	width: 830px;
	height: 111px;
	background-image: url(uploads/images/footer_gradient.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
   font-family: Arial, Helvetica, sans-serif;
}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/* This is the font we will use for the footer navigation links */
.arial12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 1.2em;
                text-decoration: none;

}.arial12yellowbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
                text-decoration: none;
}
.arial12bluebld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
                text-decoration: none;
}
.arial12greenbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
                text-decoration: none;
}
.arial12orangebld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
                text-decoration: none;
}
.arial12ltbluebld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CCCC;
                text-decoration: none;
}
.arial12ltbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777460;
	line-height: 1.2em;
                text-decoration: none;
}
a:hover {
                text-decoration: underline;
}
/* End of 'CBF_Homepage_Stylesheet' */

