/* ////    BROWSER INITIALIZATION TO COMMON CSS  //// */
/* //// Eric Meyer's reset-reloaded, modified    //// */
/* ////       plus csshover from peterned.nl     //// */
/* ////        and ODY table positioning         //// */
/* ////    rev 01/20/2010 form tweaking          //// */

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

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

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

/* restore a bit of basic formatting */
h1 {font-size:190%;}
h2 {font-size:175%;}
h3 {font-size:160%;}
h4 {font-size:145%;}
h5 {font-size:130%;}
h6 {font-size:115%;}
em {font-style:italic; font-weight:inherit;}
strong {font-weight:bold; color:inherit !important; font-size:inherit !important}
blockquote {padding:0 30px 0 30px;}
li {margin-left:1em;list-style-type:auto;}
	
body {
	line-height: 1;
	color: black;
	background: white;
	behavior:url("/common/csshover.htc");
	font-family: Arial, helvetica, san-serif;
	}

input, textarea {	font-family: Arial, helvetica, san-serif; font-size:100%; padding:2px;border:1px solid #333;}
textarea{ overflow:auto; } /*remove scrollbar */

/* FYI: tables still need 'cellspacing="0"' in the markup */
caption, table, td, tr {
	vertical-align:top;
	text-align:left;
	font-weight: normal;	/*inherit?*/
	border-collapse: collapse;	/*what ody used*/
	border-collapse: separate;	/*what meyerweb used*/
	border-spacing:0px;
	}

/*  from http://cssglobe.com/post/1392/8-premium-one-line-css-tips */

a:active, a:focus{ outline:none; } /*spurious borders */
/*
img { vertical-align: bottom; } /*remove gap */
*/
img {position:relative;display:block; width:auto}/*for XHTML -- remove gap */

/* /// valid, easy sticky footer: http://ryanfait.com/sticky-footer /// */

html, body {
	height: 100%;
	}

#container {
	margin:0 auto;
	}

div#footer { clear: both}	/* to make sure it's below nav and extra*/

/* ///// Next pick a layout from http://blog.html.it/layoutgala/ist    */
