/***********************************************/
/* Layout Divs                                 */
/***********************************************/

html, body {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	font-family: arial, helvetica, non serif;
	color:#444;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat-x;
	text-align: left;
	}

#nav_wrapper{
	margin: 0px;
	padding: 0px;
	width: 466px;
	height: 40px;
	overflow: hidden;
	}

#nav_howwehelp{
	margin: 0px;
	padding: 0px;
	width: 173px;
	height: 40px;
	float: left;
	background-image: url(../images/nav_howwehelp_f2.gif);
	background-repeat: no-repeat;
	}

#nav_whoweare{
	margin: 0px;
	padding: 0px;
	width: 126px;
	height: 40px;
	float: left;
	background-image: url(../images/nav_whoweare_f2.gif);
	background-repeat: no-repeat;
	}

#nav_howtoreach{
	margin: 0px;
	padding: 0px;
	width: 167px;
	height: 40px;
	float: left;
	background-image: url(../images/nav_howtoreach_f2.gif);
	background-repeat: no-repeat;
	}


/***********************************************/ 

.footerlinks{
	font-size: 11px;
	padding-left: 5px;
	padding-right: 3px;
	border-left:solid #CCC 1px;
	}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

form	{
	margin: 0px;
	padding: 0px;
	}

ul li	{
	font-family: arial, helvetica, non serif;
	color:#333;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:solid #CCC 1px;
	}

ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 5px;
	}

ol {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 5px;
	}

ol li	{
	font-family: arial, helvetica, non serif;
	color:#333;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	}

.rollover{
	border-width:0px;
	display: inline-block;
	}

.rollover:hover{ 
	visibility: visible; 
	}
.rollover:hover img{
	visibility: hidden; 
	}

a:link {
	font-family: arial, helvetica, sans-serif;
	color: #66CC00;
	text-decoration: none;
}
a:visited {
	font-family: arial, helvetica, sans-serif;
	color: #66CC00;
	text-decoration: none;
}
a:hover {
	font-family: arial, helvetica, sans-serif;
	color: #8f9d9c;
	text-decoration: underline;
}
a:active {
	font-family: arial, helvetica, sans-serif;
	color: #66CC00;
	text-decoration: none;
}

/* Title Tag */
h1 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
	color: white;
    	line-height: 28px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #444;
    	line-height: 25px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
	color: #444;
    	line-height: 25px;
	font-weight: normal;
}

img{
	border:0;
	}


