body {
	background-color: #E4E4E4;
	color: #000000;
	font-family: "Helvetica Neue", Arial;
	font-size: 12pt;
	font-weight: normal;
}


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	background-color: #FFF;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	top:			14px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}




#executiveTable a {
    font-size: 13px;
    color: #595959;
}

#outerWrap, #outerContentWrap, #panelWrap {
	text-align: center;
}
div#container, #cpanel {
	text-align: left;
	width: 1000px;
    margin: 0 auto;
}	

div#container {
	position: relative;
	margin-top: 20px;
	width: 1000px;
	height: 800px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

div#headerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 159px; /* 145 + 14 */
	z-index: 900;
}

div#headerTopLine {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 14px;
	background-color: #2B007C;
}

#headerLogo {
	position: absolute;
	top: 60px;
	left: 714px;
}

div#headerMenuContainer {
	position: absolute;
	top: 54px;
	left: 0px;
	width: 625px;
	height: 55px;
	background-image: url('images/top_menu_bg.png');
}

ul#headerMenuMain {
	position: absolute;
	top: 11px;
	left: 30px;
	width: 900px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 900;
}

ul#headerMenuMain li {
	position: relative;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-left: 1px solid #ff7800;
	list-style-type: none;
	white-space: nowrap;
}

ul#headerMenuMain li:first-child {
    /*border-left: none;*/
}

ul#headerMenuMain li.headerMenuMainLast {
	border-right: none;
	padding-right: 0px;
}

ul#headerMenuMain li a {
	color: #2b007c;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-transform: lowercase;
}

ul#headerMenuMain li a:hover {
	color: #ff7800;
}

ul#headerMenuMain li ul {
	padding-top: 5px;
	border-left: 1px solid #ff7800;
}

ul#headerMenuMain li ul li {
    padding-bottom: 2px;
    border: 0px;
}
    /*
    display: none;
    float: none;
    clear: none;
    margin: 0px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 5px;
    background-color: #FFFFFF;
    z-index: 950;
}

ul#headerMenuMain li ul li {
    float: none;
    clear: none;
    border: none;
    background-color: #FFFFFF;
    padding: 0px;
    padding-left: 4px;
    padding-right: 5px;
}
    */

ul#headerMenuSub {
	position: absolute;
	top: 38px;
	left: 260px;
	width: 308px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 800;
}

ul#headerMenuSub li {
	position: relative;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}

ul#headerMenuSub li a {
	color: #ff7800;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

ul#headerMenuSub li a:hover 
{
	color: #2b007c;
}

div#copyrightFooter {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#copyrightFooter p {
	float: right;
	margin-top: 3px;
	font-size: 10px;
	color: #333333;
}

div#copyrightFooter p a {
	text-decoration: none;
}

div#copyrightFooter p a:hover {
	text-decoration: underline;
}

div#navContainer 
{
    position: absolute;
    bottom: 0px;
}

#contentContainer a 
{
    text-decoration: none;
    color: #ff7800;
	font-family: "Helvetica Neue", Arial;
    font-weight: bold;
}

#contentContainer a.contentLink {
    color: #ff7800;
	font-size: 13px;
    font-weight: bold;
}

#contentContainer a:hover
{
    color: #2b007c;
}

#contentContainer ul li {
	font-family: "Helvetica Neue", Arial;
	font-size: 13px;
    font-weight: 500;
    list-style-type: square;
    color: #000000;
}

#contentContainer ul li ul li {
    list-style-type: circle;
}

a.SkinObject {
    color: #2b007c;
}

a.SkinObject:hover {
    color: #2b007c;
    text-decoration: underline;
}

a.SkinObject:active {
    color: #2b007c;
}

a.SkinObject:link {
    color: #2b007c;
}

.SkinObject {
    color: #2b007c;
}









































