
img.score {
	border: 3px solid #5e5e5e;
}

* {
	margin: 0;
	padding: 0;
}


body {
	margin:5px 20px; 
	padding-top:20px; 
	font:100.01% "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	background:#3d3d3d url(images/bg_grad.jpg) top left repeat-x;
}

p.score {
	text-align:center;
}

.page {
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	text-align: left;
	border-width:medium;
	border-style:solid;
	border-color:#000000;
	font-size: 0.8em;
}

.header {
	background:#fff url(images/header.png) top left repeat-x;
	height:76px;
	width:780px;
}

.subheader {
	height:31px;
	line-height: 32px;
	background:#fff url(images/subheader.png) top left repeat-x;
	width:780px;
}

.content {
	background-color:#fff;
	clear: both;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:0px;
	text-align: left;
	width: 740px;
}

h1, h2, h3, p {
	border:none;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:1em;
	line-height:1.6em;
	color:#666;
	margin-left:10px;
}

table {
	border:none;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:1em;
	line-height:1.6em;
	color:#666;
}


a {
	color:293D8B;
	text-decoration:none;
}

p a:hover, h3 a:hover {
	color:#CC0000;
	text-decoration:underline;
}

h1 {
	font-size:1.5em;
	text-transform:uppercase;
	padding:0 0 2px;
	margin:.2ex 0 8px;
	letter-spacing:.3ex;
	border-bottom:1px #C3CAD5 solid;
	padding-top:1.3em;
	color:DF6203;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.1em;
	color:#DB581C;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1em;
}

.title {
	color:#FFFFFF;
	font-size:2.5em;
	text-transform:uppercase;
	text-decoration: underline;
	line-height:1.8em;
	position:relative;
	left:20px;
	top:12px;
}

.title a:hover {
	text-decoration:none;
}

.titlewider {
	color:#FFFFFF;
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:3.1ex;
	position:relative;
	left:22px;
	top:-0.1em;
}

.titlewider a:hover {
	text-decoration: none;
}

p.subheading {
	color: #666;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
}



