body {
	background: #313131 url(images/top-back.gif) repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0;
	padding: 0;
}

a {
	color: #d60c0c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	text-align: center;
}


h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #000000;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.red {
	color: #d60c0c;
}

.left {
	text-align: left;
}

.image-left {
	float: left;
	padding: 0 10px 0 0;
}

.image-center {
	padding: 0px 5px 0px 5px;
}

.breadcrumbnav
{
    font-family: Arial;
    font-size: 8pt;
    color: #d60c0c;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}


.breadcrumb2
{
    font-family: Arial;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#wrapper {
	width: 911px;
	background: #ffffff url(images/background.gif);
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 911px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}

#navbar {
	width: 902px;
	height: 18px;
	background: url(images/navbar.gif) no-repeat;
	padding: 2px 0 0 0px;
}

#navbar a {
	font-size: 105%;
	padding: 10px 12px 0px 5px;
	font-weight: bold;
	color: #ffffff;
}


#container {
	width: 902px;
	background: #e2e1e0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#banner {
	float: right;
	width: 723px;
	padding: 0 0 0 0px;
	background: #ffffff;
}

#maincontent {
	float: right;
	width: 708px;
	padding: 0px 5px 5px 15px;
	background: #ffffff;
}

#maincontent ul {
	
	margin: 0 0 0 0px;
	padding-left: 15px;
}

#sidebar {
	float: left;
	width: 160px;
	padding: 10px 5px 5px 5px;
	background: #e2e1e0;
	
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	margin: 5px 0 5px 0;
	color: #000000;
}

#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	color: #d60c0c;
}

#footer {
	width: 911px;
	height: 80px;
	background: #b7b7b7 url(/images/bottom-border.png);
}

#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
}

#copyright {
	font-size: 110%;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
}

#copyright a {
	color: #ffffff;
	font-size: 90%;
}


.clearer
{
clear:both;
}

hr {
	color: a1a1a0;
	size: 1px;
}