/* Original styling information */
ul
{
	margin: 0px;
}

a:link
{
	color: #000088;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #005745;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}

/* New formatting */
body 
{
	padding: 0px;
	margin: 0px;
	background: #002744;
	text-align: center;
	font-family: arial;
}

#body
{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

a 
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 
{
	text-align: center;
}

.clear
{
	clear: both;
}

.section 
{
	background: #000000;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

.error 
{
	text-align: center;
	color: #FF0000;
}

table.form
{
	width: 100%;
	table-layout: fixed;
}

.form td
{
	vertical-align: top;
}

ul#navigation
{
	white-space: nowrap;
	margin: 0px;
}

#navigation li
{
	display: inline;
	list-style-type: none;
	line-height: 40px;
}

#navigation a
{
	background: white;
	border: 3px solid #86C0E6;
	text-decoration: none;
	padding: 5px 10px;
	margin: 5px 10px;
	vertical-align: middle;
}

.selectstate a:hover
{
	background: white;
}

#navigation a:hover
{
	background: yellow;
}

#section0 { }
#section1 { background: url(img/infobackground2.jpg) no-repeat; height: 126px; vertical-align: middle; padding-top: 32px; font-size: 120%; }
#section2 { background: none; float: left; width: 62%; height: 126px; }
#section2 ul { padding-left: 60px; }
#section3 { background: none; float: left; width: 30%; height: 126px; }
#section3 h4 { padding: 0px; margin: 0px; }
#section4 { background: black; text-align: center; }
#section5 .bordertop { height: 32px; background: url(img/contentbordertop.jpg) no-repeat bottom center; }
#section5 .borderleft { width: 36px; background: url(img/contentborderleft.jpg) repeat-y top right; }
#section5 .borderright { width: 36px; background: url(img/contentborderright.jpg) repeat-y top left; }
#section5 .borderbottom { height: 32px; background: url(img/contentborderbottom.jpg) no-repeat top center; }
#section5 .bordercenter { width: 728px; background: white; }
#section5 .center { text-align: center; font-size: 80%; }

/*select { width: 100px; }
input[type="password"] { width: 125px; }
input[type="text"] { width: 125px; }*/
select, input[type="password"], input[type="text"], textarea
{
	width: 100%;
}

input[type="text"].month { width: 50px; }
input[type="text"].day { width: 50px; }
input[type="text"].year { width: 50px; }

table.resulttable 
{
	width: 100%;
}

.resulttable td
{
	margin: 0px;
	padding: 4px 2px 6px 2px;
	vertical-align: top;
}

.resulttable li
{
	list-style-type: none;
}

.resulttable div
{
	border: 1px solid black;
	padding: 8px;
}

.resulttable div.edit
{
	float: right;
	margin: 8px;
}

.resulttable div.quantifiable
{
	width: 70%;
}

.resulttable td
{
	padding: 8px;
}

.resulttable td.posttitle
{
	text-align: center;
}

.resulttable td.postbody
{
}

.demoresulttable p
{
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}

.zebra1
{
	background: #DDDDDD;
}
