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 {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
body {
line-height:1;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
body
{
	background: #303f52;
	text-align:center;
}
#metawrapper
{
	 background: #303f52 url('/static/images/back4.png') repeat-y 50% 0;
	 width: 850px;
	 margin:0 auto;
	 z-index:-100;
}
/****** Wrapper CSS **********/
#wrapper 
{

	width:700px;
	margin: 0 auto;
	text-align:center;
	z-index:10;
}
#wrapper img
{
	margin: 0 auto;
}
/****** Content CSS **********/
#content 
{
	width:500px;
	float:right;
	margin:10px;
	text-align:center;
}
#mainNav 
{
	list-style:none;
	width:150px;
	float:left;
	text-align:right;
	padding-top:30px;
}
#mainNav img
{
	float:left;
}
h1
{
	font-family:helvetica;
	color:#5f4a3e;
	text-align:center;
	font-size:20px;
}
h2
{
	font-family:helvetica;
	color:#756359;
	text-align:center;
	font-size:12px;
	padding:15px;
}
h3
{
	font-family:helvetica;
	color:#D5A715;
	text-align:center;
	font-size:18px;
	border-style:dotted none dotted none;
	border-width:3px;
	border-color:#515D6D;
	width: 50%;
	margin:0 auto;
	
	padding: 9px;
}
p
{
	font-family:helvetica;
	color:#5f4a3e;
	text-align:left;
	text-indent:40px;
	font-size:14px;
	padding:5px;
	line-height:1.3em;
}
p.welcome
{
	text-indent:0px;
	text-align:center;
	font-size:15px;
}
li
{
	margin:15px;
}

/****** a LINKS ********************/
a,a:visited
{
	text-decoration:none;
	font-family:helvetica;
	
	font-size:15px;

}
#content a,a:visited {color:#D5A715;}
#content a:hover {color:#6896be;}
#content li a
{
	font-size:14px;
	margin:20px;
}

#mainNav a,a:visited {color:#5f4a3e;}
#mainNav a:hover {color:#6896be; cursor:pointer;}
#mainNav a.current {color:#D5A715;}
/************************************/
#secrettable
{
    line-height: 17px;
	font-size: 14px;
	background: #e9f6f7;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}

#secrettable th
{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}

#secrettable td
{
	padding: 9px 8px 0px 8px;
	border-bottom: 1px solid #ccc;
}
#secrettable tbody tr:hover td
{
	color: #009;

}
#secrettable thead
{
    font-style:bold;
}

#tablesum
{
    line-height: 17px;
	font-size: 14px;
	border-collapse: collapse;
}

#footer { 
	border-top:1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: black;
	margin:0 auto;
	clear: both;
	width: 100%;
	background: #f2ecc3;
	} 
#footer p
{
	font-size:0.75em;
	padding:5px;
	text-align:center;
}
