body
{
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0;
}

.wrapper
{
	position: relative;
	width: 955px;
	font-size: 0.9em;
	margin: 0 auto -142px;
	text-align: left;
}

.header
{
	height: 193px;	
}

.header a
{
	border-bottom: 0px;
}

h1 
{
	padding: 0 0 0.2em;
	color: #eb223b;
	font: 1.7em arial, helvetica, sans-serif;
	font-weight: bold;
}

h2
{
	padding: 0 0 0.4em;
	color: #eb223b;
	font: 1.25em arial, helvetica, sans-serif;
}

h2.black
{
	padding: 0 0 0.4em;
	color: #666666;
	font: 1.3em arial, helvetica, sans-serif;
}

p
{
	padding: 0 0 0;
	color: #666666;
	font: 1em/1.4em arial, helvetica, sans-serif;
}

p.apply
{
	padding: 0 0 0;
	color: #666666;
	font: .8em arial, helvetica, sans-serif;
}

a
{
	color: #eb223b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: #eb223b;
}

a.side
{
	border-bottom: 0px;
}

strong
{
	font-weight: bolder;
}

input
{
	color: #666666;
	background: #ffffff;
	border: 1px solid #d9e0f2;
	padding: 3px;
}

select
{
	color: #666666;
	background: #ffffff;
	border: 1px solid #d9e0f2;
	padding: 2px;
}

input[type="image"]
{
	border: 0px;
}

textarea
{
	color: #666666;
	background: #ffffff;
	border: 1px solid #d9e0f2
}

table.ref
{
	border-bottom: none;
	border-top: none;
	border-left: 1px solid #d9e0f2;
	border-right: none;
}

table.ref td 
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: 1px solid #d9e0f2;
	padding:3px;
}

table.app
{
	border-bottom: none;
	border-top: none;
	border-left: 1px solid #d9e0f2;
	border-right: 1px solid #d9e0f2;
}

table.app td 
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	padding:3px;
}

.footer
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(images/footerbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d7d7d7;
}

.footer a
{
	color: #666666;
	text-decoration: none;
	border: 0;
	font-weight: normal;
}

.footer a:hover
{
	color: #eeeeee;
	background: #eb223b;
}

.footer p 
{
	width: 955px;
	padding: 20px;
	color: #666666;
	font-size: 0.75em;
	font-family: arial,sans-serif;
	text-align: center;
}