/* Universal Styles */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333333;
	background-color:#FFFFFF;
}
h1, h2, h3 {
	font-size:2.0em;
	color:#3953A1;
}
p {
	font-size:1.4em;
	color:#333333;
	padding:10px 0;
	line-height:19px;
}
a:link, a:visited {
	color:#3953A1;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
/* Unique Styles */
#container {
	text-align:center;
	margin:0 auto;
	width:900px;
}
#header {
	height:126px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
}
#header img {
	padding:12px 0 0 35px;
}
#nav {
	list-style:none;
	position:absolute;
	top:33px;
	left:177px;
}
#nav li {
	float:left;
}
#nav li a {
	text-decoration:none;
	background-repeat:no-repeat;
	height:27px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#who a {
	width:83px;
	background-image:url(../images/nav_who.gif);
}
#how a {
	width:90px;
	background-image:url(../images/nav_how.gif);
}
#publications a {
	width:84px;
	background-image:url(../images/nav_publications.gif);
}
#about a {
	width:167px;
	background-image:url(../images/nav_about.gif);
}
#media a {
	width:102px;
	background-image:url(../images/nav_media.gif);
}
#lists a {
	width:98px;
	background-image:url(../images/nav_list.gif);
}
#contact a {
	width:74px;
	background-image:url(../images/nav_contact.gif);
}
#nav li a:link, #nav lia a:visited {
	background-position:top;
}
#nav li a:hover {
	background-position:bottom;
}
#nav .here a {
	background-position:0 -27px;
}



#navigation ul {
	list-style:none;
	position:absolute;
	top:33px;
	left:189px;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	text-decoration:none;
	background-repeat:no-repeat;
	height:27px;
	display:block;
}
.who {
	width:93px;
	background-image:url(../images/nav-who.gif);
}
.how {
	width:101px;
	background-image:url(../images/nav-how.gif);
}
.pub {
	width:99px;
	background-image:url(../images/nav-pub.gif);
}
.abo {
	width:191px;
	background-image:url(../images/nav-abo.gif);
}
.med {
	width:117px;
	background-image:url(../images/nav-med.gif);
}
.con {
	width:85px;
	background-image:url(../images/nav-con.gif);
}
#content {
	text-align:left;
	padding:0 45px 10px 45px;
	background-color:#FFFFFF;
}
#title {
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
	width:360px;
}
.roi {
	background-image:url(../images/title-roi.gif);
}
.wwa {
	background-image:url(../images/title-who.gif);
}
.hww {
	background-image:url(../images/title-how.gif);
}
.plc {
	background-image:url(../images/title-pub.gif);
}
.ara {
	background-image:url(../images/title-abo.gif);
}
.mp {
	background-image:url(../images/title-med.gif);
}
.cu {
	background-image:url(../images/title-con.gif);
}
.pp {
	background-image:url(../images/title-pri.gif);
}
.tac {
	background-image:url(../images/title-ter.gif);
}
.ml {
	background-image:url(../images/title-list.gif);
}
#content ul {
	margin:0 0 0 25px;
	padding:5px 0;
}
#content ul li {
	padding:5px;
	font-size:1.4em;
	color:#3953A1;
}
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	text-align:left;
	height:67px;
	position:relative;
	clear:both;
}
#footer p {
	color:#FFFFFF;
	font-size:1.1em;
	letter-spacing:1px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
.copy {
	position:absolute;
	top:9px;
	left:34px;
}
.links {
	position:absolute;
	right:40px;
	top:9px;
}
/* Popular Styles */
.swap {
	text-indent:-9000px;
	overflow:hidden;
}
.promo {
	float:right;
	padding:0 0 0 10px;
}
.switch {
	display:none;
}
