@charset "UTF-8";
/* CSS Document */

a:active {
	text-decoration: underline;
	color: #fac40f;
}
a:hover {
	text-decoration: underline;
	color: #fac40f;
}
a:link {
	color: #C1D767;
	text-decoration: none;
}
a:visited {
	color: #C1D767;
	text-decoration: none;
}
body {
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.description {
	color: #333333;
	font-size: 14px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.judges {
	margin: 0px;
	width: 600px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(pics/judges_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	float: right;
}
.main {
	background-color: #cddc7d;
	background-image: url(pics/background.gif);
	background-repeat: repeat;
	background-position: center top;
}
.adtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color: #CCCCCC;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C1D767;
	font-style: italic;
	font-weight: bold;
}
.title {
	font-family: "ATSackers Gothic Light", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.first {
	font-family: "ATSackers Gothic Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: right;
}
.last {
	font-family: "ATSackers Gothic Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
.NavWrap {
	padding-top:0px;
	padding-bottom: 5px;
	padding-left:144px;
	padding-right: 0px;
	float: left;
}

