body {
	font-family : arial, helvetica, sans-serif;
	background-color : #ffffff;
	margin : 0px auto auto 0px;
}
.leftnavcell {
	background-repeat : no-repeat;
	padding-left : 20px;
	background-image : url(../pix/nav_left_image.jpg);
}
.wedoIT{
	font-family : arial, helvetica, sans-serif;
	font-size : 23px;
	color : #6a737b;
	font-weight: normal;
}
.leftnavlink{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight: normal;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 8px;
	padding-bottom : 8px;
}
.whitelink12{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #302f35;
	text-decoration: underline;
}
.welcome{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #302f35;
	font-weight: Bold; 
}
.text9{
	font-family : arial, helvetica, sans-serif;
	font-size : 9px;
	color : #302f35;
	font-weight: Bold; 
}
.text10{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #302f35;
	font-weight: normal;
	text-decoration: none;
}
.text11{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #302f35;
	font-weight: normal;
}
.box11{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #302f35;
	font-weight: normal;
	padding-top: 2px;
}
.box14{
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	color : #302f35;
	font-weight: normal;
	padding-top: 2px;
}
.downloads11{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #302f35;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text12{
	font-family : arial, helvetica, sans-serif;
	font-size : 9px;
	color : #302f35;
	text-decoration: none;
}

.text13{
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color : #302f35;
}

.text14{
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	color : #302f35;
	letter-spacing : 0;
}
.text17{
	font-family : arial, helvetica, sans-serif;
	font-size : 17px;
	color : #302f35;
	letter-spacing : 0;
}
.white11{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight: Bold;
	text-decoration: none;
}
.orange13{
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color : #FBB03F;
	font-weight: Bold;
	text-decoration: none;
}
.micro {
	font-family : arial, helvetica, sans-serif;
	font-size : 1px;
	color : #888888;
		}		
.blue11{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #4E8ABE;
	font-weight: bold;
}
.blue12{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #4E8ABE;
	font-weight: bold;
}
.blue13{
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color : #4E8ABE;
	font-weight: bold;
}
.blue15{
	font-family : arial, helvetica, sans-serif;
	font-size : 15px;
	color : #4E8ABE;
}
.blue16{
	font-family : arial, helvetica, sans-serif;
	font-size : 16px;
	color : #4E8ABE;
}
.blue22{
	font-family : arial, helvetica, sans-serif;
	font-size : 22px;
	color : #4E8ABE;
}
.red15{
	font-family : arial, helvetica, sans-serif;
	font-size : 15px;
	color : #BF311A;
}
.red19{
	font-family : arial, helvetica, sans-serif;
	font-size : 19px;
	color : #BF311A;
}
.redcolon{
	display: none;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #BF311A;
	font-weight: bold;
}
.redcolon11{
	display: none;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #BF311A;
	font-weight: bold;
}
.bluecolon{
	font-family : arial, helvetica, sans-serif;
	font-size : 28px;
	color : #4E8ABE;
	font-weight: bold;
}
.graycolon{
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color : #6A737B;
	font-weight: bold;
}
.graycolon16{
	font-family : arial, helvetica, sans-serif;
	font-size : 16px;
	color : #6A737B;
	font-weight: bold;
}

a {
	outline: none;
}
#list-menu {
width: 187px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}
#list-menu li {
width: 187px;
margin: 10px 0 0;
} 
#list-menu a {
display: block;
/* removed to fix IE bug width:187px;  */   
padding: 2px 2px 2px 20px;
border: 0px solid #000000;
text-decoration: none; /*lets remove the link underlines*/
font-family: arial, helvetica, sans-serif;
font-size: 12px;
} 


#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#list-menu a:hover {
border: 0px solid #000000;
background: #fbb03f;
color: #000000;
} 

#list-submenu {
width: 187px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-submenu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}
#list-submenu li {
width: 187px;
margin: 0px 0 0;
} 
#list-submenu a {
display: block;
/* removed to fix IE bug width:187px;  */   
padding: 2px 2px 2px 32px;
border: 0px solid #000000;
text-decoration: none; /*lets remove the link underlines*/
font-family: arial, helvetica, sans-serif;
font-size: 12px;
} 


#list-submenu a:link, #list-submenu a:active, #list-submenu a:visited {
color: #ffffff;
}

#list-submenu a:hover {
border: 0px solid #000000;
background: #fbb03f;
color: #000000;
} 


