BODY {
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D0C8;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.body{
	background-color: #FFFFFF;
	height: 100%;
	width: 600px;
	z-index: 1;
	position: absolute;
	left: 170px;
	top: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066cc; 
	text-decoration: none;
}
a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ff6600; 
	text-decoration: underline
}
p {
	font-size: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #0066cc;
}
td {
	font-size: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0066cc;
}
h3 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #0066cc;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h6 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
	vertical-align: bottom;
	
}
h5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
}
li {
	list-style-type: none;
	margin: 5px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.errorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
	padding: 5px;
}
.mainBox a:hover.specialLink{
	color: #ff6600;
	text-decoration: underline;
	background-image: url(../images/arrownav_on.gif);
	background-repeat: no-repeat;
}
.mainBox a:hover.smallLink{

}
.gridBox {
	width: 95%;
}
.gridBox td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;

}
.addDate {
	font-size: 8px;
	color: #999999;
}
.formTxt{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 3px;
}
.formButton{
	font-size:9px;
	font-weight:bold;
	border:1px solid #6699FF;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.formArea{
	font-size: 9px;
	padding-top: 3px;
	padding-left: 3px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgBorder {
	margin: 5px;
	border: 1px solid #c1c1c1;
}
.mainBox {
	background-color: #FFFFFF;
	margin-left: 170px;
}
#leftNav{
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0em;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 100px;
	background-color: #e4e4e4;
}
* html #leftNav{ /*IE 6 only */
	w\idth: 170px; /*Box model bug: 180px minus all left and right paddings for #leftNav */
	background-color: #e4e4e4;
}
#leftNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
#leftNav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#leftNav li a{
	display: block;
	color: #333;
	text-decoration: none;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 15px 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-image:url(../images/arrowsmall_off.gif);
}
html>body #leftNav li a{ /*Non IE6 width*/
width: auto;
}
#leftNav li a:hover{
	background-color: #FFFFFF;
	color: #333;
	background-repeat: no-repeat;
	background-position: 15px 7px;
	background-image: url(../images/arrowsmall_on.gif);
}
.imageBox {
	background-color: #FFFFFF;
	position: absolute;
	width: 360px;
	left: 170px;
	top: 185px;
	z-index: 1;
}
.topBox {
	position: absolute;
	height: 100px;
	width: 770px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.titleBox {
	height: 40px;
	width: 600px;
	position: absolute;
	left: 170px;
	top: 100px;
	padding-top: 15px;
	background-color: #FFFFFF;
	z-index: 1;
}
.titleBox h3{
	margin-left: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 23px;
}
.shadetabs{
	width: 600px;
	position: absolute;
	left: 170px;
	top: 155px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
.shadetabs ul{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	width: 600px;
	text-align: right;
}
.shadetabs ul li{
	display: inline;
	margin: 0px;
}

.shadetabs ul li a{
	background-color: #e4e4e4;
	margin-right: -3px;
	color: #333;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.shadetabs ul li a:visited{
	background-color: #e4e4e4;
	text-decoration: none;
}

.shadetabs ul li a:hover{
	color: #527bb9;
	background-color: #e4e4e4;
	text-decoration: underline;
}

.shadetabs ul li.selected{
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.shadetabs ul li.selected a{ /*selected main tab style */
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.shadetabs ul li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #ff6600;
	background-color: #FFFFFF;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 260px;
	padding: 0px;
	position: absolute;
	left: 510px;
	top: 185px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}

.tabcontent{
display:none;
}

@media print {
}
#topNavigation {
	position: absolute;
	left: 170px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 2;
	width: 600px;
}
#topNavigation ul{
	width: 100%;
}
#topNavigation ul li{
	display: inline;
}
#topNavigation ul li a{
	color: #333;
	text-decoration: none;
	background-image: url(../images/arrowsmall_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#topNavigation ul li a:hover{
	color: #ff6600;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/arrowsmall_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#topNavigation ul li.selected a{
	background-image: url(../images/arrowsmall_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.quickNav {
	position: absolute;
	width: 600px;
	left: 170px;
	top: 0px;
	z-index: 2;
	height: 20px;
}
.quickNav ul{
	width: 100%;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
}
.quickNav ul li{
	display: inline;
	margin: 0px;
}
.quickNav ul li a{
	background-image: url(../images/quickacc_off.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
	background-color: #f0f0f0;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
}
.quickNav ul li a:hover{
	background-image: url(../images/quickacc_on.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1c1c1;
	background-color: #FFFFFF;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -3px;
	border-bottom-style: none;
	padding-bottom: 1px;
}
.quickNavContainer{
	position: absolute;
	width: 600px;
	left: 170px;
	top: 15px;
	text-align: right;
	z-index: 3;
	background-color: #FFFFFF;
}
.quickNavContent{
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
}
