
body {
	background-color : #6A994B;
	text-align : center;
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 13px;
}

body > div {
	margin : 0px auto;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 13px;
}

h1 {
	color : #F25B24;
	font-weight : bold;
	font-size : 20px;
}

#NavBar {
	top : 128px;
	width : 908px;
	height : 19px;
	background-image : url("layout2/navBar.jpg");
	background-repeat : no-repeat;
	padding : 8px 0px 7px 0px;
	margin : 0px auto 8px auto;
	text-align : center;
}

#NavBar a {
	display : inline;
	float : left;
	height : 19px;
	
		margin : 0px 24px;
	
}

#NavBar a:first-child {
	margin-left : 40px;
}



#HomeContentSpace {
	background-image : url("layout2/homePageBkg.gif");
	background-repeat : repeat-y;
	margin : 0px auto;
	width : 908px;
	text-align : left;
}

#HomeContent {
	
	width : 570px;
	padding : 5px 30px;
	
	vertical-align : top;
}

#MarketNews {
	
	width : 217px;
	padding : 15px 30px;
	
	vertical-align : top;
}

#MarketNews div {
	font-weight : bold;
	padding : 5px 0px;
}

#MarketNews div:first-child {
	padding-top : 0px;
}

#ContactInfo {
	text-align : center;
	margin : 0px auto;
	width : 908px;
	color : #FFFFFF;
	padding : 10px 0px;
	
}

#ContactInfo span {
	margin-right : 10px;
}

#ContactInfo span:first-child {
	margin-left : 10px;
}

#ContactInfo a:link,
#ContactInfo a:active,
#ContactInfo a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

#ContactInfo a:hover {
	color : #EC6025;
	text-decoration : underline;
}

.bySiteWhirks {
	text-align : center;
	font-family : Verdana, Helvetica, Arial, Sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
}

.bySiteWhirks img {
	position : relative;
	top : 1px;
}
