@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #323932;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
}
body a:link, body a:visited, body a:hover, body a:active {color:#333333;}
p{margin:0;}
a { outline:0; }
.header{
background-image:url(images/hdr-img.jpg);
background-repeat:no-repeat;
height:207px;
background-position:top center;}
.lowermenu{
	background-image:url(images/lower-menu.gif);
	background-repeat:no-repeat;
	height:25px;
	padding-left:320px;
	padding-top:7px;
	color:#FFFFFF;
}
.lowermenu a:link, .lowermenu a:visited, .lowermenu a:hover, .lowermenu a:active {color:#FFFFFF; text-decoration:none}
.footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height:63px;
}
.left-rail{
	padding:15px;
	width:242px;
	float:left;
}
.content{
	padding:15px;
	width:610px;
	margin-left:272px
}
.extra-content{
	width:220px;
	height:30px;
	padding:10px;
	color:#FFFFFF;
	background-color:#323932
}
.extra-content a:link, .extra-content a:visited, .extra-content a:hover, .extra-content a:active {color:#FFFFFF; text-decoration:none}
.left-extra-content{
	width:220px;
	height:20px;
	padding:10px;
	color:#FFFFFF;
	background-color:#860005
}
.left-extra-content a:link, .left-extra-content a:visited, .left-extra-content a:hover, .left-extra-content a:active {color:#FFFFFF; text-decoration:none}
