﻿body {
	background-image:url(images/standardBackground.jpg);
}
#header {
	height:285px;
}
#container #header #leftHead #logo {
	display:none;
}
#container #header #leftHead {
	margin-top:55px; /*Reduce by 10px*/
}
#container #header #leftHead #what_is_top {
	display:block;
}
#container #header #leftHead #what_is_bottom {
	display:none;
}
#container #header #centerHead #base_centerHead {
	display:none;
}
#container #header #centerHead #standard_centerHead {
	display:block;
	padding-left:25px;
}
#container #header #rightHead #base_rightHead {
	display:none;
}

/*sub-navigation menu items*/
#container #leftPanel ul {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	width:160px;
}
#container #leftPanel ul li {
	border-bottom:1px #F49100 solid;
	padding:5px 0;
	white-space:nowrap;
}
#container #leftPanel ul li img {
	vertical-align:middle;
}
#container #leftPanel ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#container #leftPanel ul li a, #container #leftPanel ul li a:link, #container #leftPanel ul li a:visited {
	color:#F49100;
}
#container #leftPanel ul li a:hover, #container #leftPanel ul li a:active {
	color:#F59100;
}

#leftPanel .em {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0 0 20px 0;
	font-size:16px;
	color:#01B3CD;
	line-height:20px;
	width:160px;
}

#centerPanel .board, #centerPanel .advisor {
	border-top:1px #808080 solid;
	margin:10px 0 20px 0;
	clear:both;
}
#centerPanel .board .name, #centerPanel .advisor .name {
	font-weight:bold;
}
#centerPanel .board .position {
	font-style:italic;
}
#centerPanel .board img, #centerPanel .advisor img {
	float:right;
	margin:4px 0 4px 4px;
}
#centerPanel .advisor .bling {
	margin:0 0 5px 0;
}

#centerPanel .interest {
	font-style:italic;
	font-weight:bold;
}

#centerPanel .sponsorship {
	margin:0 0 20px 0;
}
#centerPanel .sponsorship .name {
	font-size:15px;
	font-weight:bold;
}
#centerPanel .sponsorship .amount {
	font-size:14px;
	font-style:italic;
}
#centerPanel .sponsorship .desc {
}

/*#stamp {
	visibility:visible;
}*/

ul.indent {
	list-style:none;
}

