td, input, select, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
}

.bordered
{
	border: solid 1px black;
}

td.header
{
	color: #ffffff;
	font-weight: 700;
	background-color: #000000;
}

li
{
	margin-bottom: 7px;
}

th
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
}

P, .paragraph
{
	margin-left: .3in;
	margin-right: .3in;
	margin-top: .2in;
	margin-bottom: .2in;
}

.surveyAnswer
{
	margin-left: .3in;
}

.error
{
	color: Red;
	font-weight: bold;
}

#wrapper
{
	width: 900px;
	height: 480px;
	text-align: left;
	padding-top: 25px;
	padding-left: 15px;
}

#splash
{
	width: 100%;
	height: 98%;
	border: solid 1px black;
}

.splashHeader
{
	font-size: 18pt;
	font-weight: bold;
	font-family: Verdana, Times New Roman, Serif;
}

.splashHeader2
{
	background-color: #F9D47A;
}

.content
{
	background-color: #FFF;
	background-image: url(img.aspx);
	background-position: 35% 40%;
	background-repeat: repeat-y;
	width: 90%;
	color: #000;
}

.content IMG
{
	filter: alpha(opacity=40);
}

.maroonBig
{
	color: firebrick;
	font-style: italic;
}

.subTitle
{
    font-family: Verdana, Times New Roman, Serif;
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    color: black;
    width: 90%;
    margin-left: 20px;
    margin-top: 0px;
    text-align: center;
}

#pageTitle
{
	border-bottom: solid 2px maroon;
	font-family: Verdana, Times New Roman, Serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: firebrick;
	width: 90%;
	margin-left: 20px;
	margin-top: 15px;
	text-align: center;
}

.disabled
{
	background-color: #ffffff;
	color: #000000;
}

.menuhover
{
	/*background-color: #ccccff; */
	background-color: firebrick;
	color: White;
	border: solid 1px maroon;
	font-weight: bold;
	cursor: hand;
}

.menuitem
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	background: Navy;
	border: solid 1px maroon;
}

.menuitem a:link
{
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
}

.menuitem a:visited
{
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
}

.menuhover a:hover
{
	font-size: 8pt;
	text-decoration: none;
	color: White;
}

.menuhover a:active
{
	font-size: 8pt;
	text-decoration: none;
	color: White;
}

.menuhover a:link
{
	font-size: 8pt;
	text-decoration: none;
	color: White;
}

.menuhover a:visited
{
	font-size: 8pt;
	text-decoration: none;
	color: White;
}

.selected
{
	background-color: silver;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

.button
{
	background-color: Navy;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}

.buttonFixed
{
	background-color: Navy;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
	cursor: hand;
}

.buttonBig
{
	background-color: Navy;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	width: 240px;
	height: 40px;
	font-family: Verdana, Times New Roman, Serif;
	cursor: hand;
}

.footer
{
	font-size: 8pt;
	font-weight: bold;
}

a:link
{
	text-decoration: none;
	color: #3333cc;
	border: 0px;
}

a:visited
{
	text-decoration: none;
	color: #333399;
}

a:active
{
	text-decoration: none;
	color: #333399;
}

a:hover
{
	text-decoration: underline;
	color: #3333cc;
}

.answer
{
	margin: .25in;
	font-style: italic;
}

.scienceHeader
{
	margin-left: .4in;
	font-weight: bold;
}

.scienceQuote
{
	font-style: italic;
	margin-left: .3in;
	margin-right: .3in;
	margin-top: .2in;
	margin-bottom: .2in;
}

.scienceCredit
{
	font-weight: bold;
	text-align: right;
	margin-right: .3in;
}

.emphasized
{
	font-weight: bold;
	font-style: italic;
}

.promoLabel
{
	font-size: 8pt;
	font-weight: bold;
}

.promoHeader
{
	font-size: 10pt;
	font-weight: bold;
	color: firebrick;
	font-family: Verdana, Times New Roman, Serif;
}

.promoInput
{
	font-size: 8pt;
	border: solid 1px black;
	width: 140px;
}

#promoArea
{
	margin: 30px 0px 15px 0px;
	border: 2px dotted black;
	background: #EEC;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

