/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	color:  #3AB3E0;
	text-decoration: underline;
	}

a:visited {
	color:  #3AB3E0;
	text-decoration: underline;
	}

a:active {
	color:  #3AB3E0;
	text-decoration: underline;
	}

a:hover {
	color: #3AB3E0;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px; 
	}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #3AB3E0;
	margin-top: 0;
	margin-bottom: 0;
	}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 0;
	}

h2.white {
	color: #FFFFFF;
}

.column {
	background-color: #3AB3E0;
}

/* NOT USED YET
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
*/

hr {
	color: #3AB3E0;
	height: 1px;
	}
	
img {
	border: 0;
	}

table {
	margin-top: 10px;
}

a img {
	border: 0 none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

#emphasis {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3AB3E0;
	margin-top: 0;
	margin-bottom: 0;
	}

#tiny {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:x-small;
	margin-top: 0;
	margin-bottom: 0; 
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	}

div#top a:hover {
	}

#center p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px; 
	}

#footer p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	margin: 4px;
	text-align: center;
	}

#footer a {
	font-size: xx-small;
	color:  white;
	text-decoration: underline;
	}

#footer a:visited {
	color:  white;
	text-decoration: underline;
	}

#footer a:active {
	color:  white;
	text-decoration: underline;
	}

#footer a:hover {
	color: white;
	text-decoration: underline;
	}

/*----------LAYOUT----------*/

#top {
	padding: 0px;
	background: white;
	border-bottom: 1px solid #3AB3E0;
	}
	
#center {
	margin: 0 0 0 25%;
	padding: 1% 3%;
	background: white;
	color: black;
	}

#left {
	position: absolute;
	padding: 0;
	margin-left: 0;
	top: 150px;
	width: 25%;
	background: #3AB3E0;
	color: white;
	}

div#topcontent {
	position: absolute;
	top: 10px;
	right: 0;
	width: 80%;
	}

div#topcontent p {
	display: inline;
	margin-right: 0.5em;
	}

#footer {
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #3AB3E0;
	color: white;
	}

/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #3AB3E0;
	}
		
ul#mainnav li {
	border-top: 1px solid white;
	}

ul#mainnav li a {
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 6px 6%;
	background-color: #3AB3E0;
	font: bold 0.8em /1.5 verdana, arial, helvetica, sans-serif;
	color: white;
	}

ul#mainnav li a:hover {
	background-color: #007593;
	color: white;
	}
	
div#topcontent ul {
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0 0 40px 0;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #3AB3E0;	
	}
div#topcontent ul li.first {
	border-left: 0 none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, arial, helvetica, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0;
	top: 55px;
	margin: 0;
	}
/* ---------------------------------------------------------------------*/
  
















