
body {
	 margin:						0;
	 background:					#FFF;
	 font: 							normal 12px/100% Arial, "Lucida Grande", Helvetica, Geneva, sans-serif;
	 color: 						#333;
	 text-align:					center; /* center content \*/
}

#outer-wrap {
	position:						relative;
	width:							100%;
	text-align:						left;
	background:						none;
}

#outer-wrap .wrap-inside {
	padding:						0;
	
}

#header #logo{
	float:							left;
	height:							60px;
}

#header #title{
	float:							right;
	height:							60px;
}

/* -----------------------------------------------------------------------------
CONTENT AREA
--------------------------------------------------------------------------------*/
#content {
	width:							100%;
	clear:							both;
}

#content h3 {
	margin:							0;
	line-height:					1.20em;
	font-size:						26px;
	color:							#B2B4B8;
}

#content .inside {
	padding:						0;
	margin-bottom:					25px;
}

/* -----------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------*/

#footer {
	text-align:						right;
	color:							#999999;
}

#footer .footerMenu {
	display:						none;
}


/* -----------------------------------------------------------------------------
MAIN MENU 
--------------------------------------------------------------------------------*/

div#nav {
	display:						none;
}

/* -----------------------------------------------------------------------------
HTML TAGS
--------------------------------------------------------------------------------*/
.clr {
	display:						block;
	height:							1px;
	width:							100%;
	clear:							both;
}

img {
	border:							0 none;
}

p {
	line-height:					1.4em; 
	color:							#333;
	margin:							0;
}

p.indent {text-indent:				1.5em; }

h3 { font-family:					Arial, "Lucida Grande", Helvetica, Geneva, sans-serif; }

strong {
	color:							#333;
	font-family:					Arial, "Lucida Grande", Helvetica, Geneva, sans-serif;
}

ul { padding-left: 1em;margin: 0;}
li { line-height: 1.4; }


sup,
sub {
	height: 						0;
	line-height: 					1;
	vertical-align:					baseline;
	_vertical-align: 				bottom;
	position:						relative;
	
}

sup {
	bottom: 						1ex;
}

sub {
	top: 							.5ex;
}

.caption {
	margin-top:						4px;
	font: 							normal 11px/130% Arial, Helvetica, Geneva, sans-serif; 
	color:							#666;
}

p.top {
	display:						block;
	width:							100%;
	height:							25px;
	margin:							20px 0;
	border-bottom:					1px solid #CCC;
	font-size:						11px;
	line-height:					20px;
	text-align:						right;
}

p.top a,
p.top a:link,
p.top a:visited,
p.top a:active {
	color:							#0099CC;
	text-decoration:				none;
}

/* -----------------------------------------------------------------------------
TABLE 
--------------------------------------------------------------------------------*/
#leadership td {
	padding:						3px 0 0 0;
	text-align:						left;
	vertical-align:					top;
	font-size: 						10px;
}

#leadership2 td {
	padding:						5px 0 0 0;
	text-align:						left;
	vertical-align:					top;
	font-size: 						12px;
}


table td {
	padding:						0.3em;
	text-align:						right;
	vertical-align:					bottom;
}
table td.tBold {
	font-weight:					bold;
}

table td.firstCol {
	text-align:						left;
}

table td.underline {
	border-bottom:					1px solid #333;
}

table.reverse td.underline {
	border-bottom:					1px solid #333;
}

table td.indent {
	text-indent:					1em;
}
table td.indent2 {
	text-indent:					2em;
}
table td.indent3 {
	text-indent:					3em;
}
table td.indent4 {
	text-indent:					4em;
}
table td.small {
	font-size:						10px;
	line-height:					1.2em;
}
