body {
	text-align: left;
	background-color: #ffffff;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 14pt;
	margin: 0;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
}

table.noborder td {
	padding: 0;
	padding-right: 20px;
	line-height: 14pt;
}

td, th {
	border: 1px solid #D7F3FF;
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

th {
	background-color: #D7F3FF;
	color: #006AB6;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 14pt;
	line-height: 28pt;
	color: #f89933;
	padding: 0;
	margin: 0;
	padding-bottom: 14px;
}

h3 {
	font-size: 10pt;
	color: black;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 10pt;
	color: #006ab6;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 11pt;
	color: #f89933;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}



h4 {
	font-size: 11pt;
	color: #f89933;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #006ab6;
}

a:hover {
	text-decoration: underline;
	color: #006ab6;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	background-color: white;
	background-image: url('/images/bg_container.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	height: 121px;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.txt_logo {
	vertical-align: top;
	top: 50px;
	left: 180px;
	background-image: url(/images/text_logo.png);
	width: 517px;
	height: 35px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}

#language {
	width: 273px;
	height: 33px;
	margin-left: 678px;
	margin-top: 20px;
	font-size: 9pt;
	font-weight: bold;
	color: #f89933;
}

#language a {
	text-decoration: none;
	color: #e9e9e9;
}

a.inactive {
	text-decoration: none;
	color: #f89933;
}

span.spacer {
	padding-left: 5px;
	padding-right: 5px;
}

#contentLeft {
	float: left;
	width: 223px;
	margin-right: 12px;
}

#contentRight {
	float: right;
	position: relative;
	width: 700px;
}

/* Menu */

#menu {
	margin-bottom: 12px;
}

#menu a {
	text-decoration: none;
	color: #006ab6;
	font-size: 9pt;
	line-height: 18pt;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #006ab6;
	font-size: 9pt;
	line-height: 18pt;
	font-weight: bold;
}

#menuTop {
	width: 250px;
	height: 16px;
	background-image: url('/images/menu_top.png');
	background-repeat: no-repeat;
}

#menuCenter {
	width: 250px;
	background-image: url('/images/bg_menu.png');
	background-repeat: repeat-x;
	background-color: #91d9f8;
}

#menuBottom {
	width: 250px;
	height: 16px;
	background-image: url('/images/menu_bottom.png');
	background-repeat: no-repeat;
}

#menuCenter li {
	list-style: none;
	padding-left: 20px;
}

#menuCenter li.selected {
	list-style: none;
	padding-left: 20px;
	background-image: url('/images/arrow.png');
	background-repeat: no-repeat;
}

#subMenu {
	display: block;
	width: 200px;
	position: absolute;
	top: 250px;
	text-align: right;
	right: 20px;
	line-height: 16pt;
	font-size: 9pt;
}
#subMenu ul {
	list-style: none;
}

/* End Menu */

/* Foundations */

#foundations {
}
#foundationsTop {
	width: 250px;
	height: 16px;
	background-image: url('/images/foundations_top.png');
	background-repeat: no-repeat;
}

#foundationsCenter {
	width: 250px;
	background-image: url('/images/bg_foundations.png');
	background-repeat: repeat-x;
	background-color: #ffcf4c;
}

#foundationsCenter li {
	list-style: none;
	padding-left: 20px;
}

#foundations a {
	text-decoration: none;
	color: #006ab6;
	font-size: 9pt;
	line-height: 18pt;
}

#foundationsCenter img {
	padding-right: 10px;
}

h1.foundations {
	font-size: 11pt;
	color: #006ab6;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 5px;
}

#foundationsBottom {
	width: 250px;
	height: 16px;
	background-image: url('/images/foundations_bottom.png');
	background-repeat: no-repeat;
}

/* End Foundations */

img.bannerBtn {
	margin-left: -1px;
	margin-top: 4px;
	margin-bottom: 8px;
}

#contentTop {
	background-image: url('/images/content_top.png');
	background-repeat: no-repeat;
	height: 13px;
}

#contentHolder {
	background-image: url('/images/bg_content.png');
	background-repeat: repeat-x;
	border-right: 1px solid #d7f3ff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
	padding-bottom: 1px;
}
#contentHolder a {
	text-decoration: underline;
}

#contentHolder a:hover {
	text-decoration: none;
}


#content {
	width: 470px;
	min-height: 400px;
	
}
#content ul {
	padding-bottom: 15px;
}
#content li {
	margin-left: 15px;
}

#content p {
	margin-bottom: 14px;
}
#content p.footnote {
	font-size: 10px;
	color: #999;
	margin-bottom: 5px;
}


#content ul.news {
	list-style: none;
}
#content ul.news li {
	margin-left: 0;
	clear: both;
	position: relative;
	display: block;
}
#content ul.news span {
	display: block;
	width: 65px;
	float: left;
}
#content ul.news a {
	display: block;
	width: 395px;
	float: left;
	padding-bottom: 5px;
}

ul ul li a {
	font-weight: normal !important;
}
ul ul li {
	padding-left: 0 !important;
}


img.contentPhoto {
	position: absolute;
	margin-left: 500px;
	margin-top: 1px;
}

#footer {
	background-image: url('/images/footer.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 45px;
	clear: both;
}

#footer p {
	text-align: right;
	font-size: 8pt;
	color: #bcbcbc;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 10px;
}

p.question {
	margin: 0;
}

span.date, div.date {
	font-size: 9pt;
	color: #006ab6;
	line-height: 14pt;
}
div.date {
	margin-bottom: 14pt;
}
ul span.date {
	color: black;
	padding-right: 5px;
}
.noborder, .noborder * {
	border: none;
}

#contentHolder a.questionAndAnswerMore {
	text-decoration: none;
}

#contentHolder ul.news a {
	text-decoration: none;
	
}

div#search {
	float: right;
	text-align: right;
	width: 300px;
	margin-right: 5px;
	margin-top: 95px;
}

div.searchForm {
	margin-bottom: 14pt;
}

div.searchForm input, div#search input {
	border: 1px solid #d0d0d0;
	width: 150px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 14pt;
	padding: 2px;
}

div.searchForm input.submit, div#search input.submit {
	background-color: #006ab6;
	color: white;
	font-weight: bold;
	width: auto;
	border: 1px solid #006ab6;
	padding-left: 10px;
	padding-right: 10px;
}

div#search input {
	font-size: 8pt;
	line-height: 12pt;
}

div#search input.submit {
	background-color: #bcbcbc;
	border: 1px solid #bcbcbc;
}

span.highlight {
	background-color: #FDCB0C;
	font-weight: bold;
}


h1.latestNews {
	padding-top: 28pt;
}
