body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}



#wrapper-header {	background: #222; }

#header {
	background: #222 url('images/banner.jpg') center no-repeat;
	width: 775px;
	height: 96px;
	line-height: 96px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #f0f0f0;
	font-size: 190%;
	padding-left: 10px;
	letter-spacing: -1px;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
}

#wrapper-menu {
	margin: 0 auto;
	background: #0B48AC url('images/menu-background.png') top left repeat-x;
	width: 775px;
}

#menu {
	width: 775px;
	margin: 0 auto;
	font-size: 75%;
	float: center;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 775px;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
	background: #0B48AC url('images/menu-background.png') top left repeat-x;
}

#menu a:hover {
	background: #CCDFFF url('images/menu-hover.png') repeat-x;
	color: #5986D0;
}

#content {
	width: 755px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 10px 20px 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 80%;
	text-align: left;
}

#content1 {
	width: 580px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	background: white;
	font-size: 85%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-decoration: none;
	text-align: left;
	color: black;
}

#content2 {
	width: 775px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	background: white;
	font-size: 85%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-decoration: none;
	text-align: left;
	color: black;
}


#tr.highlight { background-color: #8888FF }




* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 10px;
	width: 755px;
	text-align: left;
	color: white;
	letter-spacing: 0.1em;
	background: #0B48AC url('images/menu-background.png') top left repeat-x;
	border: 1px solid #5F88CC;
	font-size: 70%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	padding-left: 2px;
	border-bottom: 1px solid #0A166C;
	font-size: 120%;
	letter-spacing: -1px;
	background-color: #CFD5FF;
}

a:link, a:visited {
	color: #6F77B4;
	text-decoration: none;
}

a:hover {
	color: #60658D;
	text-decoration: underline;
}

p { margin-left: 1em; }


a { text-decoration: none }

ul {margin: 0px 0px 20px 20px }

.stockquotesheader	{ font-family: verdana, arial; font-size: 8pt; color: ffffff;}
.g					{ color: 5555aa}
.l					{ color: aa5555}

a.headsm b {
	font-weight:normal;
}

/* DD Menu */
#sddm
{	
	z-index: 30;

}

#sddm li
{	

}

#sddm li a
{	
	display: block;
}

#sddm li a:hover
{	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 28px 0 0 60px;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 123px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}