@CHARSET "ISO-8859-1";
		
		html
		{
			background-image: url('../images/wave.png');
		}
		
		body{
			padding: 0px;
			margin: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background-repeat: repeat-x;
			color: #333;
		}
		
		a
		{
			text-decoration: none;
			outline: none;
		}
		
		a img
		{
			border: none;
		}
		
		#wrapper
		{
			width: 960px;
			margin: 0px auto;
			background-color: #fff;
			padding-top: 10px;
		}
		
		#top
		{
			background-image: url('../images/banner2.png');
			height: 120px;
			padding-right: 10px;
			width: 950px;
			margin: 0px auto;
			margin-top: 20px;
		}
		
		#top img
		{
			margin-top: 10px;
		}
		
		#top_menu
		{
			float: right;
			width: 500px;
			text-align: right;
			color: #333;
			font-size: 16px;
			height: 120px;
			font-weight: bold;
		}
		
				
		#top_menu table { margin-top: 10px; }
		
		#top_menu table a { color: #333; text-decoration: underline; display: inline; text-align: right; }
		
		#top_menu table a:hover { color: #f60; }
		
		#top_menu a:hover
		{
			text-decoration: underline;
		}
	
		#nav
		{
		
			width: 920px;
			height: 40px;
			background-image: url('../images/nav_bg.png');
			font-weight: bold;
			padding-left: 20px;
			padding-right: 20px;
			text-align: center;
			margin: 0px auto;
			margin-top: 10px;
			margin-bottom: 10px;
		
		}
		
		#nav a 
		{
			display: inline-block;
			height: 27px;
			padding-top: 13px;
			padding-left: 15px;
			padding-right: 15px;
			color: #333;
			font-size: 14px;
		}
		
		#nav a:hover
		{
			
			color: #fff;
			background-color: #333;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			padding-left: 14px;
			padding-right: 14px;
		
		}
		
		#nav a.current, #nav a.current:hover
		{
			
			color: #f60;
			background-color: #333;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			padding-left: 14px;
			padding-right: 14px;
		
		}
		

		#main
		{
			margin-top: 20px;
			margin-bottom: 20px;
			background-color: #fff;
		}
		
		#main_menu
		{
			width: 180px;
			float: left;
			margin-left: 20px;
		
		}
		
		#main_menu a
		{
			width: 160px;
			display:inline-block;
			margin-bottom: 3px;
			padding: 5px;
			background-color: #333;
			color: #fff;
		}
		
		#main_menu a:hover
		{
			background-color: #999;
			color: #333;
		}
		
		#main_menu a.active, #main_menu a.active:hover
		{
			color: #fff;
			width: 160px;
			font-weight: bold;
			min-height: 20px;
			padding-top: 6px;
			padding-bottom: 2px;
			background-color: #f60;
			background-image: none;
		}
		
		#social_media_list
		{
			margin: 0px;
			list-style-type: none;
			padding-left: 0px;
		}
		
		#social_media_list li
		{
			margin-left: 0px;
		}

		#social_media_list li a
		{
			background-color: transparent;
			color: #333;
		}
		
		#social_media_list li a img
		{
			width: 40px;
			float: left;
			margin-right: 4px;
		}
		
		#cert_logos
		{
			text-align: center;
		}
		
		#cert_logos img
		{
			margin-right: 3px;
		}
		
		
		.content
		{
			width: 708px;
			float: left;
			margin-right: 0px;
			padding: 10px;
			padding-top: 10px;
			line-height: 1.6em;
			background-image: url('../images/mn_bg.png');
			background-repeat: both;
			color: #333;
			border: 1px dotted #333;
			margin-bottom: 10px;
		}
		
		.content a
		{
			color: #333;
			text-decoration: underline;
		}
		
		.content a:hover
		{
			color: #f60;
		}
		
		#content p
		{
			margin-top: 0px;
			margin-bottom: 5px;
		}
		
		#contact_list
		{
			margin: 0px;
		}
		
		#contact_list td
		{
			color: #333;
			text-align: left;
		}
		
		#contact_list td.media
		{
			font-weight: bold;
			text-align: left;
			color: #f60;
			padding-right: 4px;
			vertical-align: top;
		}
		
		#login
		{
			border-top: 1px dotted #333;
			padding-top: 3px;
			width: 170px;
			margin-top: 5px;
		}
		
		#footer
		{
			padding: 0px;
			padding-top: 5px;
			margin-left: 20px;
			margin-right: 20px;
			padding-bottom: 5px;
			border-top: 1px dotted #333;
			color: #333;
		}
		
		.col_33
		{
			width: 295px;
			padding:5px;
			float: left;
		}
		
		.col_35
		{
			width: 330px;
			padding: 5px;
			float: left;
		}
		
		.center
		{
			width: 293px;
			border-left: 1px dotted #ccc;
			border-right: 1px dotted #ccc;
		}
		
		.cleardiv
		{
			clear: both;
		}
		
		#hp_box
		{
			background-color: #333;
			color: #fff;
			padding: 10px;
			margin-bottom: 10px;
		}
		
		form input[type=text], form input[type=password]
		{
			width: 250px;
			border: 1px solid #ccc;
			padding: 5px;
			color: #333;
			margin-bottom: 5px;
		}
		
		form select
		{
			width: 262px;
			border: 1px solid #ccc;
			padding: 5px;
			color: #333;
			margin-bottom: 5px;
		}
		
		form textarea
		{
			width: 250px;
			border: 1px solid #ccc;
			padding: 5px;
			color: #333;
			margin-bottom: 5px;
			height: 120px;
		}
	
		
		form label
		{
			display: block;
			font-weight: bold;
		}
		
		form input[type=submit]
		{
			padding: 5px;
			font-weight: bold;
			background-color: #fff;
			color: #f60;
			border: 1px solid #ccc;
		}
		
		form input[type=submit]:hover, form input[type=submit]:focus
		{
			color: #fff;
			background-color: #f60;
		}
		
		ul.tabs
		{
			margin: 0px;
			list-style-type: none;
			clear: both;
			padding-left: 0px;
		}
		
		ul.tabs li
		{
			display: inline-block;
			margin: 0px;
		}
		
		ul.tabs li a
		{
			color: #fff;
			font-weight: bold;
			display: inline-block;
			width: 241px;
			height: 25px;
			background-color: #333;
			font-weight: bold;
			text-align: center;
			padding-top: 5px;
		}
		
		ul.tabs li a.current
		{
			background-color: #f60;
		}
				
		.page_header
		{
			font-weight: normal;
			margin-top: 0px;
		}
		
		#col_right
		{
			float: left;
			width: 730px;
			margin-right: 20px;
		}
		
		.content_seperator
		{
			padding-top: 5px; 
			margin-top: 5px;
			clear: both;
		}
		
		.content_seperator h1.page_header
		{
			margin-bottom: 0px;
		}
		
		.single
		{
			margin-bottom: 0px;
		}
		
		#box_top, #box_btm
		{	
			width: 960px;
			margin: 0px auto;
		}
		
		.error
		{
			color: red;
			font-weight: bold;
		}
		

		
		
		
		
	
	