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

p {
	color: white;
	font-family: Arial;
	font-size: 16px;
	}
p.center {
	color: white;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	}


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-color: transparent;
	border-bottom-style: solid;
	border-width: 5px;
}

a.clickme:link {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-width: 5px;
}

a.clickme:visited {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-width: 5px;
}

a.clickme:hover {
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-width: 5px;
}

img.pic{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip.jpg);
	margin-right: 20px;
	margin-left: 20px;
}

img.pic_left{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip.jpg);
	margin-right: 20px;
}

img.pic_right{
	background: #333333;
	padding: 15px;
	text-align: center;
	background-image: url(images/pic_gray_strip.jpg);
	margin-left: 20px;
}


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: 240px;
}

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

/* MAIN HEADER */

div.menu h4{
	color: yellow;
	padding: 2px;
	margin: 0px;
	letter-spacing: 1px;
	background: #212121;
	background-image: url(images/MenuStrip_Gray1.jpg);
	border-right: 1px solid #1F1F1F;
}

/* SUB HEADER */

div.menu h5{
	color: yellow;
	padding: 2px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	background: #3B3B3B;
	background-image: url(images/MenuStrip_Gray2.jpg);
	border-right: 1px solid #1F1F1F;
}

/* 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: none;
	border-right: 1px solid #1F1F1F;
	padding: 5px;
}

div.menu a:link{
	color: white;
	background: #5F5F5F;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_Gray3.jpg);
}

div.menu a:visited{
	color: white;
	background: #5F5F5F;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_Gray3.jpg);
}
div.menu a:hover{
	color: yellow;
	background: #D5850A;
	letter-spacing: 1px;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_Highlight1.jpg);
}

div.menu a.subitem:link{
	color: white;
	font-style: italic;
	background: #5F5F5F;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_Gray3.jpg);
}

div.menu a.subitem:visited{
	color: white;
	font-style: italic;
	background: #5F5F5F;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_Gray3.jpg);
}

div.menu a.subitem:hover{
	color: yellow;
	font-style: italic;
	background: #D5850A;
	letter-spacing: 1px;
	font-family: Book Antiqua, Garamond;
	background-image: url(images/MenuStrip_Highlight1.jpg);
}

/* PAGE */

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

div#content h1{
	font-variant: small-caps;
	text-align: left;
	letter-spacing: -1px;
	color: #AB8800;
	padding: 2px;
	background-image: url(images/Barline.png);
	background-repeat: no-repeat;
	font-family: Bookman Old Style, 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;
	background-image: url(images/Barline_Red.png);
	background-repeat: no-repeat;
	font-family: Bookman Old Style, 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: #AB8800;
	padding: 2px;
	font-family: Bookman Old Style, 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: #AB8800;
	padding: 2px;
	font-family: Bookman Old Style, 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);
}
/*
//	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);

}