body {
	font: 14px/17px verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
/*	background: #C3D2EF url(i/bg.gif) repeat-x; */
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 { font-size: 16px; font-weight: normal }
h2 { font-size: 14px; }
h3 { font-size: 10px; }
p { margin: 10 25 10 25; }
p.center { text-align: center; }


#container
{
	background-color: #ECEBF0;
	width: 736px;
	text-align: left;
	position: relative;
	margin: 10 auto 10 auto ;
	border: 1px solid black;
}

#header
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	background-color: #A3A1C6;
	border-bottom: 1px solid black;
}

#header img.left { text-align: left; margin-left: 5px; margin-top: 5px; }
#header img.right { text-align: right; margin-right: 5px; margin-top: 5px; }
#header h1 { font-size: 16px; text-align: center; margin-top: -25px; margin-right: 10px;  }

#navigation
{
  	background-color: #D0CEDB;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid black;
}


#navigation table
{
	font-size: 10px;
	font-style: bold;
	color: #990000;
	text-align: left;
	margin-left: 20px;
	width: 700px;
}

#navigation td
{
	border: 1px solid black;
	width: 20%;
	text-align: center;
	padding: 2px;
	background-color: #ECEBF0;
}

#navigation td.active
{
	background-color: #E0E0FF;
}

#role
{
	text-align: right;
	width: 710px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #ECEBF0;
}

#role h4
{
	font-size: 14px;
	font-style: bold;
	color: #000099;
	text-align: right;
	display: inline;
}

#role h4.i
{
	font-size: 19px;
	font-style: bold;
	font-decoration: italic;
	color: #000099;
	text-align: right;
	margin-right: 20px;
	margin-left: 250px;
	display: inline;
}

#list
{
	font-size: 12px;
	background-color: #f1f2f3;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

#list h2
{
	background-color: #ffffff;
}

#list li
{
	display: block
}

#error
{
	color: #990000;
	font-size: 16px;
	font-style: bold;
	text-align: center;
	padding: 10px;
}

#inner
{
	min-height: 350px;
	background-color: #ECEBF0;
	display: block;
}

form {
 align: center;
 margin-left: 25px;
 border: 1px solid #666699;
 padding: 5px;
 width: 650px;
 background-color: #D0CEDB;
}

#tabular table {width: 100%;}

#tabular tr { vertical-align: center }
#tabular tr.shade { background-color: #ECEBF0; border: 1px solid #666699;}
#tabular tr.shade2 { background-color: #D0CEDB; }
#tabular td { vertical-align: center; wrapping: none; }
#tabular td.label { font-size: 12px; text-align: right; color:#800000; white-space: nowrap;}
#tabular td.more { font-size: 10px; text-align: right; color:#800000; width: 10; white-space: nowrap;}
#tabular td.mark { font-size: 12px; text-align: right; color:#800000; background-color: #D0CEDB; width: 10; }
#tabular td.rmark { font-size: 12px; text-align: right; color:#800000; background-color:#FFFF8D; width: 10;}
#tabular td.data { font-size: 12px; text-align: left; color:#000000; white-space: nowrap; }
#tabular td.note { font-size: 10px; text-align: left; color:#444444;}
#tabular td.section { font-size: 12px; text-align: left; font-style: italic; color:#000080;  padding: 10px; border: 1px dotted #a0a0a0; background-color:#F0F0FF; }
#tabular .smallcheck { width: 20px; height: 20px; }
#tabular input { text-align: left; width: 200px }
#tabular input.disabled { background-color: #aaaaaa; }
#tabular select { text-align: left; width: 200px }
#tabular select.disabled { background-color: #aaaaaa; }

#tabular input.button { text-align: center; width: 100px }

#tabular td.border {  font-size: 12px; text-align: left; color:#000000; white-space: nowrap; border: 1px solid black; }


table.search
{
	border: 1px solid #666699;
	background-color: #ECEBF0;
}

table.results
{
	border: 1px solid #666699;
}

tr.results { border: 1px solid #666699; }
table.results td { font-size: 10px; }

#copyright
{
	color:#000080;
	background-color: #D0CEDB;
	border-top: 1px solid black;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}


//Navigation: #D0CEDB
//Row Shading:#D0CEDB
//Background: #ECEBF0
//Highlight: 	#FFFF8D
