	*, html {
    margin: 0;
    padding: 0;
	}
	
	html {
	font-size: 67.5%;
	min-height: 101%;
	margin-bottom: 1px;
	}
	
	body {
	font-size: 1.2em;
	font-family: Arial, helvetica, Verdana, Sans-Serif;
	color: #666666;
	background-color:#999999;
	}
	
	#container {
	 width: 900px;
	 margin: auto;
	 background-color: #ffffff;
	 background-repeat: no-repeat;
	 background-position: right 120px;
	}
	
	h2 {
	font-size: 1.2em;
	margin: 20px 0;
	color: #6633cc;
	}
	
	p {
	padding-bottom: 10px;
	}
	
	#header {
	 width: 100%;
	 height: 137px;
	}
	
	#header ul {
	padding: 60px 0 0 150px;
	}
	
	#header ul li {
	float: left;
	height: 39px;
	background-image: url(../images/style/navBackground.png);
	}
	
	#header ul li a:link, #header ul li a:visited {
	background-image: url(../images/style/navBackgroundRight.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	display: block;
	padding: 0 10px;
	height: 100%;
	line-height: 32px;
	color: #000000;
	text-align: center;
	}
	
	#header ul li a:hover {
	}
	
	a:link, a:visited {
	color: #6633cc;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	#header ul li ul {
	position: absolute;
	min-width: 10em;
	left: -999em;
	padding: 0;
	margin-top: -5px;
    }
    
    #header ul li ul li {
    width: 100%;
    }

    #header ul li:hover ul, #header ul li.sfhover ul {
	left: auto;
    }
	
	.columnHead {
	float: left;
	width: 528px;
	height: 5px;
	margin-left: 35px;
	margin-right: 12px;
	background-image: url(../images/style/divTop.jpg);
	}
	
	.columnHeadBig {
	float: left;
	width: 658px;
	height: 5px;
	margin-left: 35px;
	margin-right: 12px;
	background-image: url(../images/style/divTopBig.jpg);
	}
	
	.column {
	float: left;
	width: 368px;
	margin-left: 35px;
	margin-right: 12px;
	margin-bottom: 20px;
	padding-left: 150px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/style/leftPeople.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
	
	.columnBig {
	float: left;
	width: 498px;
	margin-left: 35px;
	margin-right: 12px;
    margin-bottom: 20px;
	padding-left: 150px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/style/leftPeopleBig.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
	
    #footer {
    background-color: #ffffff;
    width: 900px;
    margin: auto;
    clear: both;
    font-size: 0.8em;
    color: #333333;
    }
    
    #login_frame {
    margin-left: 100px;
	width: 600px;
    }
    
    ul {
    list-style: none;
    }
	
	ul.contactList {
	width: 45%;
	float: left;
	margin-bottom: 20px;
	}
	
	ul.contactList li {
	margin-bottom: 3px;
	}
	
	ul.contactList li h4 {
	margin-left: -90px;
	}
	
	ul.contactList.methods li {
    padding-left: 90px;
    position: relative;
	}
	
	ul.contactList li strong {
	font-weight: bold;
	margin-right: 10px;
	width: 85px;
	font-weight: normal;
	color: #000000;
	position: absolute;
	left: 0;
	}
	
	form {
	clear: both;
	background-color: #ffffcd;
	padding: 3%;
	}
	
	fieldset {
	border: none;
	float: left;
	width: 49%;
	margin-bottom: 10px;
	}
	
	fieldset.message {
	float: none;
	clear: both;
	width: 97%;
	}
	
	fieldset.selectBoxes label {
	clear: left;
	width: 85%;
	float: left;
	}
	
	fieldset.selectBoxes input {
	float: left;
	margin-top: 7px;
	}
	
	textarea {
	height: 92px;
	}
	
	fieldset.message textarea {
	width: 100%;
	margin-bottom: 10px;
	}
	
	label {
	font-weight: bold;
	display: block;
	padding: 5px 0 3px 0;
	}

	div.link {
	clear: both;
	line-height: 1.5em;
	color: #000000;
	background-color: #dedede;
	padding: 4px 8px;
	}
	
	div.link em {
	color: #666666;
	width: 400px;
	}
	
	div.link a:link, div.link a:visited {
	float: right;
	width: 50%;
	text-align: left;
	}
	
	h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 1.5em;
	}

	.formError {
	border: 1px #990000 solid;
	}