/* CSS Document */

body {
	margin: 0px;
	background-color: #E9E6E6; color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
img { border: 0px; }

a:link { color: #CC0000; text-decoration: underline; }
a:visited { color: #660000; text-decoration: underline; }
a:hover { color: #FF3300; text-decoration: underline; }

/* =========================== TYPE STYLES =========================== */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px; line-height: 32px; color: #CC0000;
	font-weight: normal;
	padding: 0px; margin-top: 0px; margin-bottom: 17px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 21px; color: #CC0000;
	font-weight: normal;
	padding: 0px; margin-top: 0px; margin-bottom: 17px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; line-height: 17px; color: #CC0000;
	font-weight: bold;
	padding: 0px; margin-top: 0px; margin-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 17px; color: #000000;
	padding: 0px; margin-top: 0px; margin-bottom: 17px;
}
p.firstpara { font-size: 14px; line-height: 19px; font-weight: bold; }
ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 17px; color: #000000;
}
p.notes { font-size: 11px; }

/* =========================== PAGE STRUCTURE =========================== */
#page {
	width: 760px; height: auto;
	background-image: url(images/bkgrnd_mainpg.gif);
	background-position: center; background-repeat: repeat-y;
}

/* TOP PANEL */
#toppanel {
	width: 720px; padding-left: 20px; padding-right: 20px;
	height: auto; padding-top: 5px; padding-bottom: 5px;
	font-size: 10px; line-height: 10px; font-weight: bold;
	text-align: left;
	background-image: url(images/bkgrnd_toppanel.gif);
	background-position: center; background-repeat: repeat-y;
	display: block;
}
#toppanel a:link { color: #CCCCCC; text-decoration: none; }
#toppanel a:visited { color: #CCCCCC; text-decoration: none; }
#toppanel a:hover { color: #FFFFFF; text-decoration: none; }


a.skiplink {
	background-position: left top; background-repeat: no-repeat;
	padding-left: 10px;
}
a.skiplink:link, a.skiplink:visited { background-image: url(images/arrow_down_f01.gif); }
a.skiplink:hover { background-image: url(images/arrow_down_f02.gif); }

/* HEADER SECTION */
#header {
	width: 750px; padding-left: 5px; padding-right: 5px;
	height: auto; padding-top: 10px;
	background-image: url(images/bkgrnd_header.gif);
	background-position: center; background-repeat: repeat-y;
	text-align: left;
}
table.logos {
	width: 720px;
	border: 0px;
	border-collapse: collapse;
	margin-left: 15px;
}
table.logos td { vertical-align: middle; }
td.rosslogo { text-align: left; }
td.caselogo { text-align: center; }
td.natcenlogo { text-align: right; }
#rsctitle {
	width: 750px; height: 38px; padding-top: 8px; padding-bottom: 8px;
	border-bottom: 1px solid #9A898A;
	border-top: 1px solid #9A898A;
	background-image: url(images/therosscasesurvey.gif);
	background-position: center 8px; background-repeat: no-repeat;
	display: block;
}
#rsctitle h1 { display: none; }

/* MAIN PAGE */
#pagecontent {
	width: 750px; padding-left: 5px; padding-right: 5px;
	height: auto;
	position: relative; clear: both;
}
#navcolumn {
	width: 179px; padding-left: 11px; height: auto; padding-top: 20px;
	position: relative; float: left;
	background-image: url(images/nav_paneltop.gif);
	background-position: top; background-repeat: no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	display: block;
}
#typecolumn {
	width: 440px; height: auto; padding-top: 20px;
	position: relative; float: left;
	margin-bottom: 20px;
	text-align: left;
	display: block;
}
/* PAGE FOOTER */
#pagefooter {
	width: 720px; padding-left: 20px; padding-right: 20px;
	height: 18px; padding-top: 1px;
	position: relative; clear: both;
	background-image: url(images/bkgrnd_footer.gif);
	background-position: center; background-repeat: repeat-y;
	font-size: 11px; line-height: 18px;
	color: #CCC;
}
#pagefooter table {
	width: 720px;
	border: 0px;
	border-collapse: collapse;
}
#pagefooter td { text-align: left; }
#pagefooter td.copyright { width: 195px; }
#pagefooter a:link, #pagefooter a:visited { color: #CCCCCC; text-decoration: none; }
#pagefooter a:hover { color: #FFFFFF; text-decoration: none; }

/* CREDITS */
#credit {
	width: 760px; height: auto; padding-top: 10px;
	position: relative; clear: both;
	font-size: 10px; line-height: 10px; color: #999999;
	margin-bottom: 20px;
	background-color: #E9E6E6;
	background-image: url(images/bkgrnd_pgbase.gif);
	background-position: center top; background-repeat: no-repeat;
	display: block;
}
#credit a:link, #credit a:visited { color: #999999; text-decoration: none; }
#credit a:hover { color: #000000; text-decoration: underline; }

/* =========================== NAVIGATION =========================== */
#navcolumn a {
	width: 170px; padding-left: 9px; height: 27px;
	position: relative; clear: both;
	font-size: 12px; line-height: 24px; font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}
#navcolumn a:link, #navcolumn a:visited { color: #666666; text-decoration: none; }
#navcolumn a:hover { color: #000000; text-decoration: none; }

/* =========================== GENERAL STYLES =========================== */
a.skiplinkanchor {
}

#questPanel {
	width: 438px; height: auto;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin-bottom: 17px;
}
#questPanel h2 {
	width: 428px; padding-left: 5px; padding-right: 5px;
	height: auto; padding-top: 5px; padding-bottom: 3px;
	color: #FFFFFF; background-color: #CC0000;
	line-height: 16px;
	margin-bottom: 5px;
	display: block;
}
#questPanel p {
	margin-left: 5px; margin-right: 5px; padding-top: 5px;
	margin-bottom: 8px;
	width: 300px;
	display: block;
}
a.questbutton {
	padding: 5px;
	font-size: 12px; line-height: 15px; font-weight: bold;
	position: relative; float: right;
	margin-right: 5px;
	text-align: center;
	background-position: bottom; background-repeat: repeat-x;
	display: block;
}
a.questbutton:link, a.questbutton:visited {
	background-color: #666666; color: #FFFFFF;
	border: 1px solid #999999;
	text-decoration: none;
	background-image: url(images/questbutton_f01.jpg);
}
a.questbutton:hover {
	background-color: #CC0000; color: #FFFFFF;
	border: 1px solid #660000;
	text-decoration: none;
	background-image: url(images/questbutton_f02.jpg);
}
a.questbutton:active {
	background-color: #660000; color: #FFDFE0;
	border: 1px solid #660000;
	text-decoration: none;
	background-image: url(images/questbutton_f03.jpg);
}
