html {
	height: 100%;
	scrollbar-arrow-color: #004600;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #002800;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #002800;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F9F9F2;
}

body {
	text-align: justify;
	font: normal 100% Arial, sans-serif;
	color: Navy;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background: White url(Sitepix/BackgroundLeft.jpg) repeat-y scroll left;
}

a {
	background: transparent;
	color: #6495ED;
	font-family: Arial, sans-serif;
}

a:visited {
	background: transparent;
	color: Gray;
	text-decoration: none;
}

a:active {
	background: transparent;
	color: Aqua;
	text-decoration: line-through;
	font-family: Arial, sans-serif;
}

a:hover {
	background: transparent;
	color: #00CED1;
	text-decoration: underline;
	font-family: Arial, sans-serif;
}

div.right {	/* START Right Panel Block */
	position: absolute;
	display: block;
	margin-left: auto;
   margin-right: auto;
	text-align: center;
	height: 100%;
	width: auto;
	top: 0px;
	left: 165px;
	padding: 30px 10% 25px 10%;
}

div.footer {	/* Virtual Avenue At The Bottom */
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 15px;
	left: auto;
	font-size: xx-small;
}

div.content {	/* Page Content Box */
	position: relative;
	width: auto;
	display: block;
	margin-left: auto;
   margin-right: auto;
	text-align: center;
}	/* END Right Panel Block */


div.m {	/* START Menu Building Items */
	/* Menu Box */
	font: small-caps 20px Arial, sans-serif;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	width: 180px;
}

div.ss {	/* Similar Sites Box */
	font: 16px Arial, sans-serif;
	color: White;
	margin: 10px 0px 10px 10px;
}

ul.m {	/* List Properties */
	margin-top: 30px;
	margin-left: 10px;
}

	
li.m {	/* List Items */
	list-style-type: none;
	color: transparent;
	padding: 1px 0px 1px 0px;
}

a.menu {	/* Links for Menu */
	width: 160px;
	background: transparent;
	color: Silver;
	border: solid transparent;
	border-width: 1px 0px 1px 0px;
}

a.menu:visited {	/* Links for Menu */
	width: 160px;
	background: transparent;
	color: Silver;
	border: solid transparent;
	border-width: 1px 0px 1px 0px;
}

a.menu:active {	/* Links for Menu */
	width: 160px;
	background: transparent;
	color: Silver;
	border: solid #CCCCCC;
	border-width: 1px 0px 1px 0px;
}

a.menu:hover {	/* Links for Menu */
	width: 160px;
	background: transparent;
	border: 1px solid White;
	color: White;
	text-decoration: none;
	border-width: 1px 0px 1px 0px;
}/* END Menu Building Items */


p {
	text-indent: 35px;
	text-align: justify;
	background: transparent;
}

div.t {	/* Titles */
	font-variant: normal;
	font-weight: bolder;
	font-size: large;
}

div.l {	/* Bold Headings */
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
}

div.center {	/* Centred Items */
	width: auto;
	display: block;
	margin-left: auto;
   margin-right: auto;
	text-align: center;
}


ul.e {	/* START Email Block Items */
	list-style-type: none;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

li.eh {	/* Header */
	width: 500px;
	height: 133px;
	list-style-type: none;
	color: #F0F8FF;
	border: 0px;
	padding: 25px 25px 5px 25px;
	background: White url(Sitepix/EmailHeader.jpg) no-repeat center;
	text-align: left;
	text-decoration: none;
	line-height: 135%;
}

li.eb {	/* Body */
	width: 500px;
	height: auto;
	border: 0px;
	padding: 5px 25px 0px 25px;
	text-align: justify;
	background: url(Sitepix/EmailBody.jpg);
}

p.e {	/* Paragraphy with no indentation */ 	text-indent: 0px; }

li.ef {	/* Footer EMPTY OF TEXT! */
	width: 500px;
	height: 38px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url(Sitepix/EmailFooter.jpg) no-repeat center;
}	/* END Email Block Items */