/* kill all styling, padding, and margins */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 12px; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
    width: 960px;
    background: white;
    margin: 5px auto 5px auto;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#body {
    background: black;
}


#header {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom: 1em;
}

#content blockquote {
	margin-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: 2em;
}

#content ul {
	list-style-type: square;
	z-index: 0;
}

#content h1 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 1.25;
}

#content h2 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.25;
}

#content p {
	font-size: 1em;
	margin-bottom: 1em;
}

#content p.centered {
	font-size: 1em;
	margin-bottom: 1em;
	text-align: center;
}

#content a {
	font-weight: bold;
	color: white;
}

#footer {
	margin-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid white;
}

#footer p.webmaster {
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
}

/* Navigation List Styles */

#nav {
    text-align: center;
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#nav ul {
	display: block;
    background: #333333;
    list-style: none;
    line-height: 1.1;
	z-index: 200;
}

#nav li {
    float: left;
}

#nav li ul {
	display: none;
    position: absolute;
    left: -999em;
    height: auto;
    font-weight: normal;
    text-align: left;
}

#nav li li {
    clear: both;
}

#nav li:hover ul, #nav li.sfhover ul { 
	display: block;
	left: auto;
}

/* Navigation Link Styles */

#nav a {
	display: block;
	color: white;
	text-decoration: none;
    padding: 4px 20px 4px 20px
}

#nav a.last {
}

#nav a:hover {
    background: #cccccc;
    color: black;
}

#nav li ul a {
    width: 14em;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: -1px;
    padding: 4px 10px 4px 20px;
}

#nav li ul a.last {
    margin-bottom: 0px;
    border-bottom: 1px solid #cccccc;
}

#nav li:hover, #nav li.sfhover {
	background: #cccccc;
}




#content td p {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2;
}

#content td h1 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 1.25;
}

#content td h2 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.25;
}

