html {
	background: #000000 url(none);
	height: 98%; /*sets default height*/
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto; /*this overflow is needed for firefox to work*/
	font: 14px Arial, Helvetica, sans-serif;
	/*float: left;*/
}
body {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align:center; /*used to make auto margins work in div*/
	/* sets parent height, normally set to 100% wrapper div then takes this value on board but dosen,t seem to allow for bottom footer bar*/
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	border-top: medium none;
	border-right: medium none;
	border-bottom: medium none;
	border-left: medium none;
}

.grey_text {
	font: normal 100%/2em "Times New Roman", Times, serif;
	color: #999999;
	text-align: left;
	/*display: inline;*/
}

.white_text {
	font: normal 100%/2em "Times New Roman", Times, serif;
	color: #FFFFFF;
	
}


.clearfloat {
	clear: both;
}
/*class to clear any previous floats*/

#wrapper #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #footer a:hover {
	color: #FF0000;
	text-decoration: none;
}


#wrapper #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt {
	float: right;
	text-align:left;
}
.fltlt {
	float: left;
	text-align:left;
	
}
.fltcr {
	background: #6699CC;
	display: block;
	margin: 5px;
	clear: both;
	text-align:left;
	
}
img {
	background: right top;
	padding: 10px 5px 5px;
	position: relative;
}
p {
	font: normal 100%/1.1em Arial, Helvetica, sans-serif;
	color: #454F5B;
	background: left;
	padding: 1px 5px;
	text-align:left;
}
h3 {
	font: normal 130%/1.1em Arial, Helvetica, sans-serif;
	color: #454F5B;
	background: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px;
	text-align:left;
}
 
 #breadcrumb {
	height: 20px;
	/*background: #999; /* This is our background color */
	color: #FF0000;
	margin-left: 0px;/*this forces start of breadcrumbs to left hand edge*/
}

 #breadcrumb li {
	float: left;
	display: inline;
	margin-right: 5px;/*gives margin to right on text not links*/
	text-align: left;
	margin-left: 1px;
	font-size: 90%;
}

 #breadcrumb a {
	color: #3C5F6A; /* Our breadcrumb links are going to be blackish */
	/*font-weight: bold;  And bold */
 	padding-right: 15px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
	font-size: 90%;
}

 #breadcrumb a:hover {
	color: #FF0000;
	background:url(../images/small_nav_arrow.gif) no-repeat right bottom;
	font-size: 90%;
}


/* class styles for hyperlinks*/
a{
font-weight:normal;
text-decoration:none;
}
a:link{
color:#454F5B;
}
a:visited{
color:#454F5B;
}
a:hover{
color:#FF0000;
text-decoration:none;
}
a:active{
color:#454F5B;
text-decoration:none;
}

/*style for static navigation text in breadcrumbs*/
.static_nav {
	color: #454F5B;
	padding-right: 20px;
	font-size: 90%;
	font-weight: bold;
}
