/*CSS Document
Zero down margin and padding on all elements*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font: 62.5%/1.6 Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "sans serif";
	background-color: #FFFFFF;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	width: 1000px;
	color: #333;
	position: static;
	margin: auto;
}
#wrapper
{
	width: 1000px;
	margin: auto;
	position: static;
	height: 700px;
}
#content
{
	width: 400px;
	margin: 0px 0px 0px 425px;
	height: 400px;
}
BODY.registration #content
{
	width: 550px;
	text-align: left;
	margin-top: 50px;
}
#content #instruction H3
{
	padding-top: 0px;
	padding-left: 50px;
}
#content #instruction OL
{
	padding: 5px 50px 10px 50px;
}
#content #instruction LI
{
	font-size: 1.6em;
}
#contentSecondary
{
	list-style: none;
	width: 350px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contentSecondary A
{
	color: #960014;
	font-size: 1.2em;
	padding-top: 10px;
}
#contentSecondary A:hover, #contentSecondary A:active
{
	color: #004E87;
}
#branding
{
	height: 150px;
	padding: 30px 200px 0px 0px;
}
#branding H1
{
	margin: 0;
	text-align: center;
	color: #004E87;
}
#branding H2
{
	margin: 0;
	text-align: center;
	color: #960014;
}
#branding H3
{
	margin: 0;
	text-align: center;
	color: #960014;
}
H1
{
	font: 3.5em/1 "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-weight: bold;
}
H2
{
	font: 2.8em/1 "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
H3
{
	font: 1.6em "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-weight: bold;
	color: #004E87;
}
H4
{
	font: 1.6em "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-weight: bold;
	color: #960014;
}
p, li
{
	font-size: 1.6em;
}
H1, H2, P
{
	margin: 1em 0;
}
#ven #wrapper H3
{
	padding-top: 60px;
	text-align: center;
}
#footer
{
	padding: 1px 30px;
	color: #004E87;
	clear: both;
}
.regInfo
{
	float: left;
	padding-left: 20px;
	color: #960014;
}
.electric
{
	float: left;
	padding-left: 20px;
	color: #960014;
	width: 130px;
	text-align: center;
}
.alert
{
	clear: both;
	color: #DF0024;
	text-align: right;
	padding: 0 60px 0 0;
}
#footer P
{
	float: left;
}
#footer A
{
	float: right;
	text-align: right;
	color: #960014;
	font-size: 1.4em;
	padding-top: 10px;
}
#footer A:hover, #footer A:active
{
	color: #004E87;
}
.highlight
{
	color: #960014;
}
#questions
{
	width: 500px;
	text-align: right;
	padding: 30px 0 0 0;
	float: left;
}

DIV.regInfo H3, DIV.electric H3
{
	color: #960013;
	font-size: 1.4em;
}
