body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #d8d8d8;
}

a:link, a:visited {
	color: #39377A;
}

a:hover, a:active {
	color: #BF170F;
}

#menutable {
	margin-left: 10px;
}

#pagecell {
	border: 5px solid #FFFFFF;
	background-image: url(../../shared/images/tile_page2.gif);
}
#contentcell {
	background-color: #e3B000;
	border: 5px solid #FFFFFF;
	background-image: url(../../shared/images/rule_tile.gif);
}
#menucell {
	background-color: #E12709;
	height: 22px;
	padding-left: 3px;
	border-left: 5px solid #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1.1em;
}
#menucell a:link, #menucell a:visited {color: #000000;}
#menucell a:hover, #menucell a:active {color: #ffffff;}

#opnetcell {
	background-color: #666;
	height: 22px;
	padding-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sitemapcell {
	background-color: #CCCCCC;
	height: 24px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#sitemapcell a:link, #sitemapcell a:visited {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	font-size: 0.85em;
	padding-right: 15px;
}
#sitemapcell a:hover, #sitemapcell a:active { color: #fff;}

#navcell {
	background-color: #BF170F;
	background-image: url(../images/owabstract.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 5px;
}

#logocell {
	background-image: url(../../shared/images/page_headertile2.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 67px;
}
#logo {
	background-image: url(../../shared/images/logo_2.gif);
	height: 67px;
	width: 167px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
#headercell {
	background-image: url(../../shared/images/page_headertile2.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 67px;
}
#pagecontent {
	width: 740px;
	background-color: #FFFFFF;
	font-size: 0.9em;
	padding-right: 10px;
	line-height: 1.4em;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	border-right-width: 5px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
}
#contactcell {
	background-color: #666;
	height: 24px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#contactcell a:link, #contactcell a:visited { color: #fff; text-decoration: none; padding-right: 12px; font-size: .9em;}
#contactcell a:hover, #contactcell a:active { color: #222;}

.solutionsmenudiv {
	width: 200px;
	margin-right: 10px;
	display: block;
	height: 20px;
}
#bottomtile {
	background-image: url(../../shared/images/bottomtile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 42px;
}
#footer {
	height: 40px;
	width: 900px;
	font-size: .7em;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#footer a {
	margin-right: 6px;
	margin-left: 6px;
	font-size: 1.2em;
	color: #333333;
}


/*main content styles*/
#contentwrap {
	width: 730px;
	font-size: 0.9em;
	padding-right: 0px;
	line-height: 1.4em;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-right-width: 5px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
#contentwrap li {
	margin-bottom: 11px;
	line-height: 1.3em;
	list-style-position: outside;
	list-style-type: square;
	margin-left: -4px;
}
#contentwrap ol li {
	margin-bottom: 8px;
	line-height: 1.15em;
	list-style-position: outside;
	margin-left: -4px;
	list-style-type: decimal;
}
#contentwrap dl hr {
	width: 280px;
	text-align: left; /*this will align it left for Mozilla*/
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 12px;
	display: black;
}
#contentwrap dl {
    margin-top: 0px;
	margin-bottom: 0px;
}
#contentwrap dt {
	margin-top:9px;
	text-decoration: none;
	display: block;
	background-image: url(../../shared/images/bullet_arrow_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#contentwrap dt a:link, #contentwrap dt a:visited{
	font-weight: bold;
	text-decoration: none;
}
#contentwrap .ultight li{
	margin-bottom: 3px;
	line-height: 1.3em;
	list-style-position: outside;
	list-style-type: square;
	margin-left: -4px;
}

#leftcolumnwrapper {
	width: 490px;
}

#rightcollumnwrapper {
	float: right;
	width: 200px;
	line-height: 2em;
	margin-left: 15px;
}
#rightmenuwrapper {
	float: right;
	width: 180px;
	margin-left: 0px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0px;
	margin-bottom: 15px;
}
#rightmenuwrapper a:link, #rightmenuwrapper a:visited {
	color: #BF170F;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 1px;
	margin-top: 4px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
}

#rightmenuwrapper a:hover, #rightmenuwrapper a:active {
	text-decoration: none;
	color: #D28B03;
}
#rightcolumnlist {
	float: right;
	width: 200px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-top: 0px;
	margin-bottom: 15px;
}
#rightcolumnlist .textitalic {
font-size: .85em;
display: block;
margin-bottom: 12px;
line-height: 1.1em;
}
#rightcolumnlist .subhead3 {
display: block;
margin-bottom: 10px;
}
#rightcolumnlist a:link, #rightcolumnlist a:visited {
	color: #D28B03;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}

#rightcolumnlist a:hover, #rightcolumnlist a:active {
	text-decoration: underline;
}
#column470{
width: 470px;
}

