a:link {
	color: #000099;
	background-color: transparent;
}

a:visited {
	color: #990099;
	background-color: transparent;
}

a:hover {
	color: #0060FF;
	background-color: transparent;
}

a:active {
	color: #FF0066;
	background-color: transparent;
}

html, body {margin: 0; padding: 0; border: 0;}

body {
color: #000; 
background-color: #1E2461; 
font-family: verdana, sans-serif; 
font-size: 12px;
text-align: center;
margin: 30px 0;
}

p  {
	margin: 0; 
	padding: 8px;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	float: right;
	text-align: right;
}

h1	{
	font-size: 22px;
	font-weight: normal;
	color: #735561;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

h2	{
	font-size: 18px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0;
	color: #24611E;
	background-color: transparent;
	text-align: left;
	}
	
h2+p {
	margin-top: 0;
}

img {
	border: none;
}

img.fhilltwo {
	float: left;
	padding-left: 68px;
	padding-right: 50px;
	padding-bottom: 2px;
}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.rt {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 1px;
}

img.lt {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	margin-left: 2px;
}
	
li {
	margin-bottom: .5em;
}

ol.ualpha {
	list-style-type: upper-alpha;
}

ol.uroman {
	list-style-type: upper-roman;
}
	
ul {
	margin-top: 6px;
	font-size: 12px;
	margin-right: 20px;
}
	
.clear { clear: both; }



.addr {
	border: 1px dotted #24611E;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 57%;
}

.book {
	border: 1px dotted #FFFFFF;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 46%;
}

.hwn {
	border: 1px dotted #000000;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 35%;
}

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}


.wrapper {
margin: 0 auto;
width: 697px;
text-align: left;
background: #D7D3C8;
border: 10px solid #D9D75E;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 700px; 
w\idth: 697px; 
}

.hwnrapper {
margin: 0 auto;
width: 697px;
text-align: left;
background: #FDDEA0;
color: Black;
border: 10px solid #D9D75E;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .hwnrapper {
width: 700px; 
w\idth: 697px; 
}

.outer {
border-left: 150px solid #735561;  
border-right: 130px solid #A3BA84;
background: url(images/blackline.gif) 100% 0 repeat-y;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
background:  url(images/blackline.gif) 565px 0 repeat-y;
}

.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 548px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 2px solid #000;
border-width: 0 0 0 2px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 567px;
margin-left: -150px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
float: left;
width: 147px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
float: right; 
width: 130px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
margin: 0 -130px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 415px;
}

.wide {
background-color: #24611E;    /* header and footer colours */
width: 100%; 
border: 2px solid #000;
font-size: 9px;
color: #CAC96C;
font-weight: bold;
}

.wide p {padding: 5px;}

.top {border-width: 0 0 2px;}

.bottom {border-width: 2px 0 0;
}

#biglist {
	margin-right: 12px;
}

#centercards {
	text-align: center;
}

#menuseven{
margin: 0;
padding: 0;
background-color: transparent;
color: Black;
 border-bottom: 1px solid Black;
 border-left: 1px solid Black;
 border-right: 0;
}
#menuseven ul, #menuseven li {
display: inline; 
list-style: none;
}
#menuseven li a, #menuseven li a:hover, #menuseven li a:active { 
font-family: verdana, arial, sans-serif;
font-size: 12px;
display: block;
text-decoration: none; 
background-color : #A68894;
color: Black;
padding: 5px 0px 5px 0px;
border-top: 1px solid #d4bfb1;
border-right: none;
border-bottom: 1px solid #392a1f;
border-left: 1px solid #d4bfb1;
text-align: center;
width : 146px;
font-weight: normal;
}
#menuseven li a:hover, #menuseven li a:active { 
background-color : #C0A292;
color: Black;
}

#here a:link, #here a:visited, #here a:hover {
	background-color : #A3BA84;
	color: Black;
}

#design {
	float: right;
	font-weight: bold;
	font-size: 9px;
	padding: 5px;
	color: #48C23C;
	background-color: transparent;
}

#design a:link, #design a:visited {
	color: #48C23C;
	text-decoration: none;
}

#design a:hover {
	color: #CAC96C;
	text-decoration: underline;
}

