/* header graphics */

body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 0;
	background: #ffffff;
}

p {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}

form {
	margin: 0;
	padding: 0;
}

div#topbar {height: 100px; padding-right: 40px; }

div#topitem {float: left; padding: 10px; height: 30px;  float:left; margin-right: 4px; font-size: 11px; font-weight: bold; }

div#topitem a {color: #551718; text-decoration: none; }

div#topitem a:hover {color: #000; text-decoration: none;}


div#container {
	background: url('http://www.reisa.org/images/highresheader.jpg') no-repeat;
	clear:both;
	overflow:hidden;
}

div#headerleft {
	display: none;
	float: left;
	width: 400px;
}

div#headerright {
	display: none;
}

/* menu */
div#menu {
	background: #ccc;
	display: none;
	visibility: hidden;
	width: 0;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.error {
	list-style-type: disc;
	margin: 0 0 1.5em 1em;
	padding-left: 1em;
}

div#subnav {
	position: absolute;
	top: 20px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	height:24px;
}
a:link, a:visited {
	color: #000000;

}


a:hover a:active{
	color: #c5c19d;

}

a.subnav:link,a.subnav:visited {
	color: #fff;
	text-decoration: none;
}

a.subnav:hover,a.subnav:active {
	color: #b5111c;
	text-decoration: none;
}

a.white:link,a.white:visited {
	color: #b5111c;
	text-decoration: none;
	margin-right: 45px;
}

a.white:hover,a.white:active {
	color: #c5c19d;
	margin-right: 45px;	
}
	
/* footer */
div.footer {
	background: #ffffff;
	border-top: 1px solid #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	clear: both;
}

/* text */

div#center {
	min-height: 600px;
	clear: both;
	padding-right: 10px;
}

div.content {
	padding: 20px 40px 20px 40px;
}

div.normalpadding {
	padding-left: 40px;
}

.text {
	font-family: arial,helvetica,sans-serif;
	padding-right: 10px;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	}

.text2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-left: 5px;
	padding-top: 35px;
	padding-right: 5px;
	color: #fff;
	}
	
.callout {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
}

div#print-style {
	display: none;
}

a.print_button {
	float: left;
	padding: 0 2px;
}