* { font-family: "Trebuchet MS", Verdana, sans-serif; }

body, table {
	font-size: 10pt;
	line-height: 1.4;
}

body { margin: 0; background: url(/img/background.jpg) repeat-x fixed; }
table { empty-cells: show; }

a { cursor: pointer; }
a:focus { outline: none; }

img { border: none; }

sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	padding-right: 1.5px;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

#content { width: 780px; margin: 0 auto; background: white; }

/* Special lists */
ul.nl, #breadcrumbs { display: block; list-style: none; margin: 0; padding: 0; }
ul.nl li, #breadcrumbs li { display: inline; }
ul.vertical li { display: block; }

/* Top navigation */

#navigationbar { background: #080; color: white; line-height: 1.5em; position: relative; top: 15; left: 10; height: 25px; border-top: 3px solid black; }
#navigationbar a { font-size: 16px; color: white; }
#navigationbar a:hover {text-decoration: none;}



#mainbody { overflow: hidden; padding-bottom: 1ex; }

/* Clear after anything with this class. */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Left Navigation Bar */
#leftnav {
	border-right: 1px solid #080;
	position: relative;
	top: 0; left: 0;
	font-size: 9pt;
	line-height: normal;
	width: 159px;
	float: left;
	margin-left: -780px;
	padding-bottom: 0px;
	margin-bottom: -200px;
}

/* General list styling */
#leftnav ul { list-style: none; }
#leftnav ul, #leftnav ul li, #leftnav ul li a { display: block; margin: 0; padding: 0; }
#leftnav ul li { border-bottom: 1px solid #080; }
#leftnav ul li ul li { border: none; padding: 0; }


/* Menu items */
#leftnav ul li h4 {
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	color: #333;
	padding: 0;
	margin: 0;
}

#leftnav ul li h4 a {
	text-decoration: none;
	padding: 2px 0;
	color: #333;
}

#leftnav ul li ul li a {
	width: 134px;
	padding: 1px 0 1px 25px;
	color: #333;
}

#leftnav ul li ul li.last a {
	padding-bottom: 4px;
}

/* Fixed styles */
#leftnav ul li.fixed { font-weight: normal; padding-left: 1ex;  }
#leftnav ul li.fixed h4 { padding: 2px 0; }
#leftnav ul li.fixed ul li { font-weight: normal; margin-left: -1ex; }

/* Closed styles */
#leftnav ul li.closed ul { display: none; }

/* Other item styles */
#leftnav ul li.image { text-align: center; }

/* Rollovers */
#leftnav ul li a:hover { background: #ddd; }

/* Main Page */
#main {
	float: left;
	margin-left: 160px;
	width: 620px;
}

.pad { margin: 0 10px; }


#breadcrumbs {
	line-height: 25px;
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
}

.br {
	float: none;
	clear: both;
	width: 1px;
	height: 1px;
	padding: 0;
	font-size: 2px;
	line-height: 1px;
}

h1, .header { font-size: 14pt; color: #333; margin-top: 0; }	
h2 { font-size: 12pt; color: #271e69; }

/* Spacers */
.spacer5  { width: 5px;  height: 5px;  }
.spacer10 { width: 10px; height: 10px; }


/* Table grids */
table.grid { width: 100%; }
table.grid th { font-size: 14pt; color: #333; text-align: left; border-bottom: 1px dotted #999; }
table.grid td { border-bottom: 1px dotted #999; border-right: 1px dotted #999; text-align: center; }
table.grid td.last { border-right: none; }


/* Footer styles */
#bottomnav {
	position: relative;
	top: 0; left: 0;
	background: #080;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 9pt;
	width: 100%;
	clear: both;
	color: white;
}

#bottomnav a {
	color: white;
}

#footer {
	position: relative;
	background: #eee;
	font-size: 8pt;
	color: #000;
	padding-bottom: 1em;
	line-height: normal;
	padding-top: 15px;
	padding-left: 1ex;
}

