/* CSS Document */
body
{
	/*background-image: url(/backgroundmedal.jpg);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

td
{
	vertical-align: top;
	padding: 5px;
}

table.maintable
{
	border-top: 1px solid #888888;
}

td.mainbody
{
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	padding-left: 0px;
	padding-right: 15px;
}

td.sidebody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #888888;
}

#headshot
{
	border: 1px solid #999999;
	margin: 20px 0px 00px 0px;
	background-color: #EEEEEE;
}

#headshotalt
{
	border: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	background-color: #EEEEEE;
}

#headshot img
{
	border-bottom: 1px solid #999999;
}

#sideitem
{
	font-size: 11px;
	margin: 8px 0px 8px 5px;
}

p.quote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

p.quotealt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

#title
{
	font-family: Palatino, "Palatino Linotype" , Times, serif;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 36px;
	text-align: center;
}

#subtitle
{
	font-family: Palatino, "Palatino Linotype" , Times, serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}

#navtop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #6B5311;
	line-height: 20px;
	text-align: center;
}

#navtop a
{
	text-decoration: none;
}


#mainbody
{
	margin: 0px;
}

#sidebody
{
	margin: 0px;
}

#bodytext
{
	color: #000000;
	font-family: Palatino, "Palatino Linotype" , Times, serif;
	font-size: 11pt;
	width: 800px;
	margin: 0 auto 0 auto;
}

#t1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#t2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#t3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#t4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.photos #t4
{
	padding-top: 20px;
}



#quickitem
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	line-height: 12px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#quickitem.pdf
{
	background-position: left 50%;
	background-image: url(blueball.jpg);
	background-repeat: no-repeat;
}
#quickitem.doc
{
	background-position: left 50%;
	background-image: url(../blueball.jpg);
	background-repeat: no-repeat;
}

a:link
{
}
#footer
{
	color: #bbbbbb;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-bottom: 50px;
}

#list
{
	line-height: 18px;
	font-size: 12px;
	font-family: "Times New Roman" , Times, serif;
}

#recipient-category
{
	color: #336;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#recipient-name
{
	color: #996600;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman" , Times, serif;
}

#recipient-item
{
	color: #000;
	font-size: 13px;
	font-family: "Times New Roman" , Times, serif;
}

#recipient-nominee
{
	color: #000;
	font-size: 13px;
	font-family: "Times New Roman" , Times, serif;
}
/* CSS Document */
pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 _white-space: pre; 
}
