
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-color: #ffffff;
	background-image: url(images/back.gif);
}

#top {
	margin : 0px auto;
	width: 775px;
	padding : 0px;
	height: 104px;
}

#pagebottom {
	
	margin : 0px auto;
	padding : 15px 150px 25px 70px;
	width: 555px;
	height: 6px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
}

#container {
	width: 775px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(images/main-background-wrap.gif);
	
}

#leftnav {
	float : left;
	width: 141px;
	padding: 0px 0px 20px 0px;
	margin : 0px;
	background-color : #555454;
	background-image: url(images/wrap_back.gif);
}

#rightnav {
	float : right;
	width: 188px;
	padding: 0px 0px 0px 0px;
	margin : 0px;
	background-color : #555454;
	background-image: url(images/right-wrap_back.gif);
}

#rightnav2 {
	float : right;
	width: 188px;
	padding: 0px 0px 0px 0px;
	margin : 0px;
	background-color : #ffffff;
	background-image: url(images/facts-wrap_back.gif);
}

#content {
	width: 435px;
	margin-left : 145px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #01592f;
}

.bold {
	font-weight: bold;
}

.links-title {
	font-size: 14px;
	font-weight: bold;
	color: #ffe300;
}

.facts-title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.facts {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.li-redo {
	color: #cccccc;
}

.title,h1 {
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #cccccc;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #aaaaaa;
	font-weight:bold;
	text-decoration:none;
}


