/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	}

.sidebar {
	width: 280px;
	position:absolute;
	top:0px;
	left:0px;
}
p.hr {
background: #000000 url('img/divider.gif') ;
}
.sidebarHighlight {
	text-align: right;
	padding-right: 45px;
	padding-left: 25px;
	color: #659cfb;
	font-size: 14px;	
}
.Highlight {
	text-align: right;
	color: #659cfb;
	font-size: 14px;	

}
.content {
	width: 468px;
	margin-left: 290px;
	padding-top: 205px;
}
.content_home {
	margin: 0px;
	width: 468px;
	padding-left: 281px;
}
.fullWidth {margin-left: -200px;}
.nav {
	padding-left: 110px;
}
img {
	border: 0px none;
}
h1 {
	font-size: 14px;
	color: #e80000;
}
h1.leftNav {
	padding-right: 45px;
	padding-left: 0px;
	text-align: right;
}
.footer {
	font-size: 9px;
	text-align: right;
}
p.logosLeft {
	text-align: center;
}
p.logosLeft img {
	margin: 0px 10px;
}
a {
	color: #e80000;
	}
strong {
	color:#FFFFFF;
	}
.alignleft {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	}
.home {
	width: 150px;
	position:absolute;
	top:0px;
	left:300px;
}
.flyer {
	width: 150px;
	position:absolute;
	top:-4px;
	left:617px;
}
