/* @override http://www.scenichudson2.org/competitions/wwwstyles.css */

/* Basic Tag Syles */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: left;
	color: #666;
	font-size:62.5%;
	background: #fff url(wwwgfx/headerstrip.gif) repeat-x;
	}

p,td {
	color: #666;
	font-size: 2.0em;
	line-height: 1.7em;
	font-style: normal;
	margin-bottom: 5px;
	}

td {
	text-align: left;
	vertical-align: top;
	}

li {
	color: #666;
	font-size: 1.6em;
	line-height: 1.7em;
	font-style: normal;
	margin-left: 30px;
	}

h1 {
	color: #0090AB;
	font: normal 3.6em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}

h2 {
	color: #0090AB;
	font: normal 2.2em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}

h3 {
	color: #0090AB;
	font: normal 2.0em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}

h4 {
	color: #0090AB;
	font: normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}

img {
	border: 0px;
	}

blockquote {
	margin-left: 40px;
	}

/* Master Layout Divs */

#wrapper {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	}

#header {
	float: left;
	width: 700px;
	height: 130px;
	text-align: right;
	}

#leftcol {
	float: left;
	width: 350px;
	}

#rightcol {
	float: right;
	width: 300px;
	}
	
#widecol {
	width: 700px;
	}

#footer {
	clear: both;
	width: 700px;
	}

/* Link Styles */
a:link {	text-decoration: underline;
	color: #3ea3b8;	}a:visited {	text-decoration: underline;	color: #888;	}a:hover {	text-decoration: underline;	color: #0090AB;	}a:active {	text-decoration: underline;	color: orange;	}

/* div-specific styles */

#rightcol p,td {
	color: #0090AB;
	font-size: 1.8em;
	line-height: 1.2em;
	}

#rightcol h1 {
	color: #0090AB;
	margin-bottom: 16px;
	}

#newsignup td {
	line-height: 1.5em;
	}

/* Handy General Styles */
.debug {
	color: red;
	font-size: 1.2em;
	line-height: 1.3em;
	}

.warning {
	color: red;
	font-weight: bold;
	}

.notbold {
	font-weight: normal;
	}

.cellright {
	text-align: right;
	}

.clear {
	clear: both;
	}
	
td.cellright input {
	border: 0px;
	background-color: white;
	}

.fineprint {
	font-size: 1.2em;
	line-height: 1.3em;
	}

.notsofineprint {
	font-size: 1.6em;
	line-height: 1.0em;
	}

.imgcount {
	color: #888;
	font-size: 0.6em;
	}
