* {
	margin:0;
	padding:0;
}
body {
	margin: 0px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}



/* wrapper */
div.pagewidth {
	width: 70%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}


/* header & nav */
div.header {
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
}
.content p a {
	color: #900;
}

div.nav {
	height: 50px;
	display: block;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/navRed.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div.nav ul {
	list-style: none;
	height: 50px;
	float: left;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
div.nav ul li {
	display: block;
	float: left;
	padding: 11px 12px;
}
div.nav ul li.end {
	border-right:none;
}
div.nav ul li a, div.nav ul li a:visited, div.nav ul li a:hover {
	float:left;
	text-decoration:none;
	color:#eee;
	font-weight:bold;
	padding:3px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:none;
	display:block;
}
div.nav ul li a:hover {
	text-decoration:underline;
	color:#fff;
}
div.nav ul li.selected a, div.nav ul li.selected a:visited, div.nav ul li.selected a:hover {
}



/* headers */
h1 {
	font-size: 2.2em;
	letter-spacing: -1px;
	padding-left: 10px;
	text-align: left;
	line-height: 1.0em;
	text-transform: uppercase;
}

div.page h1 {
	padding: 0;
}
div.page h2 {
	font-size: 26px;
	padding: 0;
}

h2 {
	text-align: left;
	color: #000000;
	font-weight: normal;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
	margin-top: 15px;
}
h3 {
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4A5A74;
	letter-spacing:-1px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003366;
	padding:7px 0;
	font-size:19px;
}



/* element defaults */
p {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #555555;
	text-align: justify;
}

ul {
	padding:0 0 20px 35px;
	list-style:none;
}
ol {
	padding:0 0 20px 35px;
}
ul, ol {
	font-size:13px;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}


/* default links */
a, a:visited {
	color: #666;
	text-decoration: none;
} 
a:hover {
	color: #990000;
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
div.page li {
	padding:2px 0;
}
div.page p {
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
}
/* content */
div.page {
	padding: 20px 10px;
	clear: both;
	background-color: #fff;
}
div.content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
div.content img{
	float: right;
	margin-right: 35px;
	border: 1px solid #000;
}

div.content ul {
	list-style:disc;
}
div.content li {
	padding-bottom:5px;
}


/* publication formatting */

#pub1, #pub2, #pub3, #pub4, #pub5, #pub6, #pub7, #pub8, #pub9, #pub10, #pub11, #pub12, #pub13, #pub14, #pub15, #pub16, #other1, #other2, #other3, #other4, #other5, #RI-1, #RI-2 {
	padding-bottom: 8px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#pub1 a strong, #pub2 a strong, #pub3 a strong, #pub4 a strong, #pub5 a strong, #pub6 a strong, #RI-2 a strong {
	color: #900;
}
#pub1 a, #pub2 a, #pub3 a, #pub4 a, #pub5 a, #pub6 a, #pub7 a, #pub8 a, #pub9 a, #pub10 a, #pub11 a, #pub12 a, #pub13 a, #pub14 a, #pub15 a, #pub16 a, #RI-2 a, #other1 a {
	color: #900;
}



/* footer */
div.footer {
	clear: both;
	background-color: #000000;
}
div.footer p {
	text-align:center;
	color:#ffffff;
	font-size:0.75em;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#ffffff;
	border-bottom:none;
	text-decoration:underline;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
div.content ul {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
div.content ul li a {
	color: #900;
}
