@charset "utf-8";

@import url("navigation.css");

/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color:#7b8ca6;
    font-family:Trebuchet MS, Verdana, Arial, Sans-serif;
    font-size: 12px;
    color: #444444;
	line-height:18px;
/*    overflow: -moz-scrollbars-vertical; */
}

TABLE, IMG {
    border: 0;
}

H1 {
	margin-top:5px;
    font-size: 24px;
    font-weight: bold;
}

H2 {
	margin-top:3px;
    font-size: 18px;
    font-weight: bold;
}

H3 {
	margin-top:3px;
    font-size: 16px;
    font-weight: bold;
}


A:link, A:visited, A:active {
    color: #333333;
    text-decoration: underline;
}

A:hover {
	text-decoration:none;
}

TABLE.resultsTable {
	width:100%;
}

TABLE.resultsTable THEAD {
	background-color:#dddddd;
	text-align:left;
}

TABLE.resultsTable TR {
	border-bottom:1px solid #AAA;
}

TABLE.resultsTable TR:hover {
	background-color:#eeeeee;
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 13px;
}

DIV#bodyWrapper {
    background-color: white;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	padding:30px;
	padding-top:0;
}

DIV#footer {
	border-top:1px solid #AAA;
	margin-top:10px;
	padding:5px 0 0;	
}

UL LI {
    margin-left: 1.5em;
}

TABLE {
    border-collapse: collapse;
}

TABLE TR TD,
TABLE TR TH {
	padding:2px;
}

.error,.message {
	color:#990000;
}

table.lakeNumbers TR {
	border-bottom:1px solid #cccccc;
}
table.lakeNumbers TD {
	padding:5px;
	border-right:1px solid #ccc;
	text-align:center;
}