@charset "utf-8";
/* General styles */

body
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
}

#outerWrapper
{
	width:754px;
	margin:0 auto 0 auto;
	background:#DEDEDE url(/images/general/bgShadow.gif) repeat-y;
}

#innerWrapper
{
	background:#DEDEDE url(/images/general/bgGrad.jpg) top repeat-x;
	margin:0 7px 0 7px;
	padding:0 25px 35px 25px;
}

#header
{
	height:138px;
	margin-bottom:40px;
}

#footer
{
	height:47px;
	background:#DEDEDE url(/images/general/footerBg.jpg) top no-repeat;
	
	text-align:center;
	color:#999999;
	font-size:90%;
}

#innerFooter
{
	padding-top:12px;
}

#innerFooter a, #innerFooter a:visited, #innerFooter a:hover, #innerFooter a:link, #innerFooter a:active
{
	color:#999999;
}

h3
{
	font-weight:bold;
	color:#0099FF;
	font-size:100%;
	margin:0 auto 5px auto;
	width:460px;
}

p
{
	margin:0 auto 15px auto;
	width:460px;
}

a
{
	text-decoration:none;
}

form
{
	display:inline;
}

.textInput
{
	width:280px;
	border:1px solid #D3D3D3;
}

.link
{
	font-weight:bold;
	color:#0099FF;
}

.error
{
	font-weight:bold;
	color:#FF0000;
}

.alternate
{
	display:none;
}
