@charset "iso-8859-1";
body {
	font-family: Trebuchet, Tahoma, Helvetica, Arial, sans-serif;
	margin: 10px;
	padding: 0px;
	background-color: #267373;
	color: #000000;
	text-align: center; /*Fix for centering window on certain browsers*/;
	min-width: 800px;
}
/*===============indicates no border around any image ============*/
body img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-decoration: none;
}

img { 
	border: 0px; 
}

body img.omplogo {
	float: right;
}
/* ============ margins auto center the container on the page ==========*/

#container {
	margin: 15px auto;
	padding: 25px;
	background-color: #ffffff;
	text-align: left;/*Fix for centering window on certain browsers*/;
	width: 90%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	padding: 2px;
	background-color: #FFFFFF;
	height: 90px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== styles for logo's ======================*/
#logoleft {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin: 0px;
	width: 300px;
	height: 85px;
	background-repeat: no-repeat;
}
#logomiddle {
	padding: 5px;
/*	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;*/	font-weight: bolder;
	font-size: 1.5em; /*	margin-left: 300px;*/;
	color: #267373; /*	margin-right: 155px;*/;
	text-align: center;
	height: 85px;
	overflow: hidden;
}
#logoright {
	float: right;
	margin: 0px;
	width: 150px;
	height: 85px;
	padding-top: 5px;
}

#omplogo {
	float:right;
	width: 250px;
	}

/*=================== styles for top menu ======================*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#topmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Trebuchet, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	width: 100%;
	overflow: hidden;
	border-width: 1px 0px;
	margin-bottom: 1em; 
	background: transparent url('images/menudefault.gif') center center repeat-x;
		/*border: 1px solid #000000;*/;
/*	background: black url('images/menudefault.gif') center center repeat-x;*/
}
#topmenu ul {
	padding: 0px;
	margin: 0px;
	/*list-style-type: none;*/
}
#topmenu li {
	display: inline;
}
#topmenu li a {
	float: left;
	color: white;
	padding: 10px 6px;
	text-decoration: none;
	border-right: 1px solid white;
	background: black url('images/menudefault.gif') center center repeat-x;
	font-weight: bold;
}
#topmenu li a:visited {
	color: white;
	font-weight: bold;
}
#topmenu li a:hover, #topmenu li .current {
	color: white;
	background: transparent url('images/menuactive.gif') center center repeat-x;
	font-weight: bold;
}
#topbar {
	background: transparent url('images/menuactive.gif') center center repeat-x;
	}
}
#topmenu a.navintree {
	color: white;
	background: transparent url('images/menuactive.gif') center center repeat-x;
	font-weight: bold;
}
/*============== Styles for Breadcrumb ===================*/
#crumbs {
	margin-left: 35px;
/*	margin-right: 225px;*/
	font-size: 0.7em;
	float: left;
}
#languagejump {
	margin: 0px;
	width: 180px;
	font-size: 0.7em;
	float: right;
	text-align: right;
	padding-right: 15px;
}
/*============== Styles for previous and next links ===================*/
#prevlink {
	float: left;
	text-align:left;
	text-decoration: none;
}
#prevlink a:hover {
	background: #ffffff;
}
#nextlink {
	float: right;
	text-align:right;
	text-decoration: none;
}
#nextlink a:hover {
	background: #ffffff;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Trebuchet, Tahoma, Helvetica, Arial, sans-serif; /*	font-size: 100%;*/;
	width: 160px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #339999; /*	font-size: 90%;*/;
	font-weight: bold;
	padding: 3px 0px 5px 3px;
	border: 1px solid #1A4D4D;
	color: #ffffff;
	margin: 0px;
	width: 150px;
}
/*Current node*/
#vertmenu a.navintree {
	color: #BF543F;
	border-bottom:1px dotted #1A4D4D;
	border: none;
}
#vertmenu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border: 1px solid #1A4D4D;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	border-bottom:1px dotted #1A4D4D;
}
#vertmenu ul li a {
	font-size: 90%; /*border-bottom: 1px dashed #825252;*/;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #1A4D4D;
	width: 155px;
	line-height: 1.3em;
	display: block;
	font-weight: bold;
}
#vertmenu ul li a:hover, #vertmenu ul ul ul li a:focus {
	/*color: #0D2626;*/
	background-color: #CCE5E5;
	font-weight: bold;
}
#vertmenu ul ul {
	PADDING-LEFT: 5px;
	border: none;
	}
