html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}



body 
{
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "Arial";
	font-size: 76%;
	color:  #666;
	line-height: 1.2em;
	text-align: left;
}

a { color: #336952; text-decoration: none; }
a:hover { color: #295542; }


#wrapper { margin: 0 auto; width: 761px; }

#banner { width: 761px; height: 310px; float: left; margin-bottom: 20px; position: relative;}

#content { width: 741px; clear: both; float: left; padding: 0 10px; margin-bottom: 20px; }

#footer { clear: both; width: 761px;  border-top: 10px solid #b9b4b1; padding: 10px 0; font-size: 80%;   }
#footer a { color: #666; text-decoration: none; }

h1 { font-style: italic; font-size: 160%; color: #000; margin: 0 0 20px 0; background: url(../graphics/squares.gif) right no-repeat; }
h2 { font-size: 120%; margin: 0 0 20px 0; }
ul { list-style-image: url(../graphics/bullet.jpg); list-style-type: square; margin-bottom: 1em; list-style-position: outside; }
ul ul { margin-bottom: 0; }
li { margin-left: 17px; padding: 3px 0; }

table tr td { padding: 0 20px; vertical-align: top; }
p { margin: 0 0 10px 0; padding: 0; }


#navigation { display: none; }


