@charset "utf-8";
/* CSS Document */
body{
		font-family:arial;
		font-size:12px;
		color:#000;
	}
	
	a,a:link,a:hover,a:visited{
		color:#1F648D;
		font-weight:bold;
		
	}
	
	p{
	color:#000;
	margin-left:20px;
	margin-top:20px;
	}

	img{
		border:none;
		border:0;
	}

	h2{
		color:#000;
	}

	.error{
		color:#990000;
		font-weight:bold;
	}
	
	label{
		font-weight:bold;
		float:left;
		display:inline;
		margin-left:3em;
		width:290px;
		color:#000;
		height:25px;
	}
	
	legend{
		font-size:1.2em;
		font-weight:bold;
		color:#000;
	}
	html fieldset{ position: relative; margin-top:1em; padding-top:.75em; }
	html legend{ position:absolute; top: -.5em; left: .5em; }
	
	fieldset{
		background-color:#f9f9f9;
		_background-color:#f9f9f9;
		margin:20px 20px 20px 20px;
		padding-bottom:20px;
		border-color:#e2e2e2;
		bordercolor:#e2e2e2;
		
	}
	
	fieldset p{
		margin:12px 10px 12px 10px;
	}
	
	.container{
		width:750px;
		margin:-10px auto 10px auto;
	}
	
	.programinfo{
		float:left;
		margin:0;
		padding:0;
		width:510px;
	}
	.programinfo p{
		margin:10px 20px 20px 10px;
	}
	
	.programbuttons{
		float:right;
		margin:0;
		padding:0;
		width:240px;
	}
	
	.nom_container{
		width:990px;
		margin:0 0 -15px; 0;
		text-align:left;
		background-color:#fff;
		display:block;
		padding:0;
	}
	
	.activeTab{
		background-color:#fff;
	}
	
	.subtext{
		padding:6px;
		margin:25px 0px 20px 0px;
		border-left:1px solid #999;
		font-weight:normal;
	}

	.maintext{
		padding:3px;
		margin:15px 0px 13px 300px;
		font-weight:bold;
	}
	
	.errortext{
		padding:3px;
		margin:15px 0px 13px 300px;
		color:#990000;
		font-weight:bold;
	}
	.theader{
		background-color:#e4e4e4;
		color:#000;
		font-weight:bold;
		}
	
	.input{
		width:300px;
		height:22px;
		border:1px solid #ccc;
		background-color:#fff;
		padding:5px;
		font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.textarea{
		width:300px;
		height:360px;
		border:1px solid #ccc;
		background-color:#fff;
		padding:5px;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.voteNames{
		font-size:11px;
	}
	
	.login {
		margin:20px 100px;
		
	}
	
	.login p label{
		width:150px;
		left-margin:100px;
	}
	
	.galleryTable{
		width:970px;
		margin:15px auto;
		border-bottom:1px solid #e2e2e2;
	}
	
	.galleryTable tr td{
		font-size:11px;
		line-height:1.4em;
		padding:5px 0px 5px 0px;
	}
	
	.galleryTable tr td img{
		margin-top:5px;
	}
	
	.activeGallery{
		background-image:url(../images/gallerytab-bg.jpg);
		background-position:top center;
		background-repeat:no-repeat;
	}
	
	.galleryFooterTable{
		width:970px;
		margin:15px auto;
		border-top:1px solid #e2e2e2;
	}
	
	.galleryDisplay{
		margin:10px auto;
	}
	
	.galleryDisplay tr td{
		text-align:center;
	}
	
	
	
	.galleryImage{
		border:1px solid #e2e2e2;
	}
	
	.voteTable{
		width:500px;
		margin:10px auto 20px auto;
		border:1px solid #e2e2e2;
		background-color:#e9e9e9;
	}
	
	.voteTable tr td{
		padding:10px;
	}
	
	.leftCol {
		margin:0;
		padding:0;
		float:left;
		display:inline;
		width: 596px;
	}
	
	.leftCol p{
		margin:10px 20px; font-size:15px; line-height:1.6em; color:#444;
	}
	
	.rightCol {
		margin:0;
		padding:0;
		float:right;
		display:inline;
		width: 394px;
	}
	
	.bottomsponsor {
		margin:20px;
		border:1px solid #e2e2e2;
	}
	
	.bottomsponsor img{
		float:left;
		display:inline;
		margin:20px;
		border:1px solid #e2e2e2;
	
	}


	.bottomsponsor p{
		margin:20px 20px 0px 20px;
		font-size:14px;
		line-height:1.4em;
	
	}
	
	.formSubhead{
		text-transform:uppercase;
		margin-left:20px;
	}
	
	.winnerBox{
		width:750px;
		margin:10px auto;
		background-color:#f9f9f9;
		border:1px solid #e2e2e2;
	}
	
	.winnerBox table{
		margin:8px;
	}
	
	.winnerBox table tr td p {
		margin-top:2px;
		margin-bottom:15px;
	}
	
	.winnerBox p {
		margin-top:22px;
	}
	
	.archiveTable{
		margin:20px auto;
		width:750px;
		border:1px solid #e2e2e2;
		padding:0;
	}
	
	.archiveTable tr td{
		padding:8px;
		margin:0;
	}
	
	.tableHeader{
		background-color:#e9e9e9;
		margin:0;
		font-size:18px;
		text-trasnform:uppercase;
		
	}
	
	.odd{
	background-color:#f9f9f9;
	}
	
	.clear{
		clear:both;
		height:1px;
		margin-top:-1px;
	}
	
	.success{
		text-align:center;
		font-weight:bold;
		margin:20px 40px;
		padding:20px;
		border:1px solid #006699;
		background-color:#d7effb;
	}
	
	.input {
		width:300px;
		background-color:#fff;
		border:1px solid #e2e2e2;
		height:19px;
	}
	
	.submit {
		width:120px;
	}
	
	.paginateBox{
		float:right;
		margin-right:20px;
	}
	
	span.paginate{
		margin:6px 3px;
		border:1px solid #ccc;
		padding:6px;
	}
	
	span.paginate a:hover{
		text-decoration:none;
	}
	
	span.paginate.active{
		background-color:#074c83;
		color:#fff;
		font-weight:bold;
	}
	
	

		
