body {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
	color: #000;
	margin: 10px;
	padding: 0px;
	text-align: center;
} 

.body_pop {
    background-color: #fff;
	text-align: left;
}

div#main {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 5px;
	text-align: left;
	background-color: #ffffff;
}
div#header {
	background-color: #ffffff;
	background:url(/media/oregon/images/or_header.jpg) no-repeat;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	height:90px;
}

div#header_smaller {
	background-color: #ffffff;
	background:url(/media/oregon/images/or_header_smaller.jpg) no-repeat;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	height:60px;
}

#progress_bar{
	margin: 20px 0 0 200px;
	height:20px; 
	width:300px; 
	border:1px solid #ccc;
	}

#completed{
	height: 20px; 
	background:#FFFF00; 
	font-family: verdana, sans-serif
}

div#header h4 {
	font-weight: bold; 
	font-size:90%; 
	color: #006699;
	font-family:Times;
	margin-top:90px;
}
div#navcontentwrapper {
	padding: 5px 5px;
}
	div#navcontentwrapper div#navigation {
		width: 790px;
		height: 35px;
	}
		div#navigation ul {
			list-style:none;
			margin: 0;
			padding: 0px;
			height: 32px;
			border-bottom:3px solid black;
		}
		div#navigation li {
			float:left;
			display: block;
			padding: 0;
			margin: 0px;
			height:32px;
			vertical-align:middle;
		}
		div#navigation a {
			font-family: Tahoma, Geneva, Arial, sans-serif;
			font-weight:bold;
			width:125px;
			text-align: center;
			color: #fff;
			padding: 2px;
			font-size: 12px;
			vertical-align:middle;
			text-decoration: none;
			background: url(/media/oregon/images/navmap.gif) no-repeat;
			background-position:0px -40px;
			display:block;
			height:31px;
		}
		div#navigation a:link{
			background: url(/media/oregon/images/navmap.gif) no-repeat;
			background-position:0px -40px;
		}
		div#navigation a:hover {
			background: url(/media/oregon/images/navmap.gif) no-repeat;;
			background-position:0 0;
			color:#333;
		}
		
	
	div#navigation li ul{
		position: absolute; 
		left: -9999px; 
		height: auto; 
	    width: 105px; 
	    font-weight: normal;
	    border: 0; 
	    margin: 0;
	}
	
	div#navigation li:hover ul, 
	div#navigation li ul:hover,
	div#navigation li.sfhover ul,
	div#navigation li ul.sfhover{
		left: auto;
	}
	
	div#navigation li li{
		background-url: none;
		background-color: #99CC66;
		height:45px;
	}
	
	/*you are here effect*/
    #home #home_nav a,
    #about #about_nav a,
    #prescreener #prescreen_nav a,
    #programs #programs_nav a,
    #contacts #contacts_nav a,
    #whattobring #whattobring_nav a{
        background: url(/media/oregon/images/navmap.gif) no-repeat;;
		background-position:0 0;
		color:#333;
    }

	
	div#navigation li li a,
	#about #about_nav li a,
	#programs #programs_nav li a{
	    text-align:left;
		height:44px;
	    padding:0 5px;
		width: 111px;
		color:#fff;
	    border-bottom:1px solid #222;
	    border-right:2px solid #222;
	    border-left:2px solid #222;
	    text-transform: capitalize;
		background-image: none;
		background-color: #99CC66;
	}
	
	div#navigation li li#userinfo a{
		border-top:1px solid #222;
		height:43px;
	}
	
	div#navigation li li#history a{
		border-bottom:2px solid #222;
		height:43px;
	}
	
	div#navigation li li a:link,
	#about #about_nav li a:link,
	#programs #programs_nav li a:link{
		background-image: none;
		background-color: #99CC66;

	}
	div#navigation li li a:hover,
	#about #about_nav li a:hover,
	#programs #programs_nav li a:hover {
		background-image: none;
		background-color: #fff;
		color:#333;
	}
	
	div#navcontentwrapper div#content {
		width: 790px;
		text-align: left;
		background-color: #ffffff;
	}
	

    

    
    
div#footer {
	background-color: #ffffff;
	font-size: 10px;
	text-align: center;
}

h2 {
	margin: 20px 0px;
	font-family: Arial;
	color: #663366;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
small {
	font-size: 80%;
}

dl dt {
	font-weight: bold;
}

a { }
a:link { color: #000080; }
a:visited { color: #000080; }
a:hover { color: #0000ff; }

p {
	line-height: 1.3em;
	padding: 0px;
	margin: 10px 0px;
}

ul.errorlist {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
ul.errorlist li {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #cc0000;
}
legend {
	font-weight: bold;
	font-size: 95%;
}

.formtable td.forminput{
	text-align:right;
}

.formbox {
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0px;
}
	.formbox p {
		line-height: 1.0em;
		padding: 0px;
		margin: 2px 0px;
	}
	.formbox p.note {
		display:block;
		width:400px;
		padding: 0px 20px;
		margin-top: 5px;
		color: #3333ff;
		font-style:italic;
	}
	.formerror {
	}
	.formlabel {
		float: left;
		width: 610px;
		margin: 0px;
	}
	.indent .formlabel {
		width: 580px;
	}
	div.forminput {
		float: left;
		text-align: right;
		width: 110px;
	}
		div.forminput input, div.forminput select {
			margin: 0px;
		}
	.formend {
		clear: left;
	}
	.formcheck {
		width: 15em;
		float: left;
	}
		.formcheck input {
			margin-left: 1em;
		}
		.formcheck label {
		}
	span.required {
		padding: 1px 4px 1px 1px;
		color: #cc0000;
		font-size: 110%;
	}
	p.required{
	    font-size:90%;
	    color: #cc0000;
	}

fieldset {
	padding: 2px;
	margin: 2px;
}

.note {
	padding: 0px 20px;
	color: #3333ff;
}
.indent {
	padding: 0px 0px 0px 30px;
}

table#controls{
	border:0;
}

table#controls td{
	text-align:center;
	vertical-align:middle;
}

table#results{
    width: 100%;
    border: 1px outset black;
    border-collapse: collapse;
}

#results td{
    border:1px inset #999;
    padding: 5px;
}

.mainheader th{
    padding: 5px;
    background: #000033;
    color: #fff;
    border:1px inset #000;
    text-align:center;
    }
    
.subheader{
    padding: 5px;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    background-color:#ccc;
    text-align:center;
    }
    
table#feedback{
    width:100%;
}

table#feedback th{
    width:150px;
    text-align:left;
}

#feedback span.help_text{
    font-weight:normal;
}

#feedback textarea{
    width:100%;
}

#housingtype_id{
	width: 500px;
}

.positive_row td{
	background: #FF9;
}

div#rightcol{
	float:right;
	width:350px;
}

div#leftcol{
	float:left;
	width:350px;
}

ul#tips{
    style="vertical-align:middle;
    list-style-position: inside;padding:10px
}

ul#tips li{
    padding:10px 0;
}

table#userprofilestable{
	margin-top:20px;
    width: 100%;
    border: 1px outset black;
    border-collapse: collapse;
}

#userprofilestable th{
    border:1px inset #999;
    padding: 5px;
}

#userprofilestable th{
    border:1px inset #999;
    padding: 5px;
	background: #ccc;
}

#userprofilestable th.category{
	text-align:center;
}

#userprofilestable td{
    border:1px inset #999;
    padding: 5px;
}

#userprofilestable td.number{
    text-align: right;
}
