@import url("titles.css");
@import url("footer.css");
@import url("navigation.css");
@import url("header.css");
@import url("content.css");
@import url("subnav.css");
@import url("form.css");
@import url("table.css");
/* CSS Document */

html, body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(../images/assets/bg-stage.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.6em;
	background-color: #000000;
	background-position: center top;
}


#wrapper-outer {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: auto;
	width: 810px;
}



#wrapper {
	min-height: 100%;
	height: auto;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(../images/assets/bg-page.gif);
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


.clear {
	clear:both;
}


h1 {
	text-indent: -10000px;
}

h2, h3 {
	text-indent: -10000px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 25px;
	padding-bottom: 5px;
	border-bottom-color: #918f8f;
}

h4 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}

ul {
	margin: 0px;
	padding: 0px 0px 0 15px;
	list-style-type: none;
 }
 
li {
	background-image: url(../images/assets/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 7px;
 }
 
 a:link {
	color: #662C91;
	text-decoration: none;
	font-weight: 500;
 }
 
 a:visited {
	color: #662C91;
	text-decoration: none;
	font-weight: 500;
 }

 a:hover {
	color: #662C91;
		text-decoration: underline;
 }
