/* CSS Document */

body {
	color: #666666;
	background-color: #EEEEEE;
	margin: 0;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
line-height: 1.6em;
padding-top: 0;
margin-top: 0;
}

h1 {
font-weight: normal;
font-size: 2.2em;
padding: 0 0 10px 0;
margin: 0;
}

h2 {
font-size: 1em;
}

h3 {
font-size: 1.4em;
color: #860038;
}


#wrapper {
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	padding: 13px;
	width: 750px;
	margin: 0 auto;
	font-size: .76em;
}

#header {
	width: 750px;
	height: 93px;
	padding: 0px;
	margin: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #EDEDED;
	background-image: url(images/header.gif);
}

#topnav {
float: right;
width: 164px;
}

#topnav ul {
display: block;
list-style-type: none;
margin: 0 auto;
padding: 0;
}

#topnav li {
list-style-type: none;
float: left;
padding: 0;
margin: 0;
height: 33px;
}


li.home a:link, li.home a:visited, li.home a:active {
	width: 62px;
	height: 33px;
	background-image: url(images/topnav_home.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.home a:hover {
	width: 62px;
	height: 33px;
	background-image: url(images/topnav_home.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
display: block;
}
li.contact a:link, li.contact a:visited, li.contact a:active {
	width: 102px;
	height: 33px;
	background-image: url(images/topnav_contact.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.contact a:hover {
	width: 102px;
	height: 33px;
	background-image: url(images/topnav_contact.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
display: block;
}

#navigation {
margin: 0 auto;
padding: 0;
text-align: center;
width: 605px;
height: 25px;
}



#maincontent #navigation ul {
display: block;
list-style-type: none;
margin: 0 auto;
padding: 0;
}

#navigation li {
list-style-type: none;
float: left;
padding: 0;
margin: 0;
height: 25px;
}


li.aboutus a:link, li.aboutus a:visited, li.aboutus a:active {
	width: 77px;
	height: 25px;
	background-image: url(images/n_aboutus.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.aboutus a:hover {
	width: 77px;
	height: 25px;
	background-image: url(images/n_aboutus.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
display: block;
}
li.research a:link, li.research a:visited, li.research a:active {
	width: 123px;
	height: 25px;
	background-image: url(images/n_ourresearch.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.research a:hover {
	width: 123px;
	height: 25px;
	background-image: url(images/n_ourresearch.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}

li.resources a:link, li.resources a:visited, li.resources a:active {
	width: 164px;
	height: 25px;
	background-image: url(images/n_news.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.resources a:hover {
	width: 164px;
	height: 25px;
	background-image: url(images/n_news.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}
li.partners a:link, li.partners a:visited, li.partners a:active {
	width: 119px;
	height: 25px;
	background-image: url(images/n_partners.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.partners a:hover {
	width: 119px;
	height: 25px;
	background-image: url(images/n_partners.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}
li.sponsors a:link, li.sponsors a:visited, li.sponsors a:active {
	width: 113px;
	height: 25px;
	background-image: url(images/n_sponsors.gif);
	background-position: top left;
	background-repeat: no-repeat;
display: block;
}
li.sponsors a:hover {
	width: 113px;
	height: 25px;
	background-image: url(images/n_sponsors.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
}
li.selected a:link, li.selected a:visited, li.selected a:hover {
background-position: bottom left;
}


#contentbox {
	width: 750px;
	margin-top: 10px;
}

#maincontent {
	width: 605px;
	float: right;
}
#sidecontent {
	width: 135px;
	float: right;
	margin-right: 10px;
	background-image: url(images/side_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 89px;
}

#sidetext {
margin: 10px;
padding-top: 2px;
color: #2F3063;
}

#coverreport {
float: left;
width: 130px;
padding: 10px 10px 0 0;
}

#coverreport p {
	line-height: 1.2em;
	font-size: 0.85em;
	font-style: italic;
	padding: 5px 10px 5px 0 ;
}

#maincontent ul {
margin: 0;
padding: 0 0 10px 15px;
line-height: 1.6em;
}

#footer {
margin: 0 auto;
text-align: center;
padding: 10px;
font-size: .7em;
}

.quoted {
	font-style: italic;
}

.normaltext {
line-height: 1.2em;
}
.clearer {
clear: both;
}

a:link, a:visited, a:active {
color: #666;
}

a:hover {
color: #333366;
}

#advisor {
display: none;
}
