body {
  	background-color: #fefef2;
		color: #000099;
		font-family: Arial, Helvetica, sans-serif;
		
}
a:link {
  color: #ffffff;
  background-color: transparent;
}
a:visited {
  color: #ffffff;
  background-color: transparent;
}
a:hover {
  color: #ffffff;
  background-color: transparent;
}


/* hide these rules from legacy browsers and mobile devices */

/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
body, html {
  	margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old IE */
		width:100%;
		min-width:600px;  /* Minimum width of layout does not work in IE */
		background-color: #fefef2;
		color: #000064;
		font-family: Arial, Helvetica, sans-serif;
		
		
}
.just{text-align: justify;}
.bold {
			font-weight:bold;
}
.nav ul {
	margin: .5em 0 0 0;
	border-bottom: 1px solid #ccc;
	text-align: right;
	list-style: none;
			clear: both;
    font-size: 1em;
}
.nav li {
	display: inline;
	font-size: 90%;
	color: #ffffff;
}
/* MacIE makes a terrible mess of inline lists with padding :(
   We need to hide the next few rules from it.
   WinIE 5.0 also does not support padding on inline elements,
   but it does (erroneously) support width, so we'll specify
   a width for that browser. (escaped comment hack follows) \*/
.nav li {
	padding: .1em 0 .1em 20px;
	background: #3041BE url(img/navslash.gif) 0 100% no-repeat;
}
.nav li.first {
	background-image: url(img/navend.gif);
}
* html body .nav li,
* html body .nav li a {
	width: 5em;
	wid\th: auto;
} /* end IE hacks */

.nav a {
	padding-left: 12px;
	padding-right: 10px;
	background: #3041BE url(img/dot.gif) -20px 50% no-repeat;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #ccc;
}
/* Hide from MacIE, again \*/
.nav li a {
	border-width: 0;
} /* end MacIE hack */

.nav a:hover {
	background-position: 1px 50%;
	text-decoration: none;
	color: #ffffff;
	
}
/* divider bar */
.nav .divider {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 3px;
	overflow: hidden;
	width: 100%;
	background-color: #dedede;
}

#tagline {
		 font-weight: bold;
		 color: #000099;
		 margin: 0;
		 padding: 0;
		 width: 150px;
		 float: left;
		 }
.wrapper {
	width:100%;
  border: 0;
}
.left{text-align: left;}
.mid{text-align: center;}
.challenge{
				color:#ff0000;
				font-weight: bold;
				font-size: 1.25em;
				}
.define{font-weight: bold;}
h1 {
  background-color: transparent;   
  color: #0000cc;
  margin: 0;
  padding: .2em 2%;
	font-size: 180%;
	}
h2 {
  margin: .2em 0;
	font-size: 150%;
}
#logo{ 
	float:left;
}
.main {
  clear: both;
  width: 90%;
  margin-left: auto;
	margin-right: auto;
  padding: 5px;
  
}
.content {
  width: 90%;
  border:0;
	margin-left: auto;
	margin-right: auto;
	}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
#bottomnav {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
    font-weight: normal;
		text-align: center;
}
#bottomnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#bottomnav li {
	display: inline;
    position: relative;
}
#bottomnav a:link, #bottomnav a:visited { 
	margin-right: 2px;
	padding: 3px 1px 3px 1px; 
	color: #0000ff;
	text-decoration: none;
}
#bottomnav a:hover {
	margin-right: 2px;
	padding: 3px 1px 3px 1px; 
	color: #B22222;
	text-decoration: none;
	background-color: #dcdcdc;
}
#footer{
		float:left;
		width:100%;
    font-size: .7em;
    font-weight: normal;
    color: #000099;
		padding-top:10px;
		margin-top: 10px;
		text-align: center;
}
#footer a:link,#footer a:visited,#footer a:hover{
		color: #000099;
}
#footer .divider {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 3px;
	overflow: hidden;
	width: 100%;
	background-color: #dedede;
}
#form{
      width:100%;
      background-color: #dedede;
			border: 5px solid #9d9d9d;
      }
label{
    font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
    font-weight: bold;
    color: #000099;
		text-align: left;
}

