h1 {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	font-family: elephant, arial;
	font-size: 25px;
	color: #EE691D;
	margin-top: 0px;
	width:350px;
	font-style:italic;
	background-color:#FCE0CF;
	border:1px dotted #C0500C;
	height:40px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
.sitename {
	font-family: monotype corsiva;
	font-size: 22px;
	color: #9D3509;
	font-style:normal;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
.sitename1 {
	font-family: arial;
	font-size: 11px;
	color: #A9A9A9;
	font-style:italic;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
}
.toptext {
	font-family: verdana;
	font-size: 11px;
	color: #000000;	
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
}
.toplink {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
.headtext {
	font-family: lucida handwriting;
	font-size: 15px;
	color: #F07330;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
.headlink {
	font-family: lucida handwriting;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
	padding-top:15px;
	line-height:22px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
.headlink1 {
	font-family: lucida handwriting;
	font-size: 11px;
	color: #000000;
	padding-left:10px;
	padding-top:15px;
	line-height:22px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
.head {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}
.link {
	font-family: verdana;
	font-size: 11px;
	color: #7A7A7A;
	padding-left:20px;
	line-height:18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
}
.link:hover {
	font-family: verdana;
	font-size: 11px;
	color: #7A7A7A;	
	padding-left:20px;
	line-height:18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-decoration: underline;
}
.more {
	font-family: verdana;
	font-size: 11px;
	color: #970000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right:20px;
	font-weight: bold;
	text-decoration: none;
}
.text
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height:18px;
	text-align:justify;
	padding:10 10 10 10;
	text-decoration: none;
}

.copy
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-align:right;
	padding:2 10 2 2;
	text-decoration: none;
}
.pathrunner {
	font-family: verdana;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}
.bodytext {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	padding-left:6px;
	font-weight: bold;
	text-decoration: none;
}
.bottomlinks {
	font-family: verdana;
	font-size: 11px;
	color: #F9C4BF;
	text-align:center;
	padding-left:6px;
	font-weight: normal;
	text-decoration: none;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #F16313;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-align:left;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A5400A;
}