body {
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #eed;
}
a:link, a:visited {color: #053776;}
a:hover {color: #0066CC;}
a:active {color: #666;}
img {
	margin: 0px;
	padding: 4px;
}

/********* Header **********/
#actions {
	background: url(../image/bkgrd_bar.gif) repeat-x;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
#mast #logo {
	background: url(../image/logo_oipBkgd.jpg) no-repeat left top;
	height: 68px;
	width: 485px;
}

#mast {
	position: relative;
	background: url(../image/bkgrd_mast.jpg) repeat-x;
	height: 68px;
	margin: 0px;
	padding: 0px;

}
#mast h1 {
	font-size: 14.5px;
	color: #FFFFFF;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	left: 315px;
	top: 16px;
	white-space: nowrap;
	width: 525px;
	height: 38px;
}
#mast img {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#home .home {
	display:none;
}
/*--------------------------Content---------*/
.content {
	width: 100%;
	background: #FFFFFF url(../image/bkgrd_col-R.gif) repeat-x left top;
	min-width: 750px;
	/*was 800px*/
	margin:0px;
	padding:0px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content li {
	margin:0;
	padding:5px 20px;
}
.content h1 {
	color:#808da2;
	font-size: 1.35em;
	line-height: 2em;
	font-weight:300;
}

.content h2 {
	color:#446252;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight:normal;
}
.content h3 {
	color:#003399;
	font-size: 1em;
	font-weight: normal;
}
.content p, .content ul li, .content ul ul li, .content ol li{
	font-size: .9em;
	line-height: 1.45em;
}
.content p {
	padding-top:.5em;
}
.content ul li, .content ul ul li, .content ol li{
	padding-top:.25em;
}
.content .col-td p {
	font-size: .8em;
}
.highlite {
	color: #990000;
}
.content .txtMed {
	color:#053776;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.content .txtMedB {
	color:#395345;
	font-size: 1em;
	line-height: 1.45em;
}
.content .col-td {
	padding-right: 20px;
	border-right: 1px dashed #999999;
	background: #eed url(../image/bkgrd_col-L.gif) repeat-x left top;
}

.col-L {
	float:left;
	width: 25%;
	height:inherit;
	background: #eed url(../image/bkgrd_col-L.gif) repeat-x left top;
	margin-right: 20px;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}
.content .col-L .col-Ltop {
	padding-top: 55px;
}
.col-td .wht {
	color: #FFFFFF;
	line-height: 42px;
	font-weight: bold;
}
.content .col-L h1 {
	color: #CBD1DE;
	font-size: 1em;
	font-weight: bold;
}
.content td {
	vertical-align: top;
}

.col-C {
	width: 60%;
	margin-left: 0px;
	padding-left: 0px;
}
.col-C fieldset {
	margin-left: 30px;
}
.col-C legend {
	background: #CFC9BC;
	border: solid 1px #666;
	padding: 4px;
	margin-top: 4px;
	}
.col-F {
	width: 90%;
}
#col-R {
	float:right;
	width: 274px;
	border: 1px solid #999999;
	position:absolute;
	top: 245px;
	right: 62px;
	background:#CDCBBC url(../image/fill_box.jpg) repeat-x;
	visibility: visible;
}
#col-R img {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

#col-R .bulletR {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#col-R h2 {
	background:#9596AC;
	color: #EAF2F0;
	font-weight: bold;
	margin: 0;
	padding-left: 20px;
	font-size: 1em;
}

/*------------------ location subpages -------------------------------*/
#col-Rnav {
	float:right;
	width: 25%;
	border: 1px solid #999999;
	position:absolute;
	top: 14em;
	right: 1em;
	background:#CDCBBC url(../image/fill_box.jpg) repeat-x;
}
#col-Rnav img {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

#col-Rnav h2 {
	background:#9596AC;
	color: #EAF2F0;
	font-weight: bold;
	margin: 0;
	padding-left: 20px;
	font-size: 1em;
}
.content .col-C p.padL {
	padding-left: 60px;
}
.content .col-C li {
	list-style-position: outside;
	list-style-image: url(../image/bulletB.gif);
}
/* ------------------- location subpages navigation ------------------ */

#navloc {margin-left: 20px; margin-top: 20px; margin-bottom: 20px;
}

#navloc ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navloc li { margin: 0; padding: 0;}

#navloc a {
display: block;
padding: 5px 10px;
width: 175px;
color: #000;
background-color: #97A8B9;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
}

#navloc a:hover {
color: #000;
background-color: #6D849E;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

#navloc ul ul li { margin: 0; }

#navloc ul ul a {
display: block;
padding: 0px 2px 0px 30px;
width: 163px;
color: #000;
background-color: #B5C4CC;
text-decoration: none;
font-weight: normal;
}

#navloc ul ul a:hover {
color: #000;
background-color: #6D849E;
text-decoration: none;
}

#navloc a.selection {
color: #fff;
font-weight: bold;
background-color: #6D849E;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

/*-----------footer styles---------------------------*/
#footer {
	clear: both;
	height: 140px;
	border-top: 1px solid #999999;
	background: #548F81;
	padding-top:20px;
}
#footer p {
	font-size: 0.7em;
	color: #fff;
	padding-left: 20px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer active{
	font-weight: bold;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.boxy {
	margin: 2em;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px solid #999999;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
}
.newslink a:link, .newslink a:visited{
	color: #000000;
	text-decoration: none;
}
.newslink a:hover {
	color: #296357;
	text-decoration: underline;
}
#endpage {
	background: url(../image/fill_bkgrd.gif);
	height: 20em;
	overflow: visible;
}

#searchsite, #searchsite input {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: inline;
}
#searchsite {
	width: 120px;
}
.sitemap {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
}
