html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#D1D1D1;
	border:0;
	min-height: 100%;
	height:auto;
}
.Screen {
	}
.Container {
	background-color:#c1e3f7;
	width: 750px;
	color: #5E5A85;
	border-color: #818181;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

<------------------------------  Background Colours  -----------------------------/>

#PaleBlue {
	background-color:#c1e3f7;
}
#PaleGreen {
	background-color:#ddf5d7;
}
#PaleYellow {
	background-color:#f4f0cb;
}
#PaleGold {
	background-color:#ebe1bd;
}
#PaleAqua {
	background-color:#c0f2e9;
}
#PaleMagenta {
	background-color:#f3d2f1;
}
#PaleLavender {
	background-color:#e6d0f1;
}
#PalePink {
	background-color:#fad3d3;
}

<------------------------------  Global  -----------------------------/>
* html #container {
	height: 100%;
}
.LHSideBar {
	width:190px;
	float: left;
	position: relative;
	}
.Logo {
	padding:30px 0px 30px 15px;
	height: 81px;
}
.LHMenu {
	font-weight:bold;
	font-size:16px;
	line-height:36px;
	list-style-type: none;
	margin-left: 10px;
	color: #d06148;
	}
	.LHMenu ul {
	}
	.LHMenu a {
		color: #d06148;
		font-weight:lighter;
	}
	.LHMenu a:hover {
		color: #3f366b;
	}
	.LHMenu a:active {
		color: #793657;
		font-weight:bold;
	}
.SubMenu {
	font-weight:bold;
	color: #d06148;
	}
	.SubMenu a {
		color: #d06148;
		font-weight:lighter;
	}
	.SubMenu a:hover {
		color: #3f366b;
	}
	.SubMenu a:active {
		color: #793657;
		font-weight:bold;
	}
.MainPanel {
	width: 560px;
	position: relative;
	float: right;
	}
.Banner {
	padding:40px 0px 20px 0px;
	height: 81px;
}
.Content {
}
.Placeholder {
	height:350px;
	width: 450px;
	}
.Clear {
	clear:both;
	}
.Footer {
	width: 100%;
	color: #996666;
}
.Webmaster {
	text-align:center;
	width: 100%;
	font-size: x-small;
	color: #999999;
	background-color: #D1D1D1;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
p {
	text-align:left;
	margin-right: 50px;
	}
h1{
	font-size:20px;
	text-align: justify;
	}
h2{
	font-size:16px;
	text-align: left;
	}
h3{
	font-size:15px;
	text-align: left;
	}
h4{
	font-size:14px;
	text-align: left;
	}
h5{
	font-size:13px;
	text-align: left;
	margin-bottom: -13px;
	}
h6{
font-size:12px;
	}
.smalltext {
	font-size: x-small;
}
a {
	text-decoration: none;
	color:#996666;
}
a:hover {
	color:#990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color:#7f705e;
}
a.smllinktext {
	color:#7f705e;
	text-decoration: underline;
	font-size:x-small
}
a.smllinktext:hover {
	color:#312C24;
	text-decoration: underline;
	font-size:x-small
}
a.smllinktext:active {
	color:#8F834E;
	text-decoration: underline;
	font-size:x-small
}
a.text {
	color:#990000;
	text-decoration: underline;
}
a.text:hover {
	color:#550000;
	text-decoration: underline;
}
a.text:active {
	color:#990000;
	text-decoration: underline;
}
a.Footer {
	color: #EBC000;
	text-decoration: underline;
}
a.Footer:hover {
	color: #EBC000;
	text-decoration: underline;
}
a.Footer:active {
	color: #EBC000;
	text-decoration: underline;
}
.LeftLine {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A94E5D;
	margin-left: 109px;
	padding-left: 12px;
	padding-right: 20px;
	text-align: left;
}

.LeftLine li {
	width:300px;
	}
.Content li {
	width:300px;
	}
#ContactUS 
.comment {
	font-style: italic;
}
.caption {
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
}
.CallOut {
	font-weight: bold;
}
.LinkBar {
	letter-spacing: 0.5em;
	text-align: center;
	border: thin solid #5E5A85;
	background-color:#ffffff;
	width: 350px;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.50;
	margin:0px 0px 35px 0px;
	}
.LinkBar a {
	color:#5E5A85;}
