body {
	background: white;
	margin: 20px 0;
}

a {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

a:link {
	color: #336;
}

a:visited {
	color: #336;
}

a:hover {
	color: #336;
	text-decoration: underline;
}

a:active {
	color: #336;
}

img {
	border-width: 0;
}

img.logo {
	clear: left;
	display: block;
	text-align: center;
	margin: 1.5em 0 0.5em 0;
}

table {
	border-collapse: collapse;
}

td#header {
	text-align: center;
	vertical-align: top;
	padding: 1em;
	border: solid #99c; border-width: 2px 2px 0 2px;
	background: #ccf;
}

td#content {
	vertical-align: top;
	width: 550px;
	padding: 1em;
	border: solid #99c; border-width: 0 0 2px 2px;
	background: #ccf;
}

td#content h6 {
	display: block;
	clear: left;
	font-weight: bold;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 1.5em 0.5em 0 0.5em;
}

td#content h4 {
	display: block;
	clear: left;
	font-weight: bold;
	font-size: 110%;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

td#content p {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 95%;
	line-height: 125%;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 1em 0.5em;
}

td#sidebar {
	vertical-align: top;
	width: 170px;
	padding: 0 8px 8px 8px;
	border: solid #a1a1a1; border-width: 2px 3px 2px 1px;
	background: #e0e0e0;
}

td#sidebar h6 {
	display: block;
	font-weight: bold;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	background: #a1a1a1;
	padding: 4px 0;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 -10px 6px -8px;
}

td#sidebar p {
	text-align: center;
	font-weight: normal;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 2em 0;
}

table h2 {
	display: block;
	text-align: center;
	font: bold 150%;
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0 0 0;
}

table h3 {
	display: block;
	text-align: center;
	font: bold 125%;
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0;
}

table#nominee, table#nominator {
	border-collapse: collapse;
	width: 70%;
	padding: 4px;
	margin: 0 0 10px 0;
}

table#nominee td, table#nominator td {
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

table#nominee td.label, table#nominator td.label {
	font-weight: bold;
	font-size: 80%;
	text-align: right;
}

table#nominee td.bottom, table#nominator td.bottom {
	font-weight: normal;
	font-size: 90%;
	text-align: center;
}

table#nominee a, table#nominator a {
	text-decoration: none;
}

table#nominee a:link, table#nominator a:link {
	color: #333;
}

table#nominee a:visited, table#nominator a:visited {
	color: #333;
}

table#nominee a:hover, table#nominator a:hover {
	color: #333;
	text-decoration: underline;
}

table#nominee a:active, table#nominator a:active {
	color: #333;
}

table#nominee {
	background: #ccf;
	border: solid #99c; border-width: 3px;
}

table#nominator {
	background: #e0e0e0;
	border: solid #a1a1a1; border-width: 3px;
}

table#highlight tr td.honor{
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	padding: 1px 3px;
}

table#highlight tr td#honor_title {
	letter-spacing: 4px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
}

div#main {
	text-align: center;
}

/* Admittedly, this is a hack, I am double-wrapping certain HTML elements to get them to line up properly */
.moz {
	text-align: -moz-center;
}

div#thanks {
	width: 500px;
	height: 300px;
	border: solid #99c; border-width: 2px;
	background: #ccf;
	margin: 0 18% 0 18%;
}

div#thanks a {
	display: block;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

div#thanks a:link {
	color: #336;
}

div#thanks a:visited {
	color: #336;
}

div#thanks a:hover {
	color: #336;
	text-decoration: underline;
}

div#thanks a:active {
	color: #336;
}

div#thanks h2 {
	display: block;
	color: black;
	margin: 15% 0 2em 0;
	font-weight: bold;
	font-size: 150%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

div.pic_r {
	border: solid #669;
	border-width: 0 0 1px 1px;
	padding: 10px;
	margin: 6px -4px 10px 10px;
	width: 180px;
	float: right;
/*	background: #336;	*/
}

div.pic_l {
	border: solid #669;
	border-width: 0 1px 1px 0;
	padding: 10px;
	margin: 6px 10px 10px -4px;
	width: 180px;
	float: left;
}

div.honor {
	background: #ffc;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
	border-left: 2px solid silver;
	border-top: 2px solid silver;
	padding: 6px;
	margin: 6px 10px 10px -4px;
	width: 530px;
	float: left;
}

div.pic_l img {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 30px;
}

.pic_r img {
	display: block;
	text-align: left;
}

span.caption, span.credit {
	display: block;
	font-style: italic;
	font-size: 60%;
	font-family: arial, helvetica, sans-serif;
	margin: 3px 0;
	text-align: left;
}

span.caption_l, span.credit_l {
	display: block ;
	font-style: italic;
	font-size: 60%;
	font-family: arial, helvetica, sans-serif;
	margin: 3px 1;

span.nominee {
	display: block;
	font-weight: normal;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 4px 0 0 0;
}

span.company {
	display: block;
	font-style: italic;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 0 0 8px 2px;
}

span.tagline {
	display: block;
	font-weight: normal;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 0;
}

span.bottom-link {
	font-weight: normal;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	display: block;
	clear: right;
	text-align: center;
	margin: 0.5em 0;
}

span.important {
	font-weight: bold;
}

span.small {
	font-size: 80%;
}

span.error {
	color: red;
}
.span3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}

