body {	
	background-color: #000000;
	margin: auto;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 13px;
	color: #0066ff;	
}

/*--------------------------------
		 	Page Title
---------------------------------*/
.sf_pagetitle {	
	clear:both;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;	
	font-weight: normal;
	font-style: italic;
	font-size: 32px;
	color: #0066ff;		
	background-color: #0066ff;
	background-image: url(images/page-title.gif);
	background-repeat:no-repeat;	
	margin:25px 20px 0 50px;
	padding: 5px 10px;
	width: 400px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

.sf_pagetitle h1 {
	font-size:32px;
	font-weight:normal;
	margin:0;
}
.sf_wrapper {	
	width: 960px;
	background-color: #ffffff;
	/*position:relative;*/
}

.sf_navigation {
	font-family: Arial, Helvetica, FreeSans, sans-serif;	
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 1px;		
	padding:0px 35px 0px 21px;
	background-color: #003399;
	min-height:43px;
	height:auto !important;
	height:43px;
	width: 904px;		
}
