@charset "utf-8";
/* CSS Document */

/* COLOR SCHEME
border: #8D8D8D
h1 color/link block color/hover link color: #000000
h2/h3/p color: #444444
link color/link block color: #D5D5D5
*/

a {  }
a:hover {  }

body { margin: 0px auto; text-align: center; font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; background: url('/images/bg_preserve.jpg') }
	div#wrapper { width: 960px; clear: both; margin: 0px auto }
		div#header { width: 100%; clear: both; text-align: center; font-family: Arial, Helvetica, sans-serif }
			div#header h1 { font-size: 250%; padding: 0px 0px 10px 0px; margin: 0px }
			div#header h2 { font-size: 100%; padding: 0px; margin: 0px }
		div#banner { width: 100%; clear: both }
		div#two-column { width: 100%; clear: both; padding: 10px 0px 10px 0px }
			div#left-column { width: 20%; float: left }
				div#menu { width: 100%; clear: both; font-size: 120%; text-align: left }
					div#menu ul { padding: 0px; margin: 0px; list-style: none }
					div#menu li { padding: 3px 0px 3px 0px }
						div#menu li.selected a span { height: 10px; width: 10px }
						div#menu li.selected a {  }
						div#menu li a span { height: 10px; width: 10px; padding: 0px 2px } 
						div#menu li a:hover span { height: 10px; width: 10px }
			div#right-column { width: 77%; float: left }
				div#content { width: 100%; clear: both; text-align: left }
					div#content a { color: #555 }
					div#content a:hover { color: #000 }
					div#content h1 { font-size: 150% }
					div#content p { font-size: 100% }
						div#content table { width: 100% }
						div#content table td.size { text-align: center }
			div#featured { width: 100%; clear: both }
				div#featured div.featured1, div#featured div.featured2, div#featured div.featured3 { width: 33%; float: left }
	div#footer { width: 960px; margin: 0px auto; clear: both; text-align: center }
		div#footer h3 { font-size: 100% }

div#wrapper div.inner-padding { padding: 10px }