/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, hr {
  margin: 1em 0;
}

/* Put it back on certain elements */
ul, ol {
  margin: 1em 3em;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/
body {
	background-color: #000000;
	background: url(images/BKG.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #970C47;
}
a:active {
	text-decoration: none;
}
.style2 {color: #666666}
.style8 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.style9 {color: #330000
}

.style10 {
	font-size: 17px;
	color: #970C47;
	font-weight: bold;
}

.style11 {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.style12 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #970C47;
}
.style13 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tbl {align:top
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container {
	margin: 0px auto;
	width: 800px;
}

#topnav {
 	z-index: 5;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;	 
	border-color: #fff;
	border-style: solid;
	border-width: 0;
	background-color: #581531;
}

#nav a {
	display: block;
	width: 8em;
	padding: 0.53em  0.5em;
	color: #fff;
}

#nav li {
	float: left;
	width: 6em;
}

#nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
}

#nav li ul.wide {
	position: absolute;
	width: 11em;
	left: -999em;
}

#nav li li {
	border-bottom: 1px #fff solid;
	width: 8em;
}

#nav li ul.wide li {
	border-bottom: 1px #fff solid;
	width: 11em;
}

#nav li li.bottom {
	border-bottom: 0px #fff solid;
}

#nav li ul.wide li.bottom {
	border-bottom: 0px #fff solid;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li:hover, #nav li ul li.sfhover{
	background-color: #970c47;
}
