/* CSS Document */
<!--
a:link       { text-decoration : none;color: #ff9900 }
a:visited    { text-decoration : none;color: #FFCC66 }
a:active     { text-decoration : none;color: #0000FF }
A:Hover  { text-decoration : underline; }
body     { background-color:#cd8d05; font-size:17px; color:#CCCCCC; font-weight:bold; margin: 0 auto; padding: 0px; }
h1{font-family:Arial; font-size:27px; color:#FF00FF; font-weight:bold; font-style:italic;}
h2{ font-family:Arial; font-size:20px; color:#FF00FF; font-weight:bold; font-style:italic;}
p{ line-height:25px; }
.Nav{font-family:Arial; color:#000000; font-size:10pt; line-height:10pt; font-weight:bold;}
#main{ background-image: url('bg.gif'); background-repeat: repeat-y; border: 0px solid white; width:100%; }
#menu{ float:left; width: 11%; padding-top:20px; padding-left: 5px; border: 0; margin-top: 10px; }
#content{ float:right; width: 79%; padding-top:20px; padding-right:30px; padding-left: 30px; 
		border: 0px solid white; margin-top: 10px; }
#header { border: 0px solid white; }
#footer { border: 0px solid white; margin-top: 10px; padding-left: 5px; }
img.small{ width:94px; height:80px; border:3px; border-style:solid; }
.styleB {font-family: Times New Roman, Times, serif;font-size: 25pt; }
.L_Head{font-family: Verdana;font-size: 14pt;font-weight:bold;color: teal; }
.L_16{font-family: Arial, Helvetica, sans-serif;font-size: 12pt;color: Olive;font-weight:bold;font-style:italic; }
.L_15{font-family: Verdana,monospace; font-size: 12pt; font-weight:bold; color: teal; }
#wrapper {
	/*we need to tell the borwser the size of the container / division*/
	width:800px;
	height:400px;
		
	/*alings the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	
	/*aligns the page to the center vertical (y)*/
	position: absolute;
	top: 31%;
	left: 50%;
	
	/*resets the offset (should be half the width and height*/
	margin-top:-200px;
	margin-left:-400px;
	
	/*allows us to see wrapper*/
	background-color:#cd8d05;
}



		   
		  

-->
