/* CSS Document */
a{ 	color: red;}
h3{	font-size:14px;	font-weight: bold; font-family:arial}
h4{	font-size:12px; font-weight: bold; font-family:arial}
p{ text-align:justify;font-size:12px;}
ul{display:block; text-align:left; font-size:12px}
label{ font-size:12px;}
body {
	line-height: 1;
	position: relative;
	font-family: arial;
	color: black; 
	background-color: white;
	margin: 0px; 
	text-align: center;
	width: 800px;
	height: 100%
}

main {
	background-image: url("spacer.jpg") repeat;
	position:relative;
	background-color:black;
	width: 750px;
	height: 100%;
	text-align:center;
}	

#header { 
	position:relative;
	font-family: mistral;
	color: white;
	font-size: 18px;
	background-color: black; 
	width: 750px; 
	height: 50px;
}
#header p{
	color: #7FFF00;
	font-size: 12px;
	font-family: arial;
	text-align: right;
}	
	

#header1 { 
	position:relative;
	background-image:url("header1_2.jpg");
	font-size: 12px;
	background-color: black; 
	width: 750px; 
	height: 25px;
}

#content { 
	font-family: arial;
	position: relative;
	background-color: #ebebeb; 
	margin-right: auto; 
	margin-left: auto; 
	width: 450px;
	height: 100%;
	padding: 5px;
}

#content table{
	position: absolute;
	width: 415px;
	top: 130px;
	left: 20px;
	font-size: 12px;
}

#navbar {
	position:absolute;
	top: 0px;
	left: 0px;
	width:450px;
	height:130px;
	border-width: 0px; 	
}

#logo img{
	position: absolute;
	top: 0px;
	left:0px;
}
#ltbar {
	position:absolute;
	width: 150px;
	height: 100%;
	color:white;
	background-color: black;
	top:0px;
	left: -150px;
}

#ltbar a{
	color:#7FFF00;
	text-decoration:none;
}

#ltbar a:hover {
color:#CCCCCC;
}

#ltbar img{
	position: absolute;
	top: 150px;
	left: 0px;
}

#rtbar{
	position:absolute;
	width: 150px;
	height:100%;
	color:white;
	background-color: black;
	top:0px;
	left: 450px;
}

#rtbar a{
	color:#7FFF00;
	text-decoration:none;
}

#rtbar a:hover {
color:#CCCCCC;
}
	

#rtbar TABLE {
	FONT-SIZE: 10px; LEFT: -480px; POSITION: absolute; TOP: 125px; HEIGHT: 48px
}

#rtbar p{
	position: absolute;
	top:386px;
	left:10px;
	padding-left:5px;
	padding-bottom:inherit;
}

#footer {
	position:relative;
	background-image:url("header1_2.jpg");
	font-size: 12px;
	color: white;
	background-color: black;
	width: 750px;
	height: 25px;
}

#footer p{ 
	text-align:left;
	padding:5px;
}

#footer a{ 
	color:#7FFF00}

/*form {
	text-align: right;
	color: black;
	position:absolute;
	top: 119px;
	left: 35px;
	width: 393px;
	height: 603px;
}*/

