a {
	color: #9e5528;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	color: #666666;
	background-color: #9e5528;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.6em;
}

.layout {
	/*font-size: 0.6em;*/
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color:  #308395;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 1.7em;
	font-weight: 100;
	color:  #b3b3b3;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.header {
	height: 164px;
	width: 590px;
	overflow: hidden;
}

.layout {
	position: relative;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.mctext {
 font-size: 1.1em;
}

.layout .body_content {
	width: 590px;
	background-color: #000000;
	background-color: #ffffff;
}

.layout .body_content .mcontent {
	float: left;
	width: 440px;
}

.inner {
	padding: 20px 20px 20px 20px;
}

.layout .body_content .rcontent {
	float: left;
	width: 140px;
}

.layout .body_content .rcontent .inner {
	padding: 20px 0px 20px 0px;
}


.footer {
	width: 590px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.fathom_tagline a {
	color: #ffffff;
	font-size: 0.9em;
}

.fathom_tagline a:hover {
	color: #eeeeee;
	text-decoration: none;
}
/* --------- */

.ml20 {
	margin-left: 20px;
}

.winput {
	width: 320px;
	margin-left: 20px;
}

.taclarge {
	width: 320px;
	height: 150px;
	margin-left: 20px;
}

.tacsmall {
	width: 320px;
	height: 60px;
	margin-left: 20px;
}

.bggrey {
	background-color: #333333;
}

.mb10 {
	margin-bottom: 10px;
}

.mt15 {
	margin-top: 15px;
}

.m30 {
	margin: 30px 30px 30px 30px;
}

.sub_ml {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.p30 {
	padding: 30px 30px 30px 30px;
}

.clleft {
	clear: left;
}

.clright {
	clear: right;
}

.clboth {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tbold {
	font-weight: bold;
}

.tleft {
	text-align: left;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

/* --------- */

.appear {
	display: block;
}

.disappear {
	display: none;
}

.pabsolute {
	position: absolute;
}