#vertmenu ul ul li a:hover, #vertmenu ul ul li a:focus {
	/*	color: #0D2626;*/
	background-color: #CCE5E5;
	font-weight: bold;
	border: none;
}
#vertmenu ul ul li {
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul ul li a {
	font-size: 80%;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
	color: #1A4D4D;
	width: 145px;
	font-weight: bold;
	border: none;
}
#vertmenu ul ul li a:hover, #vertmenu ul ul li a:focus {
	/*color: #0D2626;*/
	background-color: #CCE5E5;
	font-weight: bold;
}
#vertmenu ul ul ul {
	padding-left: 5px;
}
#vertmenu ul ul ul li a:hover, #vertmenu ul ul ul li a:focus {
	/*	color: #BF543F;*/
	background-color: #CCE5E5;
	font-weight: bold;
}
#vertmenu ul ul ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul ul ul li a {
	font-size: 80%;
	display: block; /*border-bottom: 1px dashed #825252;*/;
	padding: 2px 0px 0px 20px;
	text-decoration: none;
	color: #1A4D4D;
	width: 129px;
	font-weight: normal;
}
#vertmenu ul ul ul li a:hover, #vertmenu ul ul ul li a:focus {
	/*	color: #0D2626;*/
	background-color: #CCE5E5;
	font-weight: bold;
}
#vertmenu .greenbox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#vertmenu .sidebox a:visited {
	background: #FFFFFF;
	color: #339999;
	font-weight: bold;
	text-decoration: none;
}
#vertmenu .sidebox a:hover {
	background: #FFFFFF;
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}
#vertmenu .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box */
.sidebox {
	border: 2px solid #1A4D4D;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #EBF5F5;
	color: #000000;
	font-size: 85%;
}
/* left-hand menu - colored box heading */
.sideboxheading {
	background: #267373;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}

.sideboxheadingred {
	background: #A24736;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/* *****************************************************
Bar on Right hand side 
**************************************************** */
#rightbox {
	font-family: Trebuchet, Tahoma, Helvetica, Arial, sans-serif; /*	font-size: 100%;*/;
	width: 160px;
	padding: 0px;
	margin: 0px;
	float: right;
	border: 2px solid #1A4D4D;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #EBF5F5;
	color: #000000;
	font-size: 85%;
}
#rightbox .heading {
	background: #267373;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}

/*==============Comments==============*/
#comments {
	width: 100%;
}
/*==============all site links==============*/
a:link {
	font-weight: normal;
	color: #267373;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #9ACDCD;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
	background: #267373;
	color: #ffffff;
}
a:active {
	font-weight: normal;
	text-decoration : underline;
	background: #CCE5E5;
	color: #000000;
}

a.LinkButton {
  border-style: solid;
  border-width : 1px 1px 1px 1px;
  text-decoration : none;
  padding : 2px;
  border-color : #267373;

}

a.LinkButton.hover {
  border-style: solid;
  border-width : 1px 1px 1px 1px;
  text-decoration : none;
  padding : 4px;
	background: #267373;
	color: #ffffff;
  border-color : #267373;}

/*====================== styles for main content area =========================*/
#content {
	margin-left: 190px;
	margin-right: 190px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/bullet1.gif');
	padding: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content li li {
	list-style-image: url('images/bullet2.gif');
	padding: 2px 0px;
}
#content li li li {
	list-style-image: url('images/bullet1small.gif');
	padding: 2px 0px;
}
#content li li li li {
	list-style-image: url('images/bullet2small.gif');
	padding: 2px 0px;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #0D2626;
	clear: both;
	padding: 5px;
	font-size: 0.9em;
	background-color: rgb(255, 255, 255);
	text-align: center;
	height: 90px;
}
#footer img {
	float: right;
	padding-top: 0px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=================== VBA code styling =================*/
.vbacode, .vbacode std {
	font-size: 0.8em;
	color: black;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.vbacode .rem {
	color: #008000;
}
.vbacode .kwrd {
	color: #0000ff;
}
/*================== general styles =================*/
hr {
	width: 75%;
	text-align: center;
	background-color: #1A4D4D;
	height: 3px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	background-color: inherit;
}
h1 {
	color: #A24736; /*#1A4D4D*/;
	font-size: 1.4em;
	background-color: #F9EEEC;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	color: #BF543F;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	color: #BF543F; /*#267373*/
	font-size: 1.2em;
	font-weight: lighter;
}
h4 {
	color: #BF543F; /*#1A4D4D*/;
	font-size: 1em;
	font-weight: normal;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

/* ============Small text============*/

.smtxt {
	font-size: small;
}

/* ============Very Small text============*/

.vsmtxt {
	font-size: x-small;
}

/* ============tips============*/

.tip {
	border:solid 1px;
	border-color: #BF543F;
	margin-left:10px;
	padding-left: 45px;
	background-image: url('images/tip.gif');
	background-repeat: no-repeat;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:4px;
}

.exclamation {
	border:solid 1px;
	border-color: #BF543F;
	margin-left:10px;
	padding-left: 45px;
	background-image: url('images/exclamation.gif');
	background-repeat: no-repeat;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:4px;
}

.warning{	color: #FFFFFF; /*#1A4D4D*/;
	font-size: 1.2em;
	background-color: #A24736;
	font-weight: bold;
	
}
table {
	border-collapse: collapse;
	border: 2px solid #267373;
	padding: 5px;
}
td {
	border: 1px solid #267373;
}
tr {
	border: 1px solid #267373;
}

table.topbar {
	background-image:url('images/menudefault.gif')	;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	width: 100%;
	height:18px;
}
td.topbar{
	width:99%
}
}
tr.topbar{
	width:99%
}
table.noborder {
	border-collapse: collapse;
	border: 0px;
	padding: 5px;
}
td.noborder {
	border: 0px;
}
tr.noborder {
	border: 0px;
}
a.sitemap1 {
	color: #267373;
}
a.sitemap1:visited {
	color: #267373;
}
a.sitemap1:hover {
	background: #267373;
	color: #ffffff;
}
a.sitemap2 {
	color: #BF543F;
}
a.sitemap2:visited {
	color: #BF543F;
}
a.sitemap2:hover {
	background: #BF543F;
	color: #ffffff;
}

a.sitemap3 {
	color: #267373;
	/* fontsize omitted because already included in li.sitemap3 */
}
a.sitemap3:visited {
	color: #267373;
}
a.sitemap3:hover {
	background: #267373;
	color: #ffffff;
}
a.sitemap4 {
	color: #BF543F;
	/* fontsize omitted because already included in li.sitemap4 */
}
a.sitemap4:visited {
	color: #BF543F;
}
a.sitemap4:hover {
	background: #BF543F;
	color: #ffffff;
}

li.sitemap3 {
	font-size: 0.8em;
}

li.sitemap4 {
	font-size: 0.8em;
}


#hiddenformfield {
visibility:hidden;
display:none;
}

