/* reset */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* generics */

* {font-size: 100%; padding: 0; margin: 0;}
body {font: 0.75em/17px Helvetica, Arial, sans-serif; 
  min-width: 40em; padding: 0; margin: 0 auto; }

html>body {
font-size: 12px; /*  IE can't read this */
}

body {color: #818181; background: #fff url("../images/page-shadow.png") repeat-y 50% 0%;}

a:link {color: #77c323;  font-weight: bold; text-decoration: none;}
a:visited {color: #77c323;  font-weight: bold; text-decoration: none;}
a:hover, a:active {color: #77c323;text-decoration: none; font-weight: bold;}
a img {border: none;}

h1 {font-size: 2.727em; line-height: 1.2em; margin: 0; padding: 0; color:#000; background: #6bc729; font-weight: normal;}
p {margin: 0 0 1em 0;}
ul, ol {margin: 1em 0; padding-left: 2.5em;}
img {float: left;}

#wrapper {width: 800px; margin: 20px auto; }

#splash {clear: both; width: 100%; overflow: hidden; padding: 2px 0 0 0;}

#showinfo {clear: both; width: 100%; border-bottom: solid 1px #000;  overflow: hidden;}

#quicklinks {float: left; padding-left: 15px; height: 148px; border-left: solid 1px #000; overflow:hidden;}
#quicklinks ul {margin: 15px 0; padding: 7px 15px 7px 25px; background: #6bc729; color: #fff; list-style-type:disc; }
#quicklinks li {font-size: 16px; line-height: 17px;}
#quicklinks a {text-transform: uppercase; color: #fff; }
#quicklinks a:hover, a:active {color: #000;}

#info {float: right; height: 148px; border-right: solid 1px #000;}


