
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	height: 100%;
}

a:link, 
a:visited 
{
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

a:hover,
#body ul.publications a:hover span.header
{
	color: #fda000;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font: bold 30px "Times New Roman", Times, serif;
	color: #b7c3d7;
	text-transform: uppercase;
	margin-bottom: 38px;
}

h2 {
	font: bold 12px "Times New Roman", Times, serif;
	color: #ee9701;
	text-transform: uppercase;
	margin-bottom: 8px;
}

h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #b7c3d7;
	margin-bottom: 0px;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix,
.clearfix_left
{	
	zoom: 1;
}

* html .clearfix {height: 1%;}

.clearfix_left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}

h1 span.search {
	font-size: 22px;
	text-transform: none;
}

h3 a,
h3 a:link,
h3 a:visited
{
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #A7ACB4;
	margin-bottom: 0px;
	text-decoration: underline;
}

h3 a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	height: 100%;
}

* html body #wrapper {width:expression((document.documentElement.offsetWidth) >1280 * (parseInt(document.body.currentStyle.fontSize) / parseInt(document.body.currentStyle.fontSize))?  "1200px" : ((document.documentElement.offsetWidth) < 780? "752px" : "94%")); }

#background-wrapper {
	background: #e1e7f1;
	height: 100%;
}

#header {
	background: #fff url('/images/shadow_top.jpg') center bottom no-repeat;
}

#submenu {
	background: #1b458d url('/images/bg_submenu.jpg') left top no-repeat;
	height: 22px;
	padding-right: 14px;
}

#submenu li {
	float: right;
	list-style: none;
}

#submenu a,
#submenu a:link,
#submenu a:visited
{
	float: left;
	font: bold 14px "Times New Roman", Times, serif;
	color: #fff;
	margin: 3px 2px 0;
	line-height: 19px;
	background: #9cbcf2 url('/images/tl_blue.gif') left top no-repeat;
	text-transform: lowercase;
}

#submenu span.link {
	background: url('/images/tr_blue.gif') right top no-repeat;
	padding: 1px 12px 2px;
}

#submenu a:hover,
#submenu a.active,
#submenu a.active:link,
#submenu a.active:visited
{
	color: #fda000;
	background: #fff url('/images/tl_white.gif') left top no-repeat;
	text-decoration: none;
}

#submenu a:hover span.link,
#submenu a.active span.link 
{
	background: url('/images/tr_white.gif') right top no-repeat;
}

#mainmenu {
	float: right;
	display: inline;
	margin: 26px 35px 0 0;
	background: url('/images/bg_border_vert.gif') right top repeat-y;
	
}

#mainmenu li {
	float: left;
	list-style: none;
	_zoom: 100%;
}

#mainmenu a,
#mainmenu a:link,
#mainmenu a:visited
{
	float: left;
	font: bold 14px "Times New Roman", Times, serif;
	color: #999;
	padding: 16px 12px;
	text-transform: uppercase;
	background: url('/images/bg_border_vert.gif') left top repeat-y;
	height: 1%;
}

#mainmenu a:hover,
#mainmenu a.active,
#mainmenu a.active:link,
#mainmenu a.active:visited
{
	color: #fda000;
	text-decoration: none;
}

#login {
	display: none;
	position: absolute;
	top: 22px;
	right: 45px;
	background: #e0e7f1;
	padding: 10px;
	width: 308px;
}

#search {
	display: none;
	position: absolute;
	top: 22px;
	right: 103px;
	background: #e0e7f1;
	padding: 10px;
	width: 255px;
}

a.mainlogo,
a.mainlogo:link,
a.mainlogo:visited
{
	display: block;
	margin-top: 5px;
	padding-bottom: 10px;
	width: 210px;
}

div.clear {
	clear: both;
}

#banner {
	background: #fff url('/images/shadow_bottom.jpg') center bottom no-repeat;
	padding: 5px 0 13px;
	height: 151px;
}

div.body-wrapper {
	padding: 20px 35px 0 0;
	background: #fff;
}

#body {
	position: relative;
	padding: 10px 0 0 10px;
	background: #fff url('/images/bg_border_vert.gif') right top repeat-y;
	line-height: 18px;
}

#body div.rightcolumn {
	position: relative;
	float: right;
	width: 250px;
}

a.icon,
a.icon:link,
a.icon:visited
{
	position: relative;
	float: right;
	padding-right: 20px;
	padding-top: 2px;
	height: 16px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

a.word,
a.word:link,
a.word:visited
{
	background: url('/images/ico_word.gif') right top no-repeat;
}

a.excel,
a.excel:link,
a.excel:visited
{
	background: url('/images/ico_excel.gif') right top no-repeat;
}

a.pdf,
a.pdf:link,
a.pdf:visited
{
	background: url('/images/ico_pdf.gif') right top no-repeat;
}

a.file,
a.file:link,
a.file:visited
{
	background: url('/images/ico_file.gif') right top no-repeat;
}

a.powerpoint,
a.powerpoint:link,
a.powerpoint:visited
{
	background: url('/images/ico_ppt.gif') right top no-repeat;
}

a.zip,
a.zip:link,
a.zip:visited
{
	background: url('/images/ico_zip.gif') right top no-repeat;
}

#body div.publication-wrapper {
	padding-left: 15px;
}

