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

html, body {
	text-align: center;
	font-size: 10.5px;
	font-family: "Verdana", verdana, arial, sans-serif;
	height: 100%; 
	color: #555;
	background: url(/images/bg.jpg) top center repeat-y #892034; }
	
h1 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 160%; 
	font-weight: normal; 
	color: #006666;
	border-bottom: 1px dotted #006666; }

a:link, a:visited { font-weight: bold; color: #892034; }
a:hover, a:active { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 16px; }

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

/************* STRUCTURE STYLES ***/
#wrapper {
	width: 976px; 
	margin: 0 auto; }

	/*** TOPBAR STYLES ***/
	#topbar { 
		width: 976px;
		height: 75px;
		text-align: left;
		background: none; }
		
		
		/*** EXITLOGO STYLES ***/
		#topbar a#exitlogo { float: left; }
		
			#topbar a#exitlogo img { padding: 10px; margin: 0 0 0 10px;}
		
		
		/*** INFO STYLES ***/
		#topbar #info { 
			float: right; 
			margin: 20px 20px 0 0; 
			text-align: right; 
			color: #787878; }
		
			#topbar #info p { margin-bottom: 4px; }
			
				#topbar #info p strong { font-weight: normal; color: #006666; }
				
				#topbar #info a:link, #topbar #info a:visited { font-weight: normal; color: #787878; }
	
	
	/*** HEADER STYLES ***/
	#header {
		width: 976px;
		height: 188px;
		background: url(/images/header.jpg) top left no-repeat; }
	
	
	/*** NAV STYLES ***/
	ul#nav { list-style: none; }
	
		ul#nav li { float: left; margin-bottom: -2px; }
		
		
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { clear: left; width: 976px; }
	
	
		/*** CONTENT STYLES ***/
		#content { 
			float: left; 
			width: 693px; 
			min-height: 300px; 
			padding: 15px; 
			text-align: justify; }
		
		
		/*** SIDEBAR STYLES ***/
		#sidebar { float: left; width: 243px; }
		
		
			/*** QUICKSEARCH STYLES ***/
			#sidebar #quicksearch { 
				width: 222px; 
				height: 230px; 
				margin: 10px auto 30px auto;
				text-align: left;
				background: url(/images/search_bg.jpg) top left no-repeat; }
				
				#sidebar #quicksearch form { padding: 40px 10px; color: #fff; }
				
					#sidebar #quicksearch form fieldset { border: none; }
					
						#sidebar #quicksearch form fieldset ol { list-style-type: none; }
						
							#sidebar #quicksearch form fieldset ol li { margin-bottom: 10px; }
								
								#sidebar #quicksearch form fieldset ol li input { 
									padding: 5px; 
									font-size: 95%; 
									color: #016b6b; 
									border: 1px solid #2a6262; }
									
								#sidebar #quicksearch form fieldset ol li input.short { width: 40%; }
								
								#sidebar #quicksearch form fieldset ol li button { 
									width: 106px; 
									height: 23px; 
									text-indent: -9999px; 
									background: url(/images/btn_search.jpg) no-repeat; border: none; }


/*** FOOTER STYLES ***/
#footer {
	width: 976px; 
	height: 40px; 
	margin: 0 auto;
	padding-top: 10px;
	font-size: 90%;
	color: #fff;
	background: url(/images/footer_bg.jpg) top left no-repeat #006766; }
	
	
	#footer p { margin-bottom: 4px; }
	
		#footer p a:link, #footer p a:visited { font-weight: normal; color: #fff; }
		
		
		
table { width: 100%; }

table tr td { padding: 0 0 5px 0; }
