body {
	background: #000000;
	background: #253949;
	margin:0 auto;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

img {border: 0;}

p, li, a {
	font-size: .9em;
	line-height: 125%;
	}

#wrapper {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 670px;
	height: auto;
	}
	
/** Header **/
#header {
		width: 100%;
		height: 89px;
		margin: 0;
		margin-bottom: 25px;
		border-bottom: 1px solid silver;
		background: #6291BC;
		text-align: left;
		position: relative;
	}
#header-links {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #ffffff;
	}
	
#header-links a:link, #header-links a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

#header-links a:hover, #header-links a:active {
	color: #CC2E2D;
	}
	
/** Content **/
#content {
 background: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	}
#content h1 {
	font-size: 130%;
	color: #C00000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 25px 20px 25px;
	padding: 0;
	}
#content p {
	font-size: .9em;
	line-height: 125%;
	margin: 0 25px;
	padding: 0;
	}
	
/** Footer **/
#footer {
		width: 100%;
		margin: 35px 0 0 0;
		border-top: 1px solid silver;
		padding: 8px 0 8px 0;
		background: #6291BC;
		text-align: center;
		font-size: .8em;
		line-height: 130%;
	}
#footer a:link, #footer a:visited {
	color: black;
	text-decoration: underline;
	}
#footer a:hover, #footer a:active {
	color: white;
	}
	
/** application form **/
fieldset {width: 90%; margin: 0 auto 15px auto; text-align: left; padding: 10px;}
legend {font-size: .8em; color: gray;}

form#contact_form {
 border: 0;
	margin: 0;
	padding: 0;
	}
.contact_label{
	text-align: right;
	vertical-align: top;
	font-size: .8em;
	}
.contact_field {
	vertical-align: top;
	font-size: 90%;
	color: red;
	}
.contact_botton {
	font-size: .9em;
	background: #E1DFDF;
	border: 1px solid #666666;
	}
span.smaller {
	color: black;
	font-size: .9em;
	}