/* CSS Document */


body {
	margin:0px;
	padding:0px;
	width:99%;
	font-family:Times New Roman, Times, serif;
	font-size:80%;
	background-color:#ffffff;
	}

a     {
     
      }

a:link     {
     color:#3366ff; 
     }

a:visited      {
     color:#002222; 
     }

a:hover {
	color:#000;
	background:#ccc;
	}



ol, ul, li {margin:0; padding:0; list-style:none;}

#meta {
	position:absolute;
	font-size:1px; 
	color:#dddddd; 
	top:-5px;
	}


#header {
	text-align:center;
	}


#content {
	margin-left: 22%;
	margin-right: 22%;
	height:100%;
	padding:30px;
	border:0px solid black;
	background-color:white;
	z-index:3;
	}
	
html>body #content {
	width:auto;
	height:auto;
	}
	
#content p {
	text-align:left;
	}
	

#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
 	font-weight:bold;
	}
	
h1
{
	text-align:center;
	color:#990000;
	font-size:200%;
}


h2 {
	text-align:center;
 	color:#333366;
	font-size:150%;
	}
	
h3 {
	text-align:center;
 	color:#006666;
	font-size:90%;
	}


h4 {
	text-align:center;
 	color:#cccccc;
	font-size:80%;
	}

h5 {
	text-align:center;
 	color:#333366;
	font-size:70%;
	}
	
	
p
	{
	text-align:center;
	color:#CC0000;
	font-size:100%;
	}