/* Core */
body {
	background-color: #FFF;
	font-family: Arial;
	color: black;
	margin: 0px;
}

#frontpage {
	background-color: #AC2000;
	font-family: Tahoma, Arial;
	color: black;
	margin: 0px !important;
}

a, a:visited {
    color: #FF0303;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #54C0FE;
}

#frontpage a,  #frontpage a:visited {
	color: #FA0;
    text-decoration: none;
	
}

#frontpage A:hover, .mainbody A:hover, .header A:hover {
	color: #FF5D15; 
    text-decoration: underline;
}

/* Header and Suplemental Styles */

#header {
	background: url(bg.png);
	border-bottom: 1px solid #F0F0F0;
	padding: 3px;
	padding-left: 6px;
	border-bottom: 1px solid #333;

}

#title {
	font-size: 28pt;
	font-family: MetaBold-Roman;
	color: #FFF;
	
}

#header ul {
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	bottom: 0pt;
	right: 0pt;
	width: auto;
	z-index: 90;
}
#header li {
	float: right;
	padding: 0pt 20px 0pt 0pt;
}

#header a, #header a:visited {
	color: white;
}
#header a:hover {
	color: yellow;
}

#breadcrumbbar {
	background: url(barbg.png);
	height: 21px;
	font-size: 8pt;
	margin-bottom: 5px;
	color: #333;
	vertical-align: middle;

}
.breadcrumbs {
	padding-top: 2px;
	padding-left: 5px;
	color: #666;
}

#footer {
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: right;
	border-top: 1px solid #999;
	font-size: 10pt;
	color: #CCC;
	padding-right: 6px;

}

/* Body */

#body {
	color: white;
}

#body p {
	background-color: #333;
	margin: auto;
	width: 90%;
	padding: 4px;
	padding-bottom: 5px;
	font-size: 11pt;

}
#body p.title {
	font-family: MetaBold-Roman;
	font-size: 20pt;
}