body{
	background-image: url(../images/bgd_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#apDiv1 {
	position:absolute;
	width:350px;
	height:115px;
	z-index:1;
	left: 555px;
	top: 48px;
	font-size: 11px;
	line-height: 18px;
	color: #6f6666;
	text-align: right;
	}
.red{
	color: #9c0000;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 0px;
}
#mainContent {
	margin-top: 10px;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 14px;
	line-height: 22px;
	color: #595959;
	padding: 0;
} 
#footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 95px;
	font-size: 11px;
	color: #e6e6e6;
} 
#footer a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #990000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 35px;
	margin-top: 35px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.imv_logo{
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: -25px;
}
div.msg{
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	height: 193px;
}
h2{
	font-size: 22px;
	font-weight: normal;
	color: #a40000;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h3{
	font-size: 16px;
	font-weight: bold;
	color: #a40000;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4{
	font-size: 16px;
	font-weight: bold;
	color: #a40000;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a40000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h5{
	font-size: 19px;
	font-weight: normal;
	color: #41444b;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
div.nav{
	margin-left: -95px;
	padding-left: 85px;
	background-color: #ffffff;
	width: 610px;
}
div.nav ul{
	height: 38px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.nav ul li{
	background-image: url(../images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-right: 16px;
	list-style-type: none;
	padding-bottom: 4px;
	padding-top: 7px;
	padding-left: 16px;
}
div.nav ul li a{
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
	text-decoration: none;
	display: block;
}
div.nav ul li a:hover{
	color: #990000;
}
div.nav ul li.home{
	background-image: url(../images/tab_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 15px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 14px;

}
div.nav ul li.services{
	background-image: url(../images/tab_services.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 15px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	margin-left: -2px;
}
div.nav ul li.process{
	background-image: url(../images/tab_process.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 15px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 16px;
	margin-left: -2px;
}
div.nav ul li.standards{
	background-image: url(../images/tab_standards.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 16px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	margin-left: -2px;
}
div.nav ul li.about{
	background-image: url(../images/tab_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 17px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	margin-left: -2px;
}
div.nav ul li.contact{
	background-image: url(../images/tab_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 17px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 16px;
	margin-left: -2px;
}

div.credentials{
	background-color: #e1e0e0;
	margin-bottom: 2px;
	padding-left: 95px;
	padding-bottom: 8px;
	padding-top: 4px;
	margin-top: 25px;
}
img{border:none}
div.cat {
	width: 98%;
	height: .8em; /* needed by NN6*/
	line-height: 1em;
	border-bottom: 2px dotted gray;
	margin-top: .9em;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

div.subcat, div.subcatext {
	width: 100%;
	width: 94%;		/*conforming browser hack*/
	margin-left: 3.5%;  /* width and margin-left = 100% hack 99% for IE*/
	height: 1.1em;		/* needed by NN6*/
	border-bottom: 2px dotted silver;
	margin-top: .6em;
	font-size: 0.9em;
	font-weight: bold;
}
div.subcatext {
	border-bottom: none;
}
div.endext {
	margin-top: 0px;
}
.itemname	{
	float: left;
	position: relative;
	top: 5px;
	background-color: white;
	margin-bottom: -.3em;
	border-bottom: solid white 2px;
	padding-right: 10px;
	text-align: left;
	font-variant: small-caps;
	display: block;
}

div.cat>.itemname, div.cat>.itemnameext, div.subcat>.itemname, div.subcatext>.itemnameext	{
	position:static; /*IE5 Mac Bug, items are offset */
	font-variant: small-caps;
	line-height: 1em;
} 

.num	{
	float: right;
	position: relative; /* needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.4em;
	border-bottom: solid white 2px;
	width: 44px;
	text-align: right;
	font-family: "Courier New", monospace;
}

div.subcat .num	{
	color: silver;
}
table.report{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #CCCCCC;
	padding: 48px;
	width: 500px;
}
div.rightBar{
	width: 215px;
	background-image: url(../images/rightBar_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 25px;
}
div.rightBar ul{
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
div.rightBar ul li{
	font-size: 12px;
	color: #333333;
	background-image: url(../images/rightBar_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 17px;
	margin-bottom: 3px;
	list-style-type: none;
	text-transform: capitalize;
}
div.rightBar ul li a{
	text-decoration: none;
	color: #333333;
	display: block;
}
div.rightBar ul li a:hover{
	color: #990000;
	text-decoration: underline;
}
div.rightBar2{
	width: 215px;
	background-image: url(../images/rightBar_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 25px;
}
div.rightBar2 ul{
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
div.rightBar2 ul li{
	font-size: 13px;
	color: #333333;
	background-image: url(../images/rightBar_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 17px;
	margin-bottom: 7px;
	list-style-type: none;
	text-transform: capitalize;
}
div.rightBar2 ul li a{
	text-decoration: none;
	color: #333333;
	display: block;
}
div.rightBar2 ul li a:hover{
	color: #990000;
	text-decoration: underline;
}
.txtSmall {
	font-size: 11px;
	line-height: 14px;
}
ul.process{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.process li{
	color: #a40000;
	text-decoration: none;
	margin-bottom: 4px;
	float: left;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 15px;
	list-style-type: none;
}
ul.process li.end{
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
ul.process li a{
	color: #000000;
	text-decoration: underline;
}
ul.process li a:hover{
	color: #a40000;

}
ul.about{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
ul.about li{
	color: #a40000;
	text-decoration: none;
	margin-bottom: 4px;
	float: left;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 15px;
	list-style-type: none;
}
ul.about li.end{
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
ul.about li a{
	color: #000000;
	text-decoration: underline;
}
ul.about li a:hover{
	color: #a40000;

}
a{	color: #a40000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;

}
div.msg img.fltlt{
	float: left;
	border-right-width: 9px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.fltlt2{
	float: left;
	border-right-width: 9px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 15px;
}
