body{ 	background-color: black;
	background-image: url(images/DarkVioletStrip.jpg);
	background-repeat: repeat-y;
	}

p {
	color: white;
	font-family: Arial;
	font-size: 16px;
	}

p.blue {
	color: #00CCFF;
	font-family: Arial;
	font-size: 16px;
	}

p.footer {
	color: white;
	font-family: Arial;
	font-size: 10px;
	}

a.bold {
	font-weight: bold;
	}

a.highlight {
	color: white;
	font-weight: bold;
}

a.accent_italics {
	color: yellow;
	font-style: italic;
}

a.white {
	color: white;
}

a.red_bold {
	color: red;
	font-weight: bold;
}

a.highlight_no_bold {
	color: white;
}

a.highlight_blue {
	color: #00CCFF;
	font-weight: bold;
}

a.highlight_no_bold_blue {
	color: #00CCFF;
	font-weight: normal;
}

a.clickme {
	border-bottom: ridge transparent;
	border-width: 5px;
}

a.clickme:hover {
	border-bottom: ridge blue;
	border-width: 5px;
}


p.quote {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	}

td {
	padding: 10px;
	}

h3{ color: grey; }

/* MAIN MENU */

div#menuPane{
	position: absolute;
	left: 25px;
	top: 25px;
	width: 20%;
}

div.menu {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 2px solid #F0DB2E;
	font-family: Book Antiqua, Garamond;
}

/* MAIN HEADER */

div.menu h4{
	color: yellow;
	padding: 2px;
	margin: 0px;
	letter-spacing: 1px;
	background: #3A2013;
	background-image: url(images/MenuStrip_A728.jpg);
}

/* SUB HEADER */

div.menu h5{
	color: yellow;
	padding: 2px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	background: #CE7A0A;
	background-image: url(images/MenuStrip_A716.jpg);
}

/* MENU ITEM */

div.menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
	margin: 0px;
	color: black;
	border-top: 1px solid #487048;
	padding: 5px;
}

div.menu a:link{
	color: #330099;
	background: #FBB428;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_B713.jpg);
}

div.menu a:visited{
	color: #330099;
	background: #FBB428;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_B713.jpg);
}
div.menu a:hover{
	color: yellow;
	background: #0556E3;
	letter-spacing: 1px;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_B713_Invert.jpg);
}


/* PAGE */

div#content{
	position: absolute;
	left: 25%;
	top: 25px;
	width: auto;
	padding: 2px;
	margin-right: 5px;
}

div#content h1{
	font-variant: small-caps;
	text-align: left;
	letter-spacing: -1px;
	color: yellow;
	padding: 2px;
	border-top: 2px solid yellow;
	font-family: Garamond, Arial;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
}

div#content h1.red{
	font-variant: small-caps;
	text-align: left;
	letter-spacing: -1px;
	color: red;
	padding: 2px;
	border-top: 2px solid red;
	font-family: Garamond, Arial;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
}


div#content h2{
	font-variant: small-caps;
	text-align: left;
	letter-spacing: -1px;
	color: yellow;
	padding: 2px;
	font-family: Garamond, Arial;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
}

div#content h3{
	font-variant: small-caps;
	text-align: left;
	letter-spacing: -1px;
	color: yellow;
	padding: 2px;
	font-family: Garamond, Arial;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
}

div#content h4{
	background-color: #A3F4A3;
	text-align: right;
	letter-spacing: -1px;
	color: #386938;
	padding: 2px;
	border-bottom: 1px solid black;
}

div#content h5{
	text-align: left;
	color: white;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

div#content a:link, a:visited{
	color: white;
	letter-spacing: 1px;
	font-family: arial;
	font-weight: bold;
}

/* THIS CAUSES ODD BEHAVIOUR IN FIREFOX
div#content a:hover{
	background: #F39F17;
	color: white;
	letter-spacing: 1px;
	font-family: arial;
	font-weight: bold;
}
*/


div#content hr{
	border-bottom-style: solid ;
	border-bottom-color: yellow;
	border-bottom-width: 3px;
}


div#content td.pic{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip.jpg);
}
div#content td.pic_centre{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip_centre.jpg);
}
div#content td.pic_right{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip_right.jpg);
}
/*
//	border: ridge;
//	border-width: 5px;
*/

div#content td.pic_left{
	background: #333333;
	padding: 15px;
	text-align: left;
}


div#content td.pic_design{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip_even_grad.jpg);
}

div#content td.pic_centre_col{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip_centre.jpg);
}

div#content td.pic_right_col{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip_right.jpg);
}



/* BLOCKQUOTE */


blockquote.details {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 12px;
	border: 2px solid #F0DB2E;
	width: 7in;
	background: #CE7A0A;
	background-image: url(images/BlockQuoteStrip_A716.jpg);

}


blockquote.details_dark {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 12px;
	border: 2px solid #F0DB2E;
	width: 7in;
	background: #CE7A0A;
	background-image: url(images/BlockQuoteStrip_A364.jpg);

}


blockquote.notice {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 12px;
	border: 2px solid #F0DB2E;
	width:  auto;
	background: #CE7A0A;
	background-image: url(images/BlockQuoteStrip_A716.jpg);

}