
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(../images/nav/op_background.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	text-decoration: none;
}


 #container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
 #header {
 	color: #FFFFFF;
	font-size: 80%;
 	text-align: right;
 	height: 50px;
	padding: 30px 20px 20px 20px; 
}

 #header a{
 	text-decoration: none;
	color: #FFFFFF;
}

.logo {
	float: left;
}

#bigPic{
		border: 4px solid #FFFFFF;
		background-color: #FFFFFF;
}

#navBar {
/*	padding: 0 0 0 18px*/;
	padding: 0 0 0 0;
	height: 55px;
	background-image: url(../images/nav/op_navBar.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
}



#spacer {
	float: left;
}

#navButton {
	font-weight: bold;
	position: relative;
	top: 15px;
	color: #a0d3df;
	float: left;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}

#navButton:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#navButton .location{
	font-size: 80%;
	color: #a0d3df;
}


#navButtonSelected {
/*	background-image: url(../images/nav/op_navBar_select.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	font-weight: bold;
	position: relative;
	top: 15px;
	color: #FFFFFF;
	float: left;
	font-size: 80%;
	text-align: center;

}

#navButtonSelected .location{
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	
}

#mainContent {
	color: #996633;
	padding: 30px 35px 20px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#leftCol {
	width: 440px;
	float: left;
}

#leftCol #block a{
	color: #996633;
	background-color: #F1F1F1;
	text-decoration:none;
}

#leftCol2{
	width: 540px;
	float: left;
}

#leftCol3{
	width: 100%;
	float: left;
}

#leftCol4{
	padding: 0 25px 0 0;
	width: 97%;
	height: 400px;
	overflow: auto;
	float: left;
}

#rightCol {
	width: 360px;
	float: right;
}

#rightCol2 {
	width: 260px;
	float: right;
}

#rightCol2 a{
	text-decoration: none;
}

#clear {
	clear: both;
}

#orangeBox {
	color: #FFFFFF;
	background-image: url(../images/nav/orangeBox.gif);
	background-repeat: no-repeat;
	padding: 20px;
	width: 320px;
	height: 140px;
}

#orangeBox a{
	color: #FFFFFF;
	font-weight: bold;
}


#title{
	font-weight: bold;
	font-size: 160%;
	padding: 0 0 0 0;
}

#title2{
	font-weight: bold;
	font-size: 140%;
	padding: 0 0 0 0;
}

#titleCentered {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

#subtitle{
}

#subtitle2{
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 2px;
	background-color: #b9a796;
}

#block{
	padding: 15px 0 0 0;
	font-size: 80%;
}

#block a{
	text-decoration: underline;
}

#blockAgreement{
	background-color: #F1F1F1;
	height: 250px;
	padding: 20px;
	font-size: 75%;
	overflow: auto;
}

#blockAgreement a{
	color: #23B0D2;
}

#blockComment{
	padding: 20px 0 20px 0;
	font-size: 80%;
}

#blockComment .writer {
		float: right;
		text-align: right;
		font-weight:bold;
		font-style: italic;
}

ul a{
	font-size: 80%;
	color: #996633;
}


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#008eb0;
}
#footer p {
	text-align:center;
	font-size: 70%;
	color: #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer p a{
	color: #FFFFFF;
	text-decoration: underline;
}


