/*-- CASCADING STYLE SHEET --*/

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

	img {
		border: none;
		}

	a:link { 
		font-family: Tahoma, Sans-Serif;
		color: #666666;
		text-decoration: none;
		}

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

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

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

	#container {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #ffffff;
		}

	.hidden {
		visibility: hidden;
		}

	.float_left {
		float: left;
		}

	h1 {
		font-size: 16px;
		color: #545454;
		margin-top: 24px;
		margin-right: 24px;
		margin-bottom: 24px;
		margin-left: 24px;
		line-height: 21px;
		}

	h2 {
		font-size: 14px;
		color: #5a99ff;
		margin-top: 24px;
		margin-right: 24px;
		margin-bottom: 24px;
		margin-left: 24px;
		line-height: 21px;
		}

	p {
		font-size: 12px;
		color: #333333;
		margin-top: 12px;
		margin-right: 24px;
		margin-bottom: 24px;
		margin-left: 24px;
		line-height: 18px;
		}

	li {
		font-size: 12px;
		color: #333333;
		margin-top: 12px;
		margin-right: 24px;
		margin-bottom: 24px;
		margin-left: 24px;
		line-height: 18px;
		}

	table {
		margin-right: 24px;
		margin-bottom: 24px;
		margin-left: 24px;
		line-height: 18px;
		}

/*-- HEADER --*/

	#header {
		width: 940px;
		float: left;
		background: #ffffff;
		margin-top: 21px;
		}

	#nav_header {
		float: left;
		margin-top: 57px;
		margin-left: 9px;
		}

	#logo {
		float: left;
		}

/*-- HEADER --*/

	#content {
		width: 940px;
		float: left;
		margin-top: 12px;
		background: #ffffff;
		}

	#content_left {
		width: 300px;
		float: left;
		background: #ffffff;
		}

	#content_right {
		width: 621px;
		min-height: 320px;
		float: left;
		margin-left: 19px;
		background-color: #ffffff;
		background-image: url('../images/bg_content.jpg');
		background-repeat: no-repeat;
		}

/*-- FOOTER --*/

	#footer {
		width: 940px; min-height: 75px;
		float: left;
		
		font-size: 11px;
		background: #ffffff;
		}

	#nav_seperator {
		float: left;
		margin-top: 12px;
		margin-bottom: 12px;
		}

	#copyright {
		float: left;
		}

	#nav_footer {
		float: left;
		margin-left: 631px;
		}