body {
	color: #000000;
	background-color: white;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;	
}


span {
	margin: 0px;
	padding: 0px;
	
}
span.average {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: normal;
	text-overflow: ellipsis;
}

span.regular {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: normal;
}
.heading3 {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: bold;	
}
.heading2 {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: normal;
}

img {
	border-style: none;
}

p {
	color: #373f27;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;		
}

p.error {
	color: red;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;
	font-weight: bold;
}
p.average {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;		
}
p.heading {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;	
}

li	{
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;
}

li.average {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;		
}

li.heading {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;
	font-weight: bold;
}
li.heading2 {
	color: #46865D;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-weight: bold;
}

td.average {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: normal;
	text-overflow: ellipsis;
	text-align: justify;
}
td.small {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: xx-small;	
	font-weight: normal;
	text-overflow: ellipsis;
	text-align: justify;
}
td.redheading {
	color: #ff0000;
	font-family: Arial black,Helvetica,Verdana,sans-serif;
	font-size: 22;	
	text-overflow: ellipsis;
}

td.averagebold {
	color: #666666;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: bold;
	text-overflow: ellipsis;
}
td.averageboldalt {
	color: #A77A3E;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: bold;
	text-overflow: ellipsis;
}

td.heading {
	color: #D5873F;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;	
}
td.headinglight {
	color: #373f27;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;	
}
td.headingalt {
	color: #373f27;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: bold;	
}
td.headingalt2 {
	color: #A77A3E;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: xx-small;	
	font-weight: bold;	
}

td.heading3 {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;	
}
td.heading4 {
	color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: bold;	
}

td.heading2 {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
		
}
td.document {
	color: #00ab9c;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 9pt;	
	font-weight: bold;	
		
}



/* outer block styles */
.Header {
	width: 100%;
	height: 64px;
	font-size: x-small;
	z-index: 1;
}


.Content {
	float: left;
	width = 70%;
	font-size: small;
	z-index: 1;
	
}

.Menu {
	float: left;
	width: 160px;
	height: 80%;
	background-image: url(/images/side_bar_bg.gif); 
	color: #333366;
	z-index: 1;
}

.Footer {
	clear: both;
	top: 560px;
	left: 0px;
	width: 100%;
	height: 20px;
	color: #00ab9c;
	background-color: white;
	font-size: xx-small;
	font-weight: normal;
	text-align: center;
	z-index: 2;
}

/* inner Header styles */
.Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 74px;
	z-index: 1;
}

.Bar {
	position: absolute;
	top: 48px;
	left: 135px;
	width: 585px;
	height: 16px;
	z-index: 1;
}

.Welcome {
	position: absolute;
	top: 16px;
	left: 140px;
	width: 180px;
	height: 16px;
	text-align: center;
	vertical-align: bottom;
	z-index: 1;
}

.PictureBar {
	position: absolute;
	top: 9px;
	left: 325px;
	width: 422px;
	height: 32px;
	text-align: right;
	vertical-align: bottom;
	z-index: 1;
}

.SmallText {
	color: #00ab9c;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial,Helvetica,Verdana,sans-serif;	
	
	
}
a:link {
	color: #D5873F;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;  
}
a:visited {
	color: #FDD074;
	font-size: small;
	font-weight: bold;
	text-decoration: none; 
}
a:hover {
	color: #FDD074;
	font-size: small;
	font-weight: bold;
	text-decoration: none; 

	
	
	
}
a.ServiceLinks:link {
	color: #FDD074;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;  
}
a.ServiceLinks:visited {
	color: #FDD074;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
}
a.ServiceLinks:hover {
	color: #FDD074;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline; 
}
a.ServiceSubLinks:link {
	color: #D5873F;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}

a.ServiceSubLinks:visited {
	color: #D5873F;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}
a.ServiceSubLinks:hover {
	color: #D5873F;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline; 
}
a.cataloglink:link  { color: #A77A3E; font-size: 9pt; font-weight: bold; text-decoration: underline }
a.cataloglink:visited { color:#A77A3E; font-size: 9pt; font-weight: bold; text-decoration: underline }
a.cataloglink:hover  { color:#D5873F; font-size: 9pt; font-weight: bold; text-decoration: none }

a.footerLinks:link {
	color: #A77A3E;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;  
}
a.footerLinks:visited {
	color: #A77A3E;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none; 
}
a.footerLinks:hover {
	color: #D5873F;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: underline; 
}
.underlineaverage  { color: #000000; font-size: small; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: normal; text-decoration: underline; text-align: justify; text-overflow: ellipsis }

a.linksmall:link {
	color: #D5873F;
	font-size: small;
	font-weight: bold;
	text-decoration: none;  
}
a.linksmall:visited {
	color: #D5873F;
	font-size: small;
	font-weight: bold;
	text-decoration: none; 
}
a.linksmall:hover {
	color: #D5873F;
	font-size: small;
	font-weight: bold;
	text-decoration: underline; 
}