html, td, th { font: 10px verdana, sans-serif; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

a, a:visited {
	color: #678ac1;
}

a:hover{
	text-decoration: underline;
}

a.navigational {
	font-size: 14px;
}

p { margin: 1em 0; }

body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
}

.centeredcontainer { margin: 20px auto; width: 930px; }
.container { 
	margin: 0 auto;
	width: 890px;
	overflow: hidden;
}

.header {
	color: white;
	height: 85px;
	background-color: #437D26;
	background-repeat: repeat-x;
	text-align:center
}

.header .tabs a.selected {
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.header .tabs a {
	text-shadow: rgba(0,0,0, .8) 1px 1px;
	float: left;
	padding: 0px 20px;
	color: white;
	text-decoration: none;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
}

.body 
{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.clear {
	clear: both;
}

.header .menu-header b:hover, .header .menu-header:hover {
	cursor: pointer;
}

.menu-header {
	line-height: 1.2em;
}

.menu-header .SubTittle {
	font-size: 90%;
	font-weight: normal;
}

.menu-header .full-name {
	float: right;
	margin-right: 5px;
	font-weight: bold;
	text-align: left;
}

.strong {
	font-weight: bold;
}

.disclosure-arrow {
	float: right;
	position: relative;
	cursor: pointer;
	top: 5px;
	margin-left: 3px;
	height: 0px;
	width: 0px;
	border: 1px solid;
	border-color: white transparent transparent transparent;
	border-width: 5px;
}

.disclosed {
	top: 0px;
	border-color: transparent transparent rgb(77, 120, 181) transparent;
}


.header .logo { 
	float: left; 
	width: 161px;
	height: 60px;
	margin-right:24px;
}
.header .logon { position: relative; float: right; text-align: right; margin-top: 8px; margin-right: 0px; padding: 7px 7px 0px 7px; z-index: 40; min-width: 120px; max-width: 220px; }

.header .expanded {
	background-color: rgb(231, 242, 255); 
	color: rgb(77, 120, 181);
	border-bottom-width: 0px;
	text-align: left;
	-moz-box-shadow: rgba(0,0,0, .24) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0, .24) 1px 2px 3px;
	padding-bottom: 5px;
}

.header .expanded .full-name { float: left; }

.header .menu { 
	color: rgb(77, 120, 181);
	position: absolute; 
	top: 34px; 
	left: 0px; 
	padding: 8px 7px; 
	background-color: rgb(231, 242, 255); 
	text-align: left; 
	display: none;
	-moz-box-shadow: rgba(0,0,0, .24) 1px 5px 5px;
	-webkit-box-shadow: rgba(0,0,0, .24) 1px 5px 5px;
}


.header .menu a {
	display: block;
	text-decoration: none;
}

.header .menu a:hover {text-decoration: underline; }

.borderradius .container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.boxshadow .container {
	-moz-box-shadow: rgba(0,0,0, .42) 1px 1px 4px;
	-webkit-box-shadow: rgba(0,0,0, .42) 1px 1px 4px;
}

.no-boxshadow .container {
	border: 2px solid #b6c5dc;	
}

.container h1 {
	font-size: 28px;
	margin: 3px 0 18px;
}

.column { width: 440px; float: left; margin-right: 10px; }
.last { margin-right: 0; }


p.copyright {
	text-align: center;
	clear: both;
	padding-top: 36px;/*12px;*/
	padding-bottom: 15px;
	margin: 0;
	line-height: 24px;
	font-size: 11px;
	/*background-color: #f6faff;*/
	color: #999;
}
p.copyright .logo span { display: none; }
p.copyright a { margin: 0 5px; text-decoration: none; /*color: #7b9ece;*/ }
p.copyright a:hover { color: #4468aa; }

p.summary { margin-top: 10px; }
