/* stylesheet.css */

/* clear browser defaults*/
*{
	margin:0;
	padding:0;
}/*end of universal style*/
#body{
text-align:center;
 

}

#wrapper{
margin:0 auto;
width:50em;
position:relative;


}

/* Page header style */
#header{
     height:4em;
     width: 80%; 
     margin:0 auto;
	 text-align:right;
	 
	 
}
#main{
       /*margin: 1em;*/
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 13em;
	   text-align:center;
	   padding-bottom:2em;
	   margin-top:4em;
	
	}
/* Style for sidebar column */

#sidebar{

        
          /* display: inline;*/
		  position:absolute;
           padding-left:0.5em;
           margin: 1em;
           width:12em;
		 left:0;
		   top:6em;
		   list-style:none;
		
}
#sidebar p{
padding:2em auto;
/*removes bullets*/
#main ul{
list-style-type:none;
line-height:1.5em;
}
#form{
width:10em;
margin:1em 0;
}
            /* Total width is 10em */
/* Style for main Table*/
#mtable{ margin:0;
			width:100%;
			padding:5px;
}
#footer{
	 margin-left:13em;
bottom:2em;
	height:2em;
	text-align:center;
	padding:0.5em;
	float:right;
 	min-height:2em;
	width:100%;
	 
}

/*#footer{
position:absolute;
top:796px;
left:0;
text-align:center;
margin-left:12em;
padding:3em;
clear:both;
}*/
.footertext {font-family: Arial, Helvetica, sans-serif; font-size: 5pt; color: #000000;}

H1 {font-family: verdana, arial; font-weight: bold; font-size: 20pt; 
color: #666633; margin-left: 10px; margin-right: 10px;}

.submitdiv{
	margin:0 auto;
	position:absolute;
	left:0;
	top:2em;
	
	width:12em;
	text-align:center;
 
}
.newsdiv{
margin:0 auto;
position:absolute;
left:o;
top:20em;
width:11em;
padding-right:2em;
}
