/* CSS Document */

a {

color: #85016F;
font-weight: bold;
text-decoration: none;

}


#nav a {

color: #85016F;
font-weight: normal;
text-decoration: none;

}	

#nav h3 a:hover, #nav h4 a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #85016F;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#nav ul li a.current {
color: #85016F;
}

#nav li a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #85016F;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#maincontent_up {
	position:absolute;
	width:534px;
	height:496px;
	z-index:1;
	left: 205px;
	top: 6px;
	background-image: url(/images/site/purple_up.jpg);
	font-size: 14px;
}
#maincontent_down {
	position:absolute;
	width:534px;
	height:496px;
	z-index:1;
	left: 205px;
	top: 6px;
	background-image: url(/images/site/purple_down.jpg);
	font-size: 14px;
}
#maincontent_none {
	position:absolute;
	width:534px;
	height:496px;
	z-index:1;
	left: 205px;
	top: 6px;
	background-image: url(/images/site/purple_none.jpg);
	font-size: 14px;
}
#mainbody_none {
	position:absolute;
	width:322px;
	height:298px;
	z-index:1;
	left: 143px;
	top: 35px;
}

#maincontent_down a:hover,#maincontent_up a:hover ,#maincontent_none a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #85016F;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}
#boxnav a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #85016F;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

/* additional content for the good folks down at the contact form */

table { 
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333; 
	width: 100%;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666; 
}
 

table a:hover {
	text-decoration: none; 
	background: #f60;
}

table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table tr th a:hover {
	color: #fff;
	background: #369;
}

table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}

table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	width: 20%;
	background: #fff;
}

table tr.odd th, table tr.odd td {
	background: #efefef;
}

 