/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(/images/lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(/images/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(/images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}

/*this section contains all positional ids*/


#top100left300 {
	top: 100px;
	left: 300px;
	position: absolute;
	}

/*this section contains all formatting classes*/	

form {
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0px;
}

.center {
	text-align: center;
	}
.table1 {
	width: 100%;
	}
.table2 {
	width: 500px;
	}
.table3 {
	width: 600px;
	margin: 20;
	}
.table4 {
	width: 250px;
	margin: 10;
	border: thin solid #cccccc;
	}
.navbar {
	width: 100px;
	}
.rowtitle {
	background-color: #cccccc;
	}
.title {
	background-color: #9999cc;
	}
.tiny {
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 7pt;
	color: #aaaaaa;
	}

/*this section contains all formatting elements*/

table{
	border-spacing: 0;
	}
td, input {
	font-family: Verdana;
	font-size: 8pt;
	padding: 0px;
	}
td.em {
	border: inset;
	border-width: thin;
}
td.diff-removed {
	width: 100%;
	border: inset;
	border-width: thin;
	background-color: #EEEEEE;
}
td.diff-added {
	width: 100%;
	border: inset;
	border-width: thin;
	background-color: #EEEEFF;
}
th {
	font-family: Verdana;
	font-size: 8pt;
	padding: 1px;
	}
td.stats{
	vertical-align: bottom;
	}
p {
	margin: 5 0 0 0;
	}
p.white {
	margin: 0 0 0 0;
	color: #ffffff;
	}
h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	}
h1 {
	font-weight: x-bold;
	font-family: Verdana;
	font-size: 12pt;
	}
h5 {
	font-weight: 700;
	font-family: Verdana;
	color: #000066;
	font-size: 8pt;
	margin: 0;
	}
h6 {
	font-weight: 400;
	color: #000066;
	font-size: 8pt;
	margin: 0;
	}
a:link{
	color: #000099;
	text-decoration: none;
	}
a:visited{
	color: #000099;
	text-decoration: none;
	}
a:active{
	color: #0000ff;
	text-decoration: none;
	}
a:hover{
	color: #000099;
	text-decoration: none;
	}
ul {
	margin-top: 0;
	}
#question {
	font-family: Verdana;
	margin-top: 2px;
	font-weight: bold;
	font-size: 8pt;
}
#prompt {
	font-family: Verdana;
	margin-top: 5px;
	font-size: 8pt;
}
#intro {
	font-family: Verdana;
	font-size: 9pt;
}
#campaign {
	font-family: Verdana;
	font-size: 8pt;
}
BODY {
	background-image: url(/images/topgrad.gif);
	background-repeat: repeat-x;
	topmargin: 0px;
	leftmargin: 0px; 
	marginheight: 0px;
	marginwidth: 0px;
}
