body	{
	font-family: "garamond light", "century schoolbook l", "new century schoolbook", times, "times new roman", serif;
	margin: 0;
	background: #e6f0f1;
	color: #383e3e;
	}

div#main
	{
	position: relative;
	margin: 0;
	padding: 0 20px;
	}

div#head
	{
	position: relative;
	text-align: center;
	margin: 2em ;
	padding-bottom: 1em;
	}

div#head p
	{
	width: 100%;
	padding-top: 1em;
	text-align: center;
	border: 4px solid #bda16f;
	background:  url(images/swirl.gif) no-repeat center center ;
	}

div#head img
	{
	border: 0;
	float: none;
	}

form#search
	{
	text-align: right;
	padding-bottom: 0;
	margin-bottom: 0;
	}

input#searchtext
	{
	width: 10em;
	}

input#submit
	{
	width: 5em;
	}

h1	{
	text-align: center;
	font-size: 115%;
	width: auto;
	text-decoration: none;
	text-transform: none;
	line-height: 100%;
	margin: 0 0 0.5em;
	padding: 0;
	}


h2	{
	font-size: 108%;
	text-transform: none;
	}

h3  {
    font-size: 106%;
    font-weight: normal;
	font-style: italic;
	text-transform: none;
    }

h4	{
	text-transform: capitalize;
	font-size: 104%;
	max-width: 40ex;
	margin-bottom: 0;
	}

blockquote
	{
	font-style: italic;
	}

.attribution
	{
	font-weight: bold;
	padding-left: 1em;
	font-style: normal;
	text-transform: none;
	}

ul	{
	list-style-type: none;
	}

ul.bullet
	{
	list-style-type: disc;
	}

li	{
	padding: 0.5em 0;
	}

ul#breadcrumbs
    {
    clear: right;
    margin: 0;
    padding: 0;
    }

ul#breadcrumbs li
    {
    font-size: 75%;
    display: inline;
    padding: 0;
    margin: 0 0.5em;
    }

.hidden	{
	display: none;
	}

ul.categories
	{
	padding-left: 0;
	margin-left: 0;
	}

ul.nominees
	{
	padding-bottom: 1em;
	padding-left: 0;
	margin: 0;
	}

ul.nominees li
	{
	padding:  0.5em 0;
	margin:   0;
	}

ul.nominees li.winner, .winner
	{
	background:  url(images/winner.gif) no-repeat left;
	font-weight: bold;
	padding-left: 48px;
	}

span.description
	{
	font-weight: normal;
	font-size: 95%;
	padding-left: 1em;
	}

.name
    {
    font-weight: bold;
    }

ul.sponsor
	{
	padding-left: 0;
	margin: 0;
	text-align: right;
	width: 100px;
	}

a	{
	color: #220099;
	}

a:visited
	{
	color: #664488;
	}

a:hover
	{
	color: blue;
	}


ul.nav
	{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 105%;
	border-top: #bda16f thin solid;
	border-bottom: #bda16f thin solid;
	}


ul.nav li
	{
	white-space: nowrap;
	}


.nav li	{
	line-height: 120%;
	margin: 0.25em ;
	padding: 0;
	display: inline;
	white-space: nowrap;
	}

li h4	{
	font-size: 115%;
	clear: left;
	padding: 0;
	margin: 0.5em 0;
	}

p a img	{
	float: left;
	margin: 0 1em 1em 0;
	}


ul.contact li a
	{
	color: blue;
	text-decoration: underline;
	}

div.news
	{
	border-top: 2px solid #999900;
	border-bottom: 2px solid #999900;
	font-weight: bold;
	}

@media tty
	{
	body	{
		background: white;
		color: black;
		}
	
	a	{
		color: blue;
		text-decoration: underline;
		}
	}


