
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/back.gif);
}

#top {
	margin : 0px auto;
	width: 770px;
	padding : 0px;
	height: 245px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 28px 25px 0px 190px;
	width: 555px;
	height: 90px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
}

#container {
	width: 770px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(images/wrap_back.gif);
}

#companion_sites {
	width: 770px;
	height: 30px;
	background-image: url(images/othersites.jpg);
}

#leftnav {
	float : left;
	width: 145px;
	padding: 0px 0px 20px 35px;
	margin : 0px;
}

#content {
	width: 530px;
	margin-left : 190px;
	padding-left : 20px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

img.floatright {
	float: right; 
    margin: 4px; 
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #ddeefe;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

.bullet {
	color: #FFD71C;
	font-weight:bold;
}

.companion_links {
	font-family: "Impact";
	font-size: 17px;
	font-weight: normal;
	color: #FFD71C;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #234729;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #234729;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.companion_links:link, a.companion_links:active, a.companion_links:visited {
	color : #FFD71C;
	font-size: 17px;
	font-weight:normal;
	text-decoration:none;
}

a.companion_links:hover {
	color : #fcefb2;
	font-size: 17px;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:link, #leftnav a:active, #leftnav a:visited {
	color : #0c470d;
	font-weight:bold;
	text-decoration:none;
     }
	 
#leftnav a:hover {
	color : #259b27;
	font-weight:bold;
	text-decoration:none;
     }

a.bodylink:link, a.bodylink:active, a.bodylink:visited {
	font-weight : bold;
	color: #1a5a14;
	text-decoration:none;
	}

a.bodylink:hover {
	font-weight : bold;
	color: #40a138;
	text-decoration:underline;
	}

a.pagebottoml:link, a.pagebottoml:active, a.pagebottoml:visited {
	color: #FFD71C;
	font-weight:bold;
	text-decoration:none;
	}

a.pagebottoml:hover {
	color: #fcefb2;
	font-weight:bold;
	text-decoration:underline;
	}

