body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0;
}
#masthead {
	height: 164px;
	color: #999999;
	background-color: #000000;
	background: transparent url(../images/mast-bg.png) repeat-x;
	padding: 0px;
	margin: 0;
	position: relative;
	z-index: 2;
}
#top_container {
	width: 960px;
	height: 164px;
	margin: 0 auto;
}
#logo {
	background: transparent url(../images/logo.png) no-repeat;
	height: 142px;
	width: 280px;
	float: left;
}
#menubar {
	font-size: 0.8em;
	padding: 65px 0 0 15px;
	margin: 0 auto;
	height: 70px;
	width: 665px;
	background: transparent url(../images/nav.png) no-repeat;
	float: left;
}	
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#column_wrapper {
	
}
#column_top {
	background: transparent url(../images/top.png) no-repeat;
	height: 22px;
}
#column_bottom {
	height: 22px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 680px;
	float: left;
}
#right {
	width: 280px;
	float: left;
}
#left .content {
	background: transparent url(../images/left.png) repeat-y;
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	background: transparent url(../images/right.png) repeat-y;
	padding: 24px 36px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#left .bottom {
	background: transparent url(../images/l-bottom.png) no-repeat;
	height: 20px;
}
#right .bottom {
	background: transparent url(../images/r-bottom.png) no-repeat;
	height: 20px;
}
#masthead .content {
	padding: 12px 20px;
}
#footer_outside {
	height: 164px;
	background: transparent url(../images/footer-bg.png) repeat-x;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
}
#footer .content {
	padding: 50px 0px 15px 0px;
}
#right a:link {
	color: #58306D;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #B185C9;
}
.footerCopyright {
	float: left;
	width: 670px;
	margin: 70px 0px 0 10px;
}
.footerLinks {
	float: left;
	width: 260px;
	margin: 70px 10px 0 10px;	
	text-align: right;
}
.footerLinks p {
	margin: 10px 0;
}
#footer a:link {color: #FFFFFF;}
#footer a:visited {color: #A4A4A4;}
#footer a:hover {color: #99FF00;}
h1, h2, h3, h4 {
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
#right h2 {
	font-size: 1.2em;
}
#footer h1 {
	font-size: 0.8em;
}
#footer h2 {
	font-size: 0.8em;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.center {
  display: block;
  margin: 10px auto;
  border: 1px solid #000000;
}
.showcows {
	margin: 10px auto;
	width: 430px;
	display: block;
}
.cntrnb {
  display: block;
  margin: 10px auto;
}
