@charset "UTF-8";
/* CSS Document */

/* css document */

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}
#header {
	margin-top: 0%;
	padding: 0;
	background-color: #ADC194;
	margin-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	color: #333366;
	word-spacing: 1em;
	display: block;
	letter-spacing: 0.2em;
	margin-right: 5%;
	}
#header a: hover {
	color: #663300;
}
#header a {
	color: #330099;
	font-style: normal;
	text-decoration: none;
}

#content {
	margin-left: 5%;
	margin-right: 5%;
	padding: 0 20px 12em 20px;
	background-color: #FFFFFF;
	color: #333366;
	border: 1px solid #FFFFFF;
	min-height: 430px;
}

#content a link {
	color:#333366
}
#footer {
	margin-left: 5%;
	margin-right: 5%;
	padding: 2em 20px 1em 20px;
	background-color: #CCCCCC;
	color: #003333;
	clear: both;
}
#footer a {
	color: #006699;
	text-decoration: none;
}
#start h3 {
	padding: .5em;
	background-color:#ECECEC;
	border-bottom:1px solid #CCCCCC;
}
#start p {
	padding: 0 .5em 0 .5em;
}
#start li {
	padding: 0 .5em 0 0;
}



/* need wrapper to add white space on left of updates */


h1,h2,h3,h4 {
	line-height: normal;
	color: #669933;
	background-color: #FFFFFF;
}

.h2red {
	color:#900;
}
table {
	border-collapse: collapse;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
	border: 1px solid #CCCCCC;
	color: #000000;
}
th {
	text-align: right;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F2F2;
	color: #000000;
}

/* horizontal alignment */

.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* text format */

.textbold {
	font-weight: bold;
	color: #000000
}
.textitalic {
	font-style: italic;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

/* widths */

.five { width: 5%; }
.ten { width: 10% ;}
.fifteen { width: 15% ;}
.twenty { width: 20% ;}
.twentyfive { width: 25% ;}
.thirty { width: 30% ;}
.thirtythree { width: 33%; }
.thirtyfive { width: 35% ;}
.forty { width: 40% ;}
.fortyfive { width: 45% ;}
.fifty { width: 50% ;}
.fiftyfive { width: 55% ;}
.sixty { width: 60% ;}
.sixtyfive { width: 65% ;}
.seventy { width: 70% ;}
.seventyfive { width: 75% ;}
.eighty { width: 80% ;}
.eightyfive { width: 85% ;}
.ninety { width: 90% ;}
.ninetyfive { width: 95% ;}
.onehundred { width: 100% ;}
.twofifty { width: 250px ;}
.twentysixem { width: 26em ;}

/* vertical alignment */

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

/* miscellaneous */

}
#nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003366;
	background-color: #999999;
	display: block;
	border: 1px solid #669900;
	width: 750px;
	margin-left: 10%;
}

