@charset "utf-8";
/* CSS Document */

/***********************/
/***  Headings       ***/
/***********************/

h1 {
  font-size: 140%;
  font-weight: normal;
  margin-top: 0pt;
  margin-bottom: 8pt;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 4pt;
}

h3 {
  font-size: 115%;
  font-weight: normal;
  margin-bottom: 4pt;
}

/***********************/
/***  Table Cells    ***/
/***********************/

table {width:100%;}

th {
text-align:center;
}

td {
vertical-align:top; 
}

body {
	background-color:#fff;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
}

#wrapper {
	width:800px;
	margin: 0px auto;
	background-color:#fff;
}

#header {
	padding:0px auto;
}

#navigationleft {
	width:180px;
	height: 420px;
	background-color:#fff;
	float:left;
}

#navigationleft ul {
	margin:10;
	padding:0;
	font-size:16px;
	background-color:#b6d7fd;
}

#navigationleft ul li {
	list-style-type:none;
}

#navigationleft li a {
	display:block;
	padding:5px 20px;
	color:black;
	text-decoration:none;	
	border-bottom:1px #fff solid;
}

#navigationleft ul li a:hover {
	background-color:#6699cc;
}


#navigationright {
	width:180px;
	height: 420px;
	font-size:16px;
	background-color:#fff;
	float:right;
}

#navigationright ul {
	margin:10;
	padding:0;
	background-color:#b6d7fd;
}

#navigationright ul li {
	list-style-type:none;
}

#navigationright li a {
	display:block;
	padding:5px 20px;
	color:black;
	text-decoration:none;	
	border-bottom:1px #fff solid;
}

#navigationright ul li a:hover {
	background-color:#6699cc;
}



/***********************/
/***  Multi-Use      ***/
/***********************/

.instructions {
  font-size: 0.8em ;
}

/***********************/
/***  Miscellaneous  ***/
/***********************/


#leftcol {
	height: 420px;
	width: 180px;
	float: left;
	margin: auto;
	background-color: #b6d7fd;
}
#middlecol {
	height: 420px;
	background-color: fff;
	margin-left: 200px;
	margin-right: 200px;
}
#rightcol {
	height: 420px;
	width: 180px;
	float: right;
	background-color: #6699CC;
	margin: auto;
}
#footer {
	background-color:#6699CC;
	height: 30px;
	line-height: 30px;
	clear: both;
}