body{
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: small;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	background: #4C4D33;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	text-decoration: none;
	font-size: 105%;
	color: #59430D;
	background: #FFD711;
	line-height: 130%;
}
a:hover{	
	text-decoration: none;	
	color: #ffffff;
	background: #7A6622;
}
.skipLinks {display: none;}
.linkarrows {
	font-size: 12px;
	line-height: normal;
	color: #FFD711;
}
/**************  *****************/
/**************  *****************/
/***********************************************/
#masthead{
	width:764px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#pagecell{
	height: 100%;
	background: url(../media/splash_bg.gif) repeat-y;
	margin-top: 0px;
}
#pagecellInner{
	float:left;
	width:450px;
	margin:0px 0px 0px 35px;
	padding: 0px;
}
h1{
	background-color: #7A6622;
	font: 70% Courier New, Courier, mono;
	color: #ffffff;
}
#content{
	width:180px;
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 520px;
	height:auto;
}
#siteInfo{
	font-size: 70%;
	color: #cccccc;
	padding: 30px 50px 0px 0px;
	margin-top: 20px;
	text-align: right;
}
