/* Val - QR8 Design [www.qr8.co.uk] */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	background-color:#fff;
	text-align:center;
	line-height:1.6em;
	background-image:url(/images/top_bar.gif);
	background-repeat:repeat-x;
}
h1,h2,h3,h4{
	padding:5px;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
table{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
a{
  color:#3462af;
  font-weight:bold;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
#main{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:white;
	text-align:left;
}
#header{
	width:1000px;
	height:95px;
	/*padding-top:15px;*/
	display:block;
}
#header img{
	margin-top:15px;
}
#content{
	width:780px;
	float:left;
}
#footer{
	width: 1000px;
	margin-top:20px;
	height:35px;
	line-height:35px;
	background-position:bottom;
	text-align:right;
	color:#666;
}
#footer a{
	color:#666;
}
#footer div{
	width:980px;
	line-height:20px;
	margin-bottom:10px;
	margin-right:10px;
}
#quicklinks{
	text-align:justify;
	padding:10px;
	background-color:white;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;

}
#quicklinks a{
	color:#666;
	font-weight:normal;
	padding:3px;
	white-space:nowrap;
}
.floatfix{
	clear:both;
}
.float_fix{
	clear:both;
}
.table{
	border-collapse:collapse;
}
.table th{
	background-color:#ccc;
	text-align:center;
}
.table td{
	border-bottom:1px solid #ccc;
}
