body{
font-family: verdana, arial, sans-serif;
font-size: 0.8em;
color: #3D3D3D;
}

h1{
font-family: georgia, "times new roman", serif;
font-size: 300%;
margin-bottom: 0px;
}
h2{
font-family: georgia, "times new roman", serif;
font-size: 200%;
margin-bottom: 3px;
clear: both;
}
h3{
font-family: georgia, "times new roman", serif;
font-size: 1500%;
margin-bottom: 0px;
}

a:link {
	color: #3D3D3D;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3D3D3D;
}

a:hover {
	text-decoration: none;
	color: #0077B8;

}

a:active {
	text-decoration: none;
	color: #B83D00;
}


/* tables */
table {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 450px;
	text-align: left;
}
th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
}
.header {
	background-image: url('img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
.odd td {
	background-color:#F0F0F6;
}
.headerSortUp {
	background-image: url('img/asc.gif');
}
.headerSortDown {
	background-image: url('img/desc.gif');
}
.headerSortDown, .headerSortUp {
background-color: #8dbdd8;
}

.info{
width: 650px;
background: rgb(250,250,250);

}
.nav{
width: 650px;
background: #e6EEEE;
}

.gca_award{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}