body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 1.6em;
	background-color: #003333; 
	font: normal 100% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { text-decoration: none; color: #335577; font-weight: bold; }

a:visited { text-decoration: none; color: #557799; font-weight: bold; }

#a:hover, a:active { color: #990000; background-color: #eae5cf; }

/* HTML Elements */

h1, h2, h3, h4, h5, h6 
{ 
	font-weight: normal; 
	margin: 0; 
	padding: 10px 0; 
	color: #000000;
}

h1 { font-size: 1.75em; }

h2 { font-size: 1.50em; }

h3 { font-size: 1.25em; }

h4 { font-size: 1.13em; }

h5 { font-size: 1.00em; font-weight: bold; }

h6 { font-size: 0.88em; text-transform: uppercase; }

ul { list-style-type: square; }

dl { margin: 0 20px; border-left: 5px solid #485ba8; }

dt, dd { margin: 0; padding: 0 10px; }

dt { padding-top: 5px; }

dd { padding-top: 10px; padding-bottom: 10px; }

dt.alt, dd.alt { background-color: #eeeeee; }

blockquote 
{ 
	background-color: #eeeeee; 
	border-left: 5px solid #485ba8; 
	padding: 10px; 
	margin: 5px 20px; 
}

code { color: #996633; font-family: Consolas, Verdana, "Courier New", Sans-Serif; font-size: 0.75em; }

acronym { border-bottom: 1px dotted #000000; }

/* Structure */

#container { background-color: #f9f9f9; color: #000000; float: left; width: 100%; }

#header { background-color: #003333; color: #999999;  height: 100px; }

#navigation { float: left; width: 100%; } 

#wrapper { 
	width: 80%;
	margin: 0 auto; }

#content-wrapper { float: left; width: 60%; }

#content { float: left; padding: 20px; }

#sidebar-wrapper { float: left; width: 40%; }

#sidebar { float: left; padding: 20px; }

#footer 
{
	width: 100%;
	text-align: center; 
	clear: both;
	font-size: 0.69em; 	
	color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #003333;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
}

/* Header */

#header h1, #header h2 { padding-left: 10px; margin: 0; }

#header h1 { padding-bottom: 0; padding-top: 11px; }

#header h2 { padding-bottom: 11px; color: #999999; font-size: 1.00em; }

#header a:link, #header h1 a:visited { color: #b7bfbf; padding: 0; }

#header a:hover, #header h1 a:active { background-color: transparent; color: #ffce40; }

/* Navigation */

#navigation ul 
{ 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	float: left; 
	width: 100%; 
	background-color: #eff5e8;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation li a
{
	float: left;
	display: block;
	padding: 5px 10px; 
}

#navigation li a:hover,
#navigation li a:active
{
	background-color: #000033;
	color: #ffffff;
}

li.navbtnsel a
{
	background-color: #8c9fec;
	color: #000033;
}

/* Content */

#content a:link { text-decoration: underline; }

#content a:visited { text-decoration: underline; }

#content dt
{
	font-size: 24px; 
}

#content dt a:link, #content dt a:visited { border-bottom-width: 0; padding: 0; }

#content dt a:hover, #content dt a:active { background-color: transparent; }

/* Footer */

#footer a:link, #footer a:visited { padding: 0; }

#footer a:hover, #footer a:active { background-color: transparent; color: #cfcfcf; }

/* Data Classes */

.infotabledata {
	font-weight: bold;
}
.infotablevalue {
	padding-right: 5px;
	white-space: nowrap;
}
