.navigation {
	width: 100%;
	/*background: url(../img/nav-background.jpg) right center no-repeat;*/
	margin: 0px 0px 14px 0px;
	padding: 12px 0px 12px 0px;
	border-bottom: 2px #D7EFFF dotted;
}

.navigation a{
	margin: 0px 34px 0px 0px;
	color: #D31145;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.navigation .on{
	margin: 0px 34px 0px 0px;
	color: #8B0C2F;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.bottomtext .left a{
	color: #D31145;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.bottomtext .left em{
	font-size: 9px;
}


.bottomtext .right{
	width: 660px;
	float: right;
	overflow: auto;
}

.bottomtext .right h1{
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
}

.bottomtext .right p{
line-height: normal;

}

.footer {
	width: 100%;
	margin: 60px 0px 14px 0px;
	padding: 12px 0px 12px 0px;
	border-top: 1px #F9E7DF solid;
	text-align: center;
	color: #666666;
}

.footer a{
	text-decoration: none;
	color: #D31145;
}

/* #### Globals #### */

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	color: #000000;
}

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


