/*Zero off all the browser defaults*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* Prevent Firefox from jumping around on short pages by setting the height and a 1px margin on the html*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body  { text-align: center; color: black; font-size: 100.01%; font-family: Arial, Helvetica, sans-serif;}

#wrapper  { text-align: left; font-size: 80%; background-image: url(../images/Wrapper.gif); background-repeat: repeat-y; margin: 0 auto; width: 850px }

#header  { background-image: url(../images/Header.gif); background-repeat: no-repeat; height: 225px }

#strap  { background-image: url(../images/Strap.gif); background-repeat: no-repeat; height: 35px }

#innerwrapper  { background-image: url(../images/Bridge.gif); background-repeat: no-repeat }

/* set the leftcol navigation*/

#leftcol  { margin-left: 12px; margin-top: 80px; margin-left: 55px; width: 160px; float: left }

#leftcol ul   { list-style-type: none }

#leftcol ul li   { margin-bottom:/**/-3px; ma\rgin-bottom: 0; background-color: #fc6; padding-left: 5px; width: 100px; border-style: solid; border-width: 1px; border-color: #000 #333 #333 }

#leftcol li a  { height: 1%; color: black; text-decoration: none; display: block; padding: 4px 0 4px 2px }

#leftcol li a:hover, #leftcol li a:focus  { color: #fff; background-color: #690 }

#content  { margin-left: 260px; width: 520px }

h1  { font-size: 130%; padding: 10px 0 3px }

h2   { color: #333; font-size: 110%; font-family: "Times New Roman", Times, serif; text-decoration: underline; margin-top: 5px; padding: 3px }
.contact { padding-left: 50px }
p   { line-height: 125%; margin: 0 0 10px }

#footer  { background-image: url(../images/Footer.gif); background-repeat: no-repeat; height: 90px; clear: both }

#footer p   { color: #333; font-size: 95%; margin: 0; padding-top: 45px; padding-left: 350px }
#designed  { color: #999; font-size: 80%; padding-left: 350px }
/*align images to the left int he content area*/

.left {
	float: left;/*float to the left*/
	border: 1px solid #000;/*add a border*/
	margin: 5px 10px 2px 0;/*set the margins*/
}
ol   { list-style-type: decimal; list-style-position: outside; padding: 5px 45px 5px 35px }

ul { list-style-type: disc; list-style-position: outside; padding: 5px 65px 5px 35px }
li { line-height: 1.1em; padding-top: 10px }
.heading { font-size: 105%; font-weight: bold; text-decoration: underline; padding-bottom: 3px }


hr  { text-align: left; margin: 25px auto 25px 40px; width: 60%; height: 3px; border-style: dotted none none; border-width: 2px 0 0; border-color: #999 }
hr.h { text-align: left; margin: 10px auto 0 0; width: 100%; height: 6px; border-style: solid none none; border-width: 2px 0 0; border-color: #699 }
.items  { padding-left: 45px }
.sections   { font-size: 120%; font-style: oblique; font-weight: bolder; font-stretch: extra-expanded; background-image: url(../images/content_header.jpg); background-repeat: no-repeat; background-position: -40px 0; margin-bottom: 20px; padding-left: 40px; height: 18px }
#section_back  { background-image: url(../images/content_header.jpg); background-repeat: no-repeat; background-position: 0 0; margin-top: 10px; margin-bottom: 10px; width: 35px; height: 18px; border: solid 1px #999 }
blockquote { font-style: italic; font-weight: bold }