#rightmenuwrapper350 {
	float: right;
	width: 350px;
	margin-left: 12px;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-top: 0px;
	margin-bottom: 15px;
}
#headergraphic {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
}

/*font styles*/

.textbold {
	font-weight: bold;
}
.textboldcolor {
	font-weight: bold;
	color: #BF170F;
}
.textboldcolor2 {
	font-weight: bold;
	color: #BF170F;
	font-size: 0.9em;
}
.textitalic {
	font-style: italic;
}
.sectionhead {
	font-family: "Arial Narrow", "Helvetica Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	font-weight: bold;
	color: #DE9E02;
	line-height: 1em;
}
.subhead {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #39377A;
}

.subhead2 {
	font-family: "Arial Narrow", "Helvetica Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
	line-height: 1em;
}
.subhead2 a:link, .subhead2 a:visited {
	color: #D69705;
	text-decoration: none;
}
.subhead2 a:hover, .subhead2 a:active { color: #666666;}

.subhead3 {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
}
.subhead4 {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #BF170F;
}

.caption {
	font-size: 0.8em;
	Margin-top:10px;
	line-height: 1.1em;
	font-weight: bold;
	display: block;
}

hr {
	width: 100%;
	text-align: left; /*this will align it left for Mozilla*/
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0;
}

.nav {
	height: 15px;
	width: 150px;
	font-size: 0.85em;
	color: #ffffff;
	text-align: right;
	padding-right: 30px;
	clear: right;
	float: right;
	line-height: 1em;
	margin-top: 20px;
}

.nav a:link, .nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../stylesheet/images/arrow.gif);
	display: block;
	background-position: right;
}

#navpath {
	float: left;
	height: 18px;
	width: 490px;
	margin-left: 10px;
	font-size: 0.8em;
	text-align: left;
	margin-top: 18px;
	vertical-align: middle;
}
#search {
	float: left;
	height: 29px;
	vertical-align: bottom;
	font-size: 0.9em;
	margin-top: 14px;
}

/*left menu styles*/

#leftmenu{
	width: 170px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:right;
	margin-left: auto;
	font-weight: bold;
	margin-top: 21px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

#leftmenu a:link, #leftmenu a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	padding-right: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#leftmenu a:hover, #leftmenu a:active {
	color: #ffffff;
	background-color: #BF170F;
	background-image: url(../stylesheet/shared/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.leftmenusubhead {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 1.5em;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	}

#leftsubmenu{
	width: 170px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:right;
	margin-left: auto;
}

#leftsubmenu a:link, #leftsubmenu a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-left: 1px;
	margin-top: 2px;
	padding-bottom: 1px;
	padding-right: 1.6em;
	margin-right: 0px;
}

#leftsubmenu a:hover, #leftsubmenu a:active {
	color: #ffffff;
	background: #CB7704 url(../../shared/images/arrow.gif) no-repeat right;
}
	
.quote {
	line-height: 1.5em;
	font-size: 0.9em;
	display: block;
	margin-bottom: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #BF170F;
}


.leftmenuheader {
	font-size: 1em;
	color: #222;
	display: block;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 20px;
	margin-bottom: -2px;
	margin-top: 2px;
	}
#leftmenu hr {
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #FFEC87;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #E3B000;
}

#tablewrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
#menuad {
	padding: 6px;
	background-image: url(../../shared/images/tilead.gif);
	border: 1px solid #E3B000;
	margin-top: 12px;
}
#menuad a:link, #menuad a:visited {
	color: #D28B03;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
	border-bottom-style: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menuad a:hover, #menuad a:active {
	color: #ffffff;
	background: #999999 no-repeat right;
}

.adtop {
	
}
.adbody {
	background-image: url(../stylesheet/shared/images/ad_tile.gif);
	background-repeat: repeat-y;
	
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.adbase {
	background-image: url(../stylesheet/shared/images/ad_base.gif);
	background-repeat:  no-repeat;
	height: 10px;
	
}
.adbody hr {
	width: 90%;
	text-align: left; /*this will align it left for Mozilla*/
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin-left: 0;
	margin-top: -3px;
	margin-bottom: 0px;
}

.highlightbox {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #666666;
	background-color: #EBEBEB;
	display: table;
}
.highlightbox hr {
	width: 100%;
	text-align: left; /*this will align it left for Mozilla*/
	color:  #EBEBEB;
	background-color: #EBEBEB;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}

.halfcolumn {
	float: right;
	width: 47%;
}

.highlightbox300 {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #666666;
	background-color: #EBEBEB;
	display: table;
	width: 300px;
}
.divider{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	margin-top: 22px;
	margin-bottom: 22px;
	height: 2px;
}

