/*  =reset.css 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, 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-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; }

/* ==== Generic Catch all margin/padding ==== */
* {
   margin: 0;
   padding:0;
}

/* ==== HTML Overrides ==== */
body {
	font-family: arial, tahoma, "trebuchet MS", verdana, sans-serif;
	font-size:1em;
	text-align:center;
	background:#3F3F3F url("/images/css/grad.jpg") repeat-x;
	color:black;
}

div#navigation {
	display:none;
}

div#footer {
	display:none;
}

div#contactform {
	display:none;
}

div#contentcopy {
	text-align:left;
}

div#contentcopy h1 {
	font-size:150%;
	margin:20px 0 15px 0;
}

div#contentcopy h2 {
	font-size:125%;
	margin:0 0 15px 0;	
}

div#contentcopy p {
	margin:0 0 15px 0;
}

a {
   text-decoration: underline;
   color: black;
}


