/* CSS Document */

/*-- global --*/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}


a {
	color: #cd181d;
	text-decoration: underline;
}
a:hover {
	color: #9acb34;
	text-decoration: none;
}

/*-- main containers --*/

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
}
#footer {
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: .8em;
	text-align: left;
	margin: 0px;
	width: 675px;
}
#footer hr {
	background-color: #a6adb5;
	width: 570px;
	height: 3px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .img {
	float: right;
	margin-right:0;
}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}

/*-- break --*/

.break {
	clear: both;
	height: 10px;
	background-color: #FFFFFF;
}

/*-- breadcrumbs --*/

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom:20px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: underline;	
}
.breadcrumbs a:hover {
	color: #cd181d;
	text-decoration: none;	
}

/*-- text styles --*/

.disclaimerText {
	font-size: .7em;
	color: #333333;
}
