/* 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:8em;
     width: 100%; 
     margin:0 auto 2em auto;
	 text-align:center;
	 padding-left:8em;
	 
	
}
#main{
       /*margin: 1em;*/
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 13em;
	   text-align:center;
	   padding:5em auto;
	  margin-top:4em;
	   /*z-index:-1;
	   float:right;*/
	  
	}
/* Navbar division */
#navbar {
    position: absolute;
 
    /* Top = branding height */
    top: 9em; 
    left: 0; 
    width: 100%;
   /* Set to any width */
   /* Use any background color/image you like */
    background: #a58fe4; 
    /* Use any fonts you like */
      color:#283891; /*black */ 
    /* Use any height you like, but match to link height */
    height:1.6em;
    }
	
	 /* Remove bullets from unordered list */
    #navbar ul{
        list-style-type:none;
    }
	
	 /* Make list horizontal */
    #navbar li{
        float:left;
		/*required for drop-down menus*/
		position:relative;
    }
	
	  /* All links, and links in unvisited and visited states */
    #navbar li a,
    #navbar li a:link,
    #navbar li a:visited{
       text-decoration:none;
	   font-family: papyrus/*Verdana, Geneva, Arial, Helvitica, Sans-Serif*/;
	   font-size:80%;
       background:#a58fe4;
       color:#283891; /* Text color of link */
       display:block; /* required to set width and height */
       text-align:center;
       height:2em; /* Match to navbar height */
       line-height:2em; /* Match to navbar height */
       width:7.72em;
       border-right:solid 1px #00f;
       /* Remove dotted border from Firefox */
       outline-style:none;
    }
    /* Hover and active links */
    #navbar li a:hover,
    #navbar li a:active,
    #navbar li.selected a:link,
    #navbar li.selected a:visited{
        /* Use any colors you like */
        background:#283891;
        color:#a58fe4; /* sluice */
    }	
	/*drop-down menu styles*/
	#navbar li ul{
		position:absolute;
		z-index:100;
		visibility:hidden;
	}
	/*Make drop-down menu visible on navbar*/
	#navbar li:hover ul,
	#navbar li a:hover ul{/*IE6 hack*/
		visibility:visible;
		top:1.6em;
		left:0;
	}
	/*Applies to links on the drop-down menu*/
	#navbar li:hover ul li a,
	#navbar li a:hover ul li a/*IE6 hack*/{
		background: #66CCFF;/*removes background image*/
		color:#000000;
		text-align:left;
		display:block;
		width:10em;
		padding:0 0 0 1em;
		height:auto;
	
	}
	/*Hover on drop-down menu links*/
	#navbar li:hover ul li a:hover,
	#navbar li a:hover ul li a:hover/*IE6 hack*/{
		background: #6699FF;
		color:#000;
	}
	/*IE6 hack applies to its table drop-down*/
	#navbar table{
	margin:-1px;
	border-collapse:collapse;
	position:absolute;
	top:0.5em;
	z-index:100:
	}
/* Style for sidebar column */

#sidebar{

        
          /* display: inline;*/
		  position:absolute;
           padding-left:0.5em;
           margin: 1em;
           width:12em;
		 left:0;
		   top:10em;
		   list-style:none;
		
}
/*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:12em;
	height:2em;
	text-align:center;
	padding:0.5em;
	/*position:absolute;
	bottom:0;*/
	min-height:2em;
	clear:right;
 }
 #footer p{
 font-size:0.5em;
 position:absolute;
 left:0;
 bottom:0;
 }

/*#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:2em auto;
	position:absolute;
	left:0;
	top:10em;

	width:11em;
	text-align:c;
 
 }
 
 .newsletterdiv{
 margin:2em auto;
 position:absolute;
 left:0;
 top:20em;
 width:10em;
 }
 
 .awardsdiv{
	Margin:2em auto;
	position: absolute;
	left:0;
	top:15em;
	width:10em;
	background-color: #FFFFFF;
	border:medium #06C;
	 }
	 .awarddiv p{
		 font:Papyrus;
		 }

