	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{ margin:0; padding:0; }
	fieldset, img { border:0; }
	ul { list-style:none; }
	caption, th { text-align:left; }
	h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
	abbr, acronym { border:0; }
	



	/* ----======== HTML Selectors ========---- */
	
	html
	{
	height: 100%;
	margin-bottom: 1px;
	}
	
	body
	{
	text-align: center;
	margin: auto;
	background: #fff url(../images/background.jpg) no-repeat top center;
	color: #555;
	font-size: 12px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a
	{
	color: #000;
	text-decoration: underline;
	}
	
	a:hover { color: #000; }
	
	h1
	{
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal !important;
	}
	
	h2
	{
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
	}
	
	h3
	{
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	}
	
	h5 { color: #888888; }
	
	p
	{
	margin-bottom: 15px;
	line-height: 20px;
	}
	
	
	/* ----======== Custom Selectors ========---- */
	
	#content ul { margin-bottom: 5px; }
	
	#content li
	{
	background: url(../images/bullet.gif) no-repeat;
	background-position: 3px 6px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 16px;
	}
	
	.floatRight
	{
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.floatLeft
	{
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.noMargin { margin: 0 !important; }
	
	.clearer { clear: both; }
	
	
	/* ----======== Layout and Styling ========---- */
	
	#wrapper
	{
	width: 800px;
	margin: auto;
	position: relative;
	z-index: 99;
	}
	
	#logo { height: 55px; padding-top: 26px; }
	
	#breadCrumbs { }
	
	
	/* ----======== Main Menu ========---- */
	
	#mainMenu
	{
	height: 47px;
	width: 800px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#mainMenu ul
	{
	padding-top: 15px;
	padding-left: 3px;
	}
	
	#mainMenu ul li
	{
	display: inline;
	padding: 10px 8px;
	}
	
	#mainMenu ul li a
	{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-decoration: none;
	}
	
	li.last { background: none !important; }
	
	#mainMenu ul li a:hover, #mainMenu ul li.active a
	{
	color: #000;
	border-bottom: 1px solid #000;
	}
	
	#banner
	{
	margin-bottom: 15px;	
	width: 735px;
	margin: auto;
	}
	
	#content { }
	
	#footer { font-size: 11px; text-align: right; }
	
	#footer a { }
	
	#footer a:hover { }
	
	.slide
	{
	display: none;	
	}
	
	#content
	{
	margin-bottom: 15px;	
	}
	
	#contentLeft
	{
	width: 350px;
	float: left;
	margin-right: 25px;
	}
	
	#contentRight
	{
	width: 425px;
	float: left;
	text-align: left;
	margin-top: 10px;
	}
	
	/* ----======== Table and Form Elements ========---- */	
	
	table { margin-bottom: 10px; }
	
	th
	{
	background: #173e61;
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	}
	
	td
	{
	padding: 4px;
	background: #eee;
	line-height: 18px;
	}
	
	input, textarea, select
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 12px;
	}
	
	a.facebookLink
	{
	background: url(../images/facebook.gif) no-repeat;
	padding-left: 93px;
	display: block;
	height: 23px;
	padding-top: 5px;
	}


	.required {
		color: #CC0000;
	}
	
	.myForm td {
	padding-left: 5px;
	}