* {
	margin:0 auto;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
}

a img {
	border:none;
}

#wrapper {
	width:654px;
	height:auto;
}

#content {
	width:446px;
	margin-bottom:100px;
	overflow:hidden;
}

#main-content {
	font-family:"Times New Roman", Times, serif;
}

#main-content h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

#main-content h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFB610;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5 {
	padding:7px 0px;
}

#main-content h3 {
	font-size: 1em;
}

#main-content p, 
#main-content ul, 
#main-content ol {
	margin-top:1em;
	line-height:1.1em;
}

#main-content ul, 
#main-content ol {
	margin-left:1.5em;
}

#sponsors {
	margin:10px 0px;
}

#footer {
	font-size:0.7em;
}

#sidebar {
	width:203px;
	margin-bottom:100px;
}

/* Form styles*/
fieldset {
	border:none;
}

div.form-fields {
	clear:both;
	padding:5px;
	margin:5px 0px;
}

div.form-fieldsHover {
	background:#FFF7C0;
}

div.error {
	background:#FFBABA;
	border:1px solid #D8000C;
}

div.form-fields input,
div.form-fields textarea {
	border:1px solid #ccc;
	padding:3px;
}

div.form-fields:hover input,
div.form-fields:hover textarea,
div.form-fieldsHover input,
div.form-fieldsHover textarea{
	border:1px solid #A9BDD8;
}

label {
	display:block;
	font-weight:bold;
	color:#000;
}


/* Miscellaneous Classes */
u {
	font-weight:bold;
}

.round-border {
	background:#ccc;
	padding:1px;
}

.blue-border {
	background:#83cddf;
	border:3px solid #C5EBFE;
	padding:10px 5px;
	color:#000;
}

.blue-border a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.blue-border a:hover {
	background:#A4E1EF;
}

.insert-white {
	background:#fff;
}

.padd-me {
	padding:10px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}