@charset "UTF-8";
/* CSS Document */
a{
	color: #555;
}
a:hover{
	border-bottom: 1px dashed #666;
}
h1,
h3{
	font-family: "Arial Black", Helvetica, sans-serif;
	font-weight:normal;
	display:block;
}
#header h1{
	font-size: 45px;
	color: #666;
	padding: 20px 0 0 0;
}
	#tiny-header h1{
		font-size: 45px;
		color: #666;
	}
#header h3{
	font-size: 22px;
	padding: 15px 0 0 0;
	color: #999;
}
	#tiny-header h3{
		font-size: 22px;
		color: #999;
	}
h2{
	border-bottom: 1px solid #ccc;
	margin: 5px 0 12px 0;
}
body{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ebebeb;
	color: #444;
	background-image: url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
#container,
#footer{
	width: 900px;
	border:1px solid #aaa;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px;	
}
#footer{
	text-align:center;
}
#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: left;
	height:275px;
	border-bottom: 1px solid #aaa;
}
#tiny-header{
	background-image:url(images/tiny-header.jpg);
	background-repeat:no-repeat;
	background-position: left;
	height:100px;
	border-bottom: 1px solid #aaa;
}
#bumpright{
	padding-left: 350px;
}
#smallbumpright{
	padding-left: 120px;
}
.third{
	width: 35%;
	padding-bottom: 35px;
}
.twothirds{
	width: 64%;
	border-left: 1px dashed #aaa;
	padding-bottom: 35px;
}
.padder{
	padding: 0 10px 0 17px;
}
	.padder a{
		margin-bottom: 20px;
	}
#tab{
	float:right;
	position:relative;
	top: 65px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #FFFF66;
}
	#tab:hover{
		background-color: #FFFF00;
	}
.twothirds a{
	border-bottom: 1px dashed #666;
}
a.report{
	background-image: url('images/text-x-generic.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}
a.video{
	background-image: url('images/video-mod.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}
a.external{
	background-image: url('images/text-html.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}
.third b{
	display:block;
	text-align:right;
	font-style:italic;
	font-weight: normal;
	padding-bottom: 12px;
	font-size: 85%;
}
