html
{
	overflow-x: auto;
	overflow-y: scroll;
}

body
{
	background-color: #DDDDDD;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 1em;					/* base font-size for page */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background: #E8ECF1 url(background.gif);
	background-repeat: repeat-x;
}

p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

table.mainTable
{
	text-align: center;
	background-color: #FFFFFF;
	border: #666666 1px solid;
	font-size: 0.8em;				/* 80% of parent's font-size (probably body) */
}

div.mainDiv
{
	width: 770px;
}

ul.menuBar
{
	float: left;
	display: block;
	width: 770px;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	background-color: #002F63;
	font-weight: bold;
	color: #000099;
}

ul.menuBar li
{
	display: inline;
}

ul.menuBar a
{
	float: left;
	width: 16%;
	text-decoration: none;
	color: #FEF4B2;
}

ul.menuBar a:hover
{
	background-color: #104E8B;
	color: #FEF4B2;
}

ul.noBulletsList li
{
	display: inline;
}

ul.exactGaps
{
	margin-top: 0.75em;
	margin-bottom: 1.25em;
}

div.contentArea
{
	clear: both;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px;
}

div.prop
{
	width: 1px;
	height: 400px;
	float: right;
	color: #FF0000;
}

div.footer
{
	font-size: 0.8em;
	margin-bottom: 8px;
	color: #000000;
	background-color: #FFFFFF;
}

span.heading1
{
	color: #3B4471;
	font-size: 1.1em;
	font-weight: bold;
}

div.noGaps
{
	margin-bottom: 0px;
	padding: 0px;
}

a.a1
{
	color: #000099;
}

a.a2
{
	font-weight: bold;
	color: #000099;
}

table.nwt td
{
	white-space: nowrap;
}

ul.ul1 li
{
	margin-bottom: 0.5em;
}

table.menuTable
{
	background: #103C6C;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

#nav, #nav ul
{
	float: left;
	list-style: none;
	line-height: 1.5em;
	background: #103C6C;			/* background color */
	font-weight: normal;
	padding: 0;
	border: solid #666666;			/* border color */
	border-width: 0px;				/* border width of main bar */
	margin: 0 0 0 0;
}

#nav a
{
	display: block;
	color: #FEF4B2;					/* text color */
	text-decoration: none;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-size:0.8em;
	font-weight: bold;
	white-space: nowrap;
}

#nav li
{
	float: left;
	padding: 0;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 10.75em;					/* width of dropdown box ... doesn't clip text ... i.e. must be wide enough to contain text */
	border-width: 1px;				/* border width of dropdown frame */
	margin: 0;
}

#nav li li							/* highlight */
{
	padding-right: 0em;
	width: 10.75em;					/* item highlight width */
}

#nav li ul a
{
	text-align: left;
	font-size:0.8em;
	font-weight: normal;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
	left: auto;
}

#nav li:hover, #nav li.sfhover
{
	background: #104E8B;			/* hover/highlight color */
}
