body
	{
	background-color: #999999;
	font-family: tahoma, arial;
	font-size: 10pt;
	color: white;
	margin-top: 0px;
	}

#container
	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid yellow;
	margin-top: 0px;
	padding-top: 0px;
	display: absolute;
	}

#banner
	{
	margin-left: 0px;
	}


#topcontainer
	{
	background-image: url(graphics/topcontainer.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
	}

/*INCREASE HEIGHT IN MULTIPLES OF 50PX*/
#maincontainer
	{
	border: 0px solid red;
	background-image: url(graphics/maincontainer.jpg);
	backgrond-repeat: repeat-x;
	width: 900px;
	height: 930px;
	margin-left: 0px;
	}

#bottomcontainer
	{
	background-image: url(graphics/bottomcontainer.jpg);
	backgrond-repeat: no-repeat;
	width: 900px;
	height: 75px;
	margin-left: 0px;
	border: none;
	text-align: center;
	font-size: 7pt;
	}

#content
	{
  border: 0px solid red;
	font-family: tahoma, arial;
	font-size: 10pt;
	color: white;
	margin-top: 0px;
	margin-left: 45px;
	width: 805px;
	}

.about
	{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	}

.nolink
	{
	text-decoration: none;
	color: white;
	}

.nolink:hover
	{
	text-decoration: none;
	color: #00ff00;
	}

.maintext
	{
	border: 0px solid white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 625px;
	font-size: 9pt;
	text-align: justify;
	}

h1
	{
	font-size: 8pt;
	font-family: tahoma, arial;
	color: #00ff00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
 	}
h2
	{
	font-size: 9pt;
	font-family: tahoma, arial;
	color: #00ff00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
h3
	{
  font-size: 12pt;
	font-family: tahoma, arial;
	color: #00ff00;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

h4
	{
	font-size: 10pt;
	font-family: tahoma, arial;
	color: #00ff00;
	font-weight: bold;
	padding: 0px;
	margin-top: 100px;
	border: 0px solid white;
	text-align: center;
	}

a
	{
	color: white;
	}

a:hover
	{
	color: #00ff00;
	}

img
	{
	border-style: none;
	margin-top: 5px;
	}

.script
	{
	color: blue;
	font-size: 7pt;
	background-color: yellow;
	}

.pup
	{
	font-size: 7pt;
	font-family: tahoma, arial;
	color: white;
	font-weight: normal;
	}

.aboutimg
	{
	border: 0px solid white;
	margin-left: 67px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 200px;
	width: 200px;
	float: left;
	display: inline;
	}

.abouttxt
	{
	border: 0px solid white;
	margin-left: 70px;
	margin-right: ;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 200px;
	float: left;
	display: inline;
	}

.sp
	{
	float: left;
	border: 0px solid white;
	margin-top: 20px;
	margin-left: 20px; 
	height: 10px;
	width: 500px;
	}

.spform
	{
	text-align: center;
	border: 0px solid white;
	margin-top: 20px;
	}

.spiframe
	{
	height: 0px;
	width: 0px;
	}

.splabel
	{
	font-size: 8pt;
	font-family: tahoma, arial;
	font-weight: bold;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: silver;
	text-align: left;
	width: 150px;
	color: black;
	}

.spbutton
	{
	font-size: 8pt;
	font-family: tahoma, arial;
	color: #00ff00;
	font-weight: bold;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	background-color: gray;
	width: 150px;
	}

.denied
	{
	float: left;
	margin-top: 80px;
	margin-left: 60px;
	border: 0px solid red;
	width: auto;
	}