@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #700015 url("../images/bg.jpg") top left no-repeat;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
	padding: 20px;
}

h3 {
	margin-bottom: 8px;	
	
}

p {
	margin-bottom: 6px;	
}

ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 10px;	
}

li {
	margin-bottom: 6px;
}

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

a:hover {
	color: #F90;
}

#wrapper {
	margin: 0 auto;
	width: 80%;
}

#header {
	color: #fff;	
}

#logo {
	padding: 0px 0px 15px 0px;
}

#logo p {
	padding-left: 6px;	
}

#navigation {	
display: none;
}

#mainbody {
	background-color: #fff;
	border-right: 4px solid #000;
	border-top: 1px solid #000;
	color: #000;
	padding: 20px;	
}

#footer {
	background-color: #fff;
	border-right: 4px solid #000;
	color: #000;
	font-size: 80%;
	padding: 0px 20px 10px 20px;
	text-align: right;
}

/* Progress Bar */
.progressBar{
	width:216px;
	height:41px;
	position:relative;
}

.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url("../images/bar.gif") no-repeat 0 0;
	border-right: 1px solid gray;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}

.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url("../images/bg_cover.gif") repeat-x 0 0;
	top:0;
}