/* RESET STYLES */

html
{
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

td
{
	margin: 0;
	padding: 20px;
}

address, caption, cite, code, dfn, em, strong, th, var
{
}

caption, th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after
{
	content: '';
}

abbr, acronym
{
	font-variant: normal;
}

/* IE FIX TO PRESERVE LINE-HEIGHT AND SELECTOR */

sup
{
	vertical-align: text-top;
}

sub
{
	vertical-align: text-bottom;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

*
{
	border: 0px solid #eee;
	margin: 0;
	padding: 0;
}

html, body, #bg, #bg table, #bg td, #cont
{
	width: 100%;
	background: #000 url(../Images/Background.png) repeat-x;
}

body
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	cursor: default;
	background: #000 url(../Images/Background.png) repeat-x;
	color: #000;
}

.medium
{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

.byline
{
	font-size: 16px;
	font-style: italic;
	color: #74776a;
}

a
{
	text-decoration: none;
	color: #000;
	outline: 0;
}

a:hover
{
	text-decoration: none;
	color: #74776a;
	outline: 0;
}

img
{
	display: block;
}

#menu
{
	position: absolute;
	z-index: 80;
	width: 85px;
	left: 7px;
	line-height: 12px;
}

#menu div
{
	height: 500px;
	background: #000;
	padding: 17px 0 0 7px;
}

ul.Content
{
	float: inherit;
	width: inherit;
}

li.Content
{
	list-style: inherit;
	list-style-type: circle;
}

ul
{
	float: left;
	width: 110px;
}

li
{
	list-style: none;
}

li a
{
	height: 12px;
	padding: 0 5px;
	color: #999;
}

li a:hover, li.current a
{
	color: #fff;
}

.logo
{
	z-index: -1;
}

.box
{
	position: absolute;
	top: 55px;
	left: 100px;
	width: 700px;
}

.box div
{
	line-height: 1.5em;
	background: #fff;
	padding: 20px 30px;
}

.box div a
{
	text-decoration: underline;
}

.border
{
	padding: 4px;
	border: 1px #9900cc dotted;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1
{
	position: relative;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 20px;
	border-bottom: 1px dotted #9900cc;
	color: #9900cc;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding: 0px 30px 3px;
}

h2
{
	position: relative;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 16px;
	color: #9900cc;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding: 15px 30px 3px;
}

h3
{
	position: relative;
	text-transform: uppercase;
	line-height: 12px;
	font-size: 12px;
	color: #9900cc;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding: 15px 30px 3px;
}

h4
{
	position: relative;
	text-transform: uppercase;
	line-height: 10px;
	font-size: 10px;
	color: #9900cc;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding: 15px 30px 3px;
}

h5
{
	position: relative;
	text-transform: uppercase;
	line-height: 8px;
	font-size: 8px;
	color: #9900cc;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding: 15px 30px 3px;
}

h3 span
{
	position: absolute;
	right: 510px;
	top: 29px;
	background: #000;
	text-align: center;
	padding: 0 5px;
	white-space: nowrap;
	display: block;
	color: #fff;
	font-weight: normal;
}

p
{
	display: block;
	padding: 5px 0 10px;
	font-size: 12px;
}

div.clear
{
	clear: both;
}

