body {
	font: 10pt Tahoma, Arial, sans-serif;
	background: #fff;
	color: #454545;
	margin: 0px;
}
h1 {	font: bold 13pt tahoma, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: 1px; }

#smalltext { font-size: 0.8em;}
#regulartext { font-size: 0.9em;}
a {
	color: #0075AE;
	text-decoration: underline;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

.borderedCol {
	float: left;
	width: 555px;
	margin: 0px 0px 0px 0px;
}
.borderedCol {
	margin-left: 0px;
}
.title {
	background: url('../images/title.gif') repeat-x left center;
	padding-left: 8px;
}
h3 {
	margin: 0;
	padding: 0 13pt;
	display: inline;
	font-size: 12px;
	background: #FFF;
	color: #0175AE;
}
.borderedCol .box {
	padding: 15px 15px 5px 11px;
}
.box {
	border-color: #BECEE5;
	border-style: solid;
	border-width: 0 1px 1px;
	margin-top: -7px;
}
input.c3 {
	color: #FFFFFF;
	background-color: #E70000
}
p.c2 {
	font-weight: bold;
	text-align: center
}
table.c1 {
	border-collapse: collapse
}
.black_subtitles {
	font: bold 10pt tahoma;
	color: #000000;}
.red_text_large {
	font: bold 12pt tahoma;
	color: Red;
}
	
.locationbox_titles {font-size: 10pt; color: #fff;}
.small {font-size: 8pt}
	
/*Fat Erik's Breadcrumbs*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
font-family: tahoma;
font-size: 8pt;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "> "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
	background-image: url("../images/gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.3em 0 1em;
	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { background-image: none; }
