html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left;
	font-family: "Helvetica Neue", "Helvetica", "Helvetica Bold", "Arial", "Arial Bold","Arial Italic";
	font-size:12pt;
	line-height:none;
	color: #021C18;
	background-color: #021C19;
	text-decoration:none;
}

a:link{
	color: #021C19;
	text-decoration: none;
		
}

a:visited{
	color: #203E3B;
	font-family: Helvetica, Arial, "San Serif";
	font-size: 12pt;
	text-decoration:none;
		
}

a:hover, a:focus{
	color: #031c19;
	text-decoration:none;
	font-size: 12pt;
	font-family: "Helvetica", "Arial",;
	
	
}

p{
	color: #021C19;
	font-family: Helvetica, Arial, "San Serif";
	line-height: 15pt;
	text-align: left;
}

ol, ul{
}

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#navbarcontainer {
	position:absolute;
	width:580px;
	height:0px;
	left:390px;
	top:160px;
}

#logo{
	display:block;
	position: absolute;
	width:1024px;
	height:768px;
}

#content{
	position:relative;
	display:block;
	width: 660px;
	left:50%;
	margin:0 0 0 -282px;
	padding:15px 0;
	top:60px;
}
