/* © 2007 Gladiator Information Security Systems */

/* basic elements, body */
body {
	font: 12px verdana;
	color: #000000;
	background-x-position: 0px;
	background-y-position: 0px;
	background: url(images/background2.png) no-repeat;
	background-color: #ffffff;
	margin: 0px;
	}

p {
	font: 12px verdana;
	color: #000000;
	margin-top: 0px;	
	}

a:link {
	color: #339933; 
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #006600; 
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	color: #339933; 
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #339933;
	font-weight:bold;
}

li {
	list-style-image: url(images/green-large-bullet.png);
	
}

input {
	font: 12px verdana;
	color: #000000;
	border: 1px solid #006600;
	width: 300px;
}

textarea {
	font: 12px verdana;
	color: #000000;
	border: 1px solid #006600;
	width: 300px;
}

.submitbutton {
	font: 12px verdana;
	color: #000000;
	border: 1px solid #006600;
}


/* div info */

#textcontainer {
	position: absolute;
	top: 293px;
	left: 197px;
	margin-top: 2px;
	margin-left: 1px;
	width: 728px;
	text-align: justify;
	}

#titlecontainer {
	position: absolute;
	top: 270px;
	left: 197px;
	height: 20px;
	width: 381px; 
	margin-top:0px;
	}

#menucontainer {
	position: absolute;
	top: 254px;
	left: 42px;
	width: 132px;
	margin-top: 0px;
	}
	
#topbutton {
	position: absolute;
	top: 113px;
	left: 189px; 
	width: 302px;
	height: 145px;
}

/* specific text styles */

.copyright {
	font: 9px verdana;
	color: #000000;
	text-align: right;
}

.title {
	font: 14px verdana;
	color: #336633;
	font-weight: bold;
}