/* DIAZYME MAIN STYLE SHEET */

html,body {
	margin: 0px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	background-color: #516898;
	height: 100%;
}

img {
	border:none;
}

/* background div styles */
#bg {
	width: 800px;
	background-image: url(/images/bg-shadow.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
#bg-tile {
	width: 820px;
	background-image: url(/images/bg-shadow-tile.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
#gradient {
	width: 100%;
	height: 100%;
	background-image: url(/images/bg-gradient.gif);
	background-repeat: repeat-x;
	height: 677px;
}
/* end bg div styles */

#headerprint {
	display: none;
}

.table1 {
	width:100%;
}

#body {
	width:770px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}
#header {
	width:800px;
	height:202px;
	position:relative;
}
#navbar {
	width:800px;
	height:31px;
	background-image: url(/images/s-nav-tile.png);
	background-repeat: repeat-x;
}
#snavigation {
	width:130px;
	float:left;
	padding-left:10px;
}
#searchbox {
	width:175px;
	position:relative;
	margin:0px auto 0px auto;
	padding:0px
	
}
#addressbox {
	position:absolute;
	width:150px;
	left: 651px;
	top: 20px;
	}
#footer {
	width:800px;
	clear:both;
	padding-top:15px;
	padding-bottom:5px;
}
#footerbar {
	width:800px;
	height:26px;
	background-color:#13306c;
	padding-top:10px;
}
#sidenav {
	float: left;
	width: 165px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:white;
}
#sidenavbody {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	width: 590px;
	background-color:white;
}
a:link {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6633FF;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
	text-decoration: none;
}
.blueb {
	color:#223F78;
	font-weight:bold;
}
.heading1 {
	color:#A12F31;
	font-weight:bold;
}

.white {
 color: white;
 font-weight: normal;
}
.smwhite {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.smwhite a:link {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smwhite a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smwhite a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.greysmall {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.greysmall a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #6633FF;
}
.greysmall a:link {
	font-size: 1em;
	font-weight: normal;
	color: #0033CC;
}
.greysmall a:hover {
	font-size: 1em;
	font-weight: normal;
	color: #FF9900;
}

.underlineTB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.underlineB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	vertical-align: sub;
}
.super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	vertical-align: super;
}
.navpadding {
	padding-left: 5px;
	padding-right: 5px;
}
.bodyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.list0 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: middle;
	list-style-type: none;
}
.list1 {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.list2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bullet-item.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	border-bottom-color: #999999;
	padding-left: 20px;
	list-style-type: none;
}
.list2B {
	margin: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	list-style-type: none;
	background-image: url(../images/bullet-down-blue.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	border-bottom-color: #999999;
	font-weight: bold;
}
.list2C {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
	list-style-type: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E4B86;
}
.blueoutline {
	border:solid #97a6c5 1px;
}
.tablebg1 {
	background-color:#d4e4f3 !important;
}
.tablebg2 {
	background-color:#2E4B86 !important;
	color:white;
	font-weight: bold;
}
.divider {
	width:500px; 
	border-bottom-style:dotted; 
	border-bottom-width: 1px; 
	border-bottom-color: #999999;
	margin-top: -5px;
	height:3px;
}
