/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 10.5px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #1e4569;
	background: url(/images/bg.jpg) top left repeat-x #fff; }
	
h1 {
	margin-bottom: 10px; 
	padding-bottom: 2px;
	font-size: 160%; 
	font-weight: normal; 
	text-transform: uppercase;
	border-bottom: 1px solid #1e4569; }

h1 a { text-decoration: none; }

a:link, a:visited { color: #bb0d0d; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 16px; }

ul, ol { list-style-position: inside; }


/*** STRUCTURE STYLES ***/
#wrapper { width: 753px; margin: 0 auto; }
	
	
	/*** HEADER STYLES ***/
	#header { text-align: left; }
		
		/*** TOP STYLES ***/
		#header #top { 
			width: 753px; 
			height: 130px;
			padding-top: 10px;
//			background: url(/images/bannertop.jpg) bottom right no-repeat; }
			
			/*** LOGO STYLES ***/
			#header #top #logo { float: left; }
			
			/*** TOOLBAR STYLES ***/
			#header #top #toolbar { float: right; margin-right: 10px; line-height:1.75em; }
			
				#header #top #toolbar a:link, #header #top #toolbar a:visited { margin-left: 5px; font-weight: bold; }
		
		
		/*** BANNER STYLES ***/
		#header #banner { 
			width: 400px; 
			height: 85px;
			padding: 15px 333px 0 20px;
			font-size: 120%;
			color: #fff;
			background: url(/images/banner2.png) top left no-repeat; }
		
			#header #banner h2 { margin-bottom: 4px; text-transform: uppercase; }
			
			#header #banner a:link, #header #banner a:visited { font-weight: bold; text-decoration: underline; color: #fff; }
			
	
	/*** CONTENT STYLES ***/	
	#content { 
		float: left; 
		width: 500px;
		min-height: 230px;
		padding: 10px 10px 0 10px;
		font-size: 12px;
		text-align: justify; }
	
		#content p { padding: 0 10px; }
	
	#content table { width: 100%; }
	
		#content table#chart tr td { padding: 4px; font-size: 10px; }
			
		table.dynamicForm tr td, table.contactform tr td { padding: 5px; }
	
		input, select, textarea { padding: 2px; border: 1px solid #1e4569; }

	
	/*** NAV STYLES ***/
	#nav { 
		float: right; 
		width: 222px; 
		height: 170px;
		margin: 6px 0 0 0;
		padding: 70px 0 0 0;
		font-size: 130%;
		text-align: left;
		background: url(/images/nav_bg.jpg) top left no-repeat; }
		
		#nav ul { list-style-type: none; list-style-position: outside; }
		
			#nav ul li { 
				margin: 0 10px; 
				padding: 6px 6px 6px 20px; 
				border-top: 1px solid #455c71; 
				border-bottom: 1px solid #c1cbd5;
				background: url(/images/bullet.gif) 6px 11px no-repeat; }
				
			#nav ul li.first { border-top: none; }
			#nav ul li.last { border-bottom: none; }
			
				#nav ul li a:link, #nav ul li a:visited { display: block; color: #fff; text-decoration: none; }
				
				#nav ul li a:hover { text-decoration: underline; }


/*** FOOTER STYLES ***/
#footer { 
	width: 735px; 
	height: 35px;
	margin: 0 auto;
	padding: 74px 0 10px 20px;
	text-align: left;
	color: #fff;
	font-size: 130%;
	background: url(/images/footer_bg.jpg) top left no-repeat; }
	
	#footer p { margin-bottom: 3px; }
	
		#footer p a:link, #footer p a:visited { font-weight: bold; color: #fff; }
