/*--------------------------------
		Bottom Navigation actually refers to the top nav bar
---------------------------------*/
.sf_navigation ul li a {	
	background-image: url(images/nav_bkg.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 28px;	
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0 1px 0 0;	
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	margin-left: 60px;
	padding-left:10px;
	margin-top: 20px;
	margin-bottom: 30px;	
	text-align: left;	
	font-size: 26px;
	font-weight: bold;
	font-family: "Courier New",Georgia,Times,"Times New Roman",serif;
}

/*--------------------------
		Content
--------------------------*/

.sf_content {
	float: right;
	display:inline;
	sf_edit: true;
	width: 900px;
	margin: 0px 0px 0px 0px;
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {	
	clear: both;
	text-align: center;
	height:auto !important;
	height: 30px;
	min-height: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position:center top;
	background-repeat:repeat-x;
	background-color: #ffffff;
}


/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	color: #336666
	background-color: #ffffff;
	text-decoration:none
}

a:visited {
	color: #336666
	background-color: #ffffff;
	text-decoration:none
}

a:hover {
	text-decoration:underline
}
