body
{
	background: url(../backgrounds/bg.png) top center repeat-x;
	text-align: center;
	margin: 0px;
	font-size: .75em;	
	color: #333333;
	font-family: Verdana, Arial, Geneva, sans-serif;
	line-height: 1.4em;
}

p
{
		text-align: left;
}

img
{
	border: 0px;	
}

h1
{
	font-size: 2em;
	line-height: 2em;
	margin: 5px 0px 10px 0px;
	color: #123466;
	font-weight: normal;
}

h2
{
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 5px 0px 10px 0px;
	color: #123466;
	font-weight: normal;
}

h3
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 5px 0px 10px 0px;
	color: #123466;
	font-weight: normal;
}

h4
{
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 5px 0px 10px 0px;
	color: #123466;
	font-weight: normal;
}

a:link 
{
	color: #182162;
	font-weight: normal;
	text-decoration: underline;
}

a:visited 
{
	color: #182162;
	font-weight: normal;
	text-decoration: underline;
}

a:hover 
{
	color: #1D69D2;
	font-weight: normal;
	text-decoration: underline;
}

a:active 
{
	color: #1D69D2;
	font-weight: normal;
	text-decoration: underline;
}

#page
{
	margin: 0px auto 0px auto;
	width: 760px;
	text-align: left;
	background: url(../backgrounds/page.png) center repeat-y;
}

#header
{
	background: url(../backgrounds/header.png) top center no-repeat;
	text-align: left;
	margin: 0px;
	height: 130px;
}

#logo
{
	float: left;
	width: 200px;
	margin: 15px;
}

#banner
{
	float: right;
	margin: 15px;
}

#logo span
{
	display: none;
}

#footer
{
	background: url(../backgrounds/footer.png) bottom center no-repeat;
	padding: 6px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
	line-height: 0px;
	font-size: 1px;
}
.left
{
	float: left;
}

.right
{
	float: right;
}

.content
{
	margin: 0px 20px 20px 20px;
}
.form
{
	background: url(../backgrounds/form.png) top center repeat-x;
	border:  1px solid #666666;
	padding: 10px;
	text-align: center;
}
.form h2
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.form textarea
{
	width: 100%;
}
.form label
{
	font-size: .9em;
}
.form .button
{
	background: #AEDEE4 url(../backgrounds/button.png) top center repeat-x;;
	margin: 5px;
	border: 2px outset #AEDEE4;
}
fieldset
{
	border: 0px;
}