@charset "UTF-8";
/* CSS Document */

/****************************************************************
   Selectricity || selectricity.org
   Design by Courtland Allen
  
   "Reset Reloaded"
   Thanks to Eric Meyer
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*****************************************************************/

/* common css files */

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-size: 0.9em;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong, h2, h3 {
    font-weight: bold;
}

h2, h3 {
	text-transform: uppercase;
    margin-bottom: 0.5em !important;
}

#page-wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

.clear-div {
	clear: both;
}


/* footer */

#footer {
	font-size: 11px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	margin-top: 40px;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* flash notices */

#notice {
    background: #FFFBB3; 
    border: 1px black solid;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
    width: 250px;
}

#notice {
    background: #FFFBB3; 
    border: 1px black solid;
	text-align: center;
	font-weight: bold
}

.preftable {
	font-family: verdana,arial,helvetica,sans-serif;
	border-spacing: 0px;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	caption-side: top;
}

.preftable th {
	font-family: verdana,arial,helvetica,sans-serif;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background-color: #999999;
	color: #FFFFFF;
}

.preftable td {
  border-collapse: collapse;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

