/*-- CASCADING STYLE SHEET --*/

	body {
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		text-align: center;
		font-size: 12px;
		color: #333333;
		width: 100%;
		height: 100%;
		background: #ffffff;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}

	img {
		border: none;
		}

	a:link { 
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		color: #8e4443;
		text-decoration: none;
		}

	a:visited {
		color: #8e4443;
		text-decoration: none;
		}

	a:active {
		color: #8e4443;
		text-decoration: none;
		}

	a:hover {
		color: #670003;
		text-decoration: none;
		}

	#container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #ffffff;
		}

	p {
		color: #333333;
		line-height: 18px;
		letter-spacing: 0px;
		text-align: left;
		margin-top: 12px;
		margin-right: 0px;
		margin-bottom: 12px;
		margin-left: 0px;
		}

	h1 {
		color: #60090f;
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 0 0;
		margin: 12px 0 -6px 0;
		}

	h2 {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 0 0;
		margin: 12px 0 -6px 0;
		}

	li {
		line-height: 21px;
		}

	.hidden {
		visibility: hidden;
		}

	.float_left {
		float: left;
		}

	.title {
		font-size: 21px;
		color: #660000;
		}

	.margin_right12px {
		margin-right: 12px;
		}

	.justify {
		text-align: justify;
		}

/*--  HEADER  --*/

	#container_header {
		width: 100%;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #000000;
		}

	#header {
		width: 768px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #000000;
		}

/*-- NAVIGATION --*/

	#container_navigation {
		float: left;
		width: 100%;
		height: 30px;
		margin-top: 1px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background-color: #887faa;
		}

	#navigation {
		width: 768px;
		margin-top: 6px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		color: #ffffff;
		background-color: #887faa;
		}

	#navigation a:link {
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		}

	#navigation a:visited {
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}

	#navigation a:active {
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}

	#navigation a:hover {
		color: #e4e9ed;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}

	.navigation_seperator {
		margin-left: 8px;
		margin-right: 8px;
		}

/*-- CONTENT --*/

	#content {
		width: 768px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background-color: #ffffff;
		}

	#column1 {
		width: 450px;
		float: left;
		background: #ffffff;
		}

	#column2 {
		width: 250px;
		min-height: 445px;
		float: left;
		margin-left: 40px;
		margin-bottom: 16px;
		background-color: #e4e9ed;
		background-image: url('../images/bg_formbottom.jpg');
		background-repeat: no-repeat;
		background-position: bottom;
		}