#body ul.publications {
	margin-left: 0;
}

#body ul.publications li {
	list-style: none;
	margin-right: 15px;
	padding: 5px 0 9px;
	background: url('/images/bg_border_hor.gif') 15px bottom repeat-x;
	_zoom: 100%;
}

#body ul.publications p {
	line-height: 14px;
	margin-bottom: 5px;
}

#body ul.publications p a,
#body ul.publications p a:link,
#body ul.publications p a:visited
{
	color: #9d9d9d;
}

#body ul.publications p a:hover {
	color: #fda000;
}

#body ul.publications p.date {
	color: #336cca;
	margin-bottom: 0;
}

#body ul.publications span.header {
	color: #9d9d9d;
	font-weight: bold;
}

#body ul.publications a.more,
#body ul.publications a.more:link,
#body ul.publications a.more:visited
{
	float: right;
	font-size: 10px;
	margin-top: 4px;
}

#body ul.publications a.icon,
#body ul.publications a.icon:link,
#body ul.publications a.icon:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
}

#body ul.publications a.word,
#body ul.publications a.word:link,
#body ul.publications a.word:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
	background: url('/images/ico_word.gif') left top no-repeat;
}

#body ul.publications a.excel,
#body ul.publications a.excel:link,
#body ul.publications a.excel:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
	background: url('/images/ico_excel.gif') left top no-repeat;
}

#body ul.publications a.pdf,
#body ul.publications a.pdf:link,
#body ul.publications a.pdf:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
	background: url('/images/ico_pdf.gif') left top no-repeat;
}

#body ul.publications a.file,
#body ul.publications a.file:link,
#body ul.publications a.file:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
	background: url('/images/ico_file.gif') left top no-repeat;
}

#body ul.publications a.powerpoint,
#body ul.publications a.powerpoint:link,
#body ul.publications a.powerpoint:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
	background: url('/images/ico_ppt.gif') left top no-repeat;
}

#body ul.publications a.zip,
#body ul.publications a.zip:link,
#body ul.publications a.zip:visited
{
	float: right;
	height: 16px;
	padding: 0 7px;
	background: url('/images/ico_zip.gif') left top no-repeat;
}

#footer {
	position: relative;
	padding: 20px 0 10px 10px;
	color: #b3b3b2;
	background: #fff;
}

#footer span.title {
	font: bold 14px "Times New Roman", Times, serif;
}

#footer span.copyright {
	font: normal 10px Arial, Helvetica, sans-serif;
}

ul.imagefader {
	background: url('/images/bg_shadow.gif') left top no-repeat;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	height: 180px;
}

ul.imagefader li {
	list-style: none;
}

div.left {
	margin-right: 270px;
}

p.breadcrumb {
	font-size: 11px;
	color: #b7c3d7;
	text-transform: lowercase;
}

p.breadcrumb a,
p.breadcrumb a:link,
p.breadcrumb a:visited
{
	font-size: 11px;
	color: #a7acb4;
	text-decoration: underline;
}

p.breadcrumb a:hover {
	text-decoration: none;
}

div.paragraphs {
	padding-left: 25px;
	padding-bottom: 10px;
	background: url('/images/bg_border_vert.gif') left top repeat-y;
}

#body div.paragraphs ul.publications p {
	padding-bottom: 12px;
}

#body div.paragraphs ul.publications p.date {
	padding-bottom: 0;
}

div.paragraphs ul {
	margin: 0 0 20px 14px;
}

div.paragraphs li {
	padding-left: 30px;
}

div.paragraphs p {
	margin-bottom: 20px;
}

div.paragraphs p.date {
	color: #336cca;
	margin-bottom: 0;
}

div.paragraphs table {
	background: #fff;
	margin-bottom: 20px;
}

div.paragraphs td {
	background: #e9eff7;
	color: #000;
	padding: 2px 10px;
	text-align: center;
}

div.paragraphs td.alt {
	background: #cfd7e4;
}

div.paragraphs td.left {
	text-align: left;
}

div.paragraphs tr.total td.lefthead {
	font-weight: normal;
}

div.paragraphs tr.total td {
	font-weight: bold;
}

div.paragraphs thead td {
	background: #b7c3d7;
	color: #fff;
	padding: 8px 10px;
	font-size: 18px;
	text-align: left;
}

div.paragraphs thead td.alt {
	background: #cfd7e4;
	color: #000;
	padding: 8px 10px;
	font-size: 12px;
	text-align: center;
}

p a,
p a:link,
p a:visited
{
	color: #7289b0;
}

#searchNav {
	margin: 10px 0;
	text-align: center;
}

#searchNav a {
	color: #999;
}

#searchNav a:link,
#searchNav a:visited
{
	color: #1b4891;
	text-decoration: underline;
	margin: 0 3px;
}

#searchNav a:hover {
	color: #999;
	text-decoration: none;
}

#searchNav a:link:hover,
#searchNav a:visited:hover
{
	color: #fda000;
	text-decoration: none;
}