body {
	background: #000000;
	font-family: Helvetica, Arial;
	font-size: 10px;
	margin: 0;
	text-align: center;
	color: #2f348a;
}

p, td { font-family: Helvetica, Arial; font-size: 11px; }
h1 { font-family: Helvetica, Arial; font-size: 14px; font-weight: normal; }


/* Global Layout */
#container { margin: 0 auto; width: 960px; }
#header { width: 960px; height: 101px; background: #000000 url('images/logo.jpg') no-repeat right; border-bottom: 1px solid #626366; text-align: left; }
#ticker {width: 799px; height: 76px; /*background: #000 url('images/tickerbg.gif') repeat-x top;*/ }
	#ticker_content{ position:relative; top: 58px;height:15px !important; overflow:hidden;}
	#ticker_content table{position:relative; top:-2px;}
	.ticker_table{font-size:36px;}
#nav { width: 225px; height: 396px; background: #231f20 url('images/navbg.jpg') no-repeat; float: left; }
	#nav ul { list-style: none; margin-top: 75px; }
	#nav ul li { font-family: Helvetica, Arial; font-size: 11px; text-align: left; color: #fff; border-bottom: 1px solid white; padding: 3px; padding-left: 4px; margin-left: 75px; }
	#nav ul li a { text-decoration: none; color: #fff; display: block; }
#content { width: 474px; height: 396px; background: #fff; text-align: left; float: left; overflow: auto; }
#text { width: 424px; padding: 15px; margin-top: 25px; color: #2f348a; }
#rightcol { width: 261px; height: 396px; background: #fff; float: left; margin: 0px; padding: 0px; overflow: hidden; }

/* Drop Down Menu styling */
#dropmenudiv { margin-left: 105px; margin-top: -18px; position: absolute; border: 1px solid #1f4fa2; font-family: Helvetica, Arial; font-size: 10px; text-align: left; line-height: 18px; z-index:100; }
#dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid #1f4fa2; padding: 1px 0; text-decoration: none; color: #1f4fa2; }
#dropmenudiv a:hover{ color: #0b3378; background-color: #cbd6ea; }

/* Helper Classes */
.abouttab { margin: 0px; }
	.abouttab td { padding-top: 5px; padding-bottom: 5px; vertical-align: top; }
.italics { font-style: italic; }
.right { text-align: right; }