/*START BASIC ELEMENTS*/
a:link,
a:visited {
	color: #0000CC;
}
img {
	margin-bottom: 2%;
}

a img {
	border: none;
}
h1 {
	text-decoration: underline;
}

h1 strong {
	display: none;
}

body {
	font: 12pt Arial, sans-serif;
	background-color: #000000;
}
/*END BASIC ELEMENTS*/
/*START LAYERS; DIV TAGS*/
#container {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	top: 0px;
	overflow: hidden;
	left: 0px;
	margin: 0px 0px 0px 1px;
}
#homeText {
	float: none;
	width: auto;
	text-align: left;
	margin: 0em 0px 0em 0em;
	padding: 0em 6px 0em 6px;
	font: 12pt Times New Roman;
}
#mainText {
	float: none;
	width: auto;
	text-align: left;
	margin: 0em 0px 0em 0em;
	padding: 0em 6px 0em 6px;
	font: 12pt Times New Roman;
}
#wrapper {
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	overflow: hidden;
	left: 0px;
	margin: 0px 1% 0px 1%;
	background-color: #FFFFFF;
	top: 0px;
}

div#header,
div#navigation,
#bottomText,
#footer,
#sidebar,
#text {
	display: none;
}
/*END LAYERS; DIV TAGS*/
