body {
	background-color: #360035;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #8C5226;
}
a:link {
	color:#8C5226;
}
a {
	color: #8C5226;
}
a:visited {
	color:#8C5226;
}
a:hover {
	color:#360035;
	text-decoration: underline;
}
a:active {
	color:#8C5226;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6f4e2b;
}
.pic {
	border: 5px solid #FFFFFF;
}
p {
	padding: 0px;
	margin: 4px 0 6px 0;
}
ul {
	margin-top: 0px;
	margin-left: 10px;
	padding-left:10px;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
}
.gooogle {
	display: none;
	visibility: hidden;
}


#pagecontent {
	width:730px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #6f4e2b;
	margin: 20px auto;
	text-align:left;
	clear:both;
}

#column1 {
	width:330px;
	padding-right:20px;
	position:relative;
	float:left;
}

#column2 {
	width:350px;
	padding-right:20px;
	float:left;
	position:relative
}

#footer-nav li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	margin: -2px !important;
	margin: 0;
	border-left: 1px solid #210120;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#footer-nav li.first {
  border-left: 0;
}

#footer-nav li a {
  text-decoration: none;
}

#footer-nav li a:hover {
  text-decoration: underline;
}



#primary-nav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	margin: -2px !important;
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
}

#primary-nav li a {
  text-decoration: none;
  color:#5c3916;
}

#primary-nav li a:hover {
  text-decoration: underline;
}

/* TOOLS ------------------------------------------------- */

.clear { clear: both; }
.clearfix { zoom: 1; /* for IE7 */ }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.accessibility {
	position: absolute;
	left: -999px;
	width: 900px;
	background: none;
	}
.pink{
	color:#f2b7ba;
}
.smalltext{
	font-size:9px;
}
