body{
text-align:left;
font-family:serif;
font-size:14px;
color:#000;
}

a {
color:#00f;
text-decoration:none;
font-size:12px;
}

a:hover{
text-decoration:none;
}

ul{
list-style-image:url(images/bullet.jpg); 
margin-left:-15px;
}

li{margin-top:8px;}


/*layout objects*/
div.clearer{clear:both;}

#mainContainer{
border:0px;
margin:0px;
padding:0px;
margin-left: auto;
margin-right:auto;
width:700px;
}

/*grey lines */
	div.grey{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden; /*hack to force IE6 to show proper div heights */
	}
	
	#five{
	background:#333;
	height:5px; 
	margin-bottom:2px;
	}
	#two{
	background:#999; 
	height:2px; 
	margin-bottom:10px;
	}

#top{
height:90px;
background-image:url(images/titleBanner.jpg);
background-repeat:no-repeat;
background-position:center;
padding:none;
margin-right:auto;
margin-left:auto;
}
	#top a{
		display:block;
		height:90px;
	}

#motto{
color:#666;
font-size:12px;
font-weight:bold;
font-style:italic;
width:800px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:10px;
}

#leftNav{
float:left;
width:142px;
margin-top:10px;
padding-right:30px;
text-align:right;
}

	#leftNav a, #content a{
	color:#666;
	font-style:italic;
	text-decoration:none;
	font-size:16px;
	display:block;
	}
	
	#leftNav a:hover, #content a:hover{
	text-decoration:underline;
	color:#900;
	}
	
	#content a{
	font-size:16px;
	color:#900;
	}
	
	#content a:hover{
	text-decoration:underline;
	}
	
	#leftNav p{
	margin-top:10px;
	font-style:italic;
	font-size:12px; 
	}
	
	#leftNav img{
	margin-top:40px;
	margin-bottom:20px;
	margin-left:15px;
	}


#content{
float:left;
padding-left:30px;
width:450px;
min-height:520px;
border-left:2px solid #999;
}

	p.title{
	font-size:14px;
	font-weight:bold;
	color:#900;
	}
	
	#content a{display:inline;}
	
	p.redCenter{
		text-align:center;
		color:#900;
		font-weight:bold;
	}

#error{
font-weight:bold;
color:#900;
}

legend{
color:#900;
}

#footer{text-align:center;}

	#footer a{
	font-size:10px;
	font-style:italic;
	color:#666;
	}
	
	#footer a:hover{
	text-decoration:underline;
	color:#900;
	}
	
	#byline, #byline a{
	color:#666;
	font-size:9px;
	}

span.bi{
font-weight:bold;
font-style:italic;
}
