body {
	background: #FFF url(images/content_bg.gif) repeat-y right;
	font: 13px/18px "Verdana", sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	margin-left: 188px;
	margin-top: 118px;
}
.Header {
	background: #006FB3 url(images/header_bg.jpg) repeat-x left;
	position: absolute;
	height: 82px;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
}
.Footer {
	font-size: 10px;
	text-align: center;
	color: #a7a7a7;
	padding-top: 60px;
}
.PhotoPanel {
	background: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 319px;
	border-left: 1px solid #000;
	text-align: right;
	color: #CACACA;
	font-size: 11px;
}
.PhotoPanel .Photo {border-bottom: 10px solid #8A00AD; line-height: 1px;}
.PhotoPanel .Desc {padding: 13px 13px 80px 13px; border-bottom: 5px solid #4E4E4E; background: #000 url(images/photobox_bg.gif) no-repeat top left;}
.PhotoPanel .DescEnd {padding: 13px 13px 80px 13px; background: #000 url(images/photobox_bg.gif) no-repeat top left;}
.Content {text-align: justify; position: relative; margin-right: 358px; padding-bottom: 50px;}
.MenuPanel {
	position: absolute;
	left: 0px;
	top: 82px;
	width: 150px;
	z-index: 1000000;
	background: transparent url(images/mnu_bg.gif) repeat-y top left;
	line-height: normal;
	font-size: 15px; font-family: "Trebuchet MS";
}
.MenuHolder {padding-left: 30px; padding-bottom: 1px;}
.MenuEnd {background: #FFF;}

/*------------------------------------------------------------*/

img {border: none;}
a, a:link {color: #0095C0;}
a:hover {text-decoration: none; color: #DC2400;}
a:visited {color: #8A00AD; text-decoration: none;}
.Spacer {clear: both;}

/*--------------------- Heading styles -----------------------*/

h1, h2, h3, h4 {color: #8A00AD; font-size: 17px; font-family: "Trebuchet MS"; margin-bottom: 0px;}
h2 {font-size: 15px; color: #0095C0;}
h3 {font-size: 13px; color: #DC2400; font-style: italic;}
h4 {font-size: 13px; color: #F89200; font-style: italic;}

/*----------------------- Employment -------------------------*/

.EmploymentSummary {border: 1px solid #b7b7b7; padding: 10px; margin-top: 10px; background: #FFF url(images/employment_bg.gif) repeat-x top;}
.EmploymentSummary .Details {font-weight: bold; color: #F89200;}
.EmploymentSummary h3 {margin-bottom: 0px; margin-top: 0px;}
address {margin-left: 20px;}

/*----------------------- Contact Us -------------------------*/

.Contact {margin: auto;}
.Contact th {vertical-align: top; text-align: right; padding: 5px; color: #DC2400;}
.Contact td {padding: 5px;}
.ContactNotice {border: 1px solid #b7b7b7; padding: 10px; margin-bottom: 16px; background: #FFF url(images/employment_bg.gif) repeat-x top; font-weight: bold; margin-top: 16px;}

/*---------------------- Table styles ------------------------*/

.EventsSummary {border-collapse: collapse; border: 1px solid #b7b7b7; margin-top: 20px; margin-bottom: 20px; text-align: left;}
.EventsSummary td { padding: 6px; border: 1px solid #b7b7b7;}
.EventsSummary th { color: #F89200; padding: 6px;  background-color: #fff2df; border: 1px solid #b7b7b7; text-align: center;}

.Gallery {width: 100%; text-align: center; margin-top: 10px;}

/*---------------------- Menu styles -------------------------*/
ul.HBBCMenu, ul.HBBCMenu ul {
	width: 120px;
	cursor: default;
	padding-left: 0px;
	margin-left: 0px;
	margin: 0px;
}
ul.HBBCMenu ul {
	background: #F9A100 url(images/mnu_item_bg_off.gif) repeat-y left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
ul.HBBCMenu li {
	height: 20px;
	border-top: 1px solid #FFF3BB;
	list-style-type: none;
	margin: 0px;
	position: relative;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 13px;
}
ul.HBBCMenu ul li {
	height: auto;
	padding: 4px 3px 4px 13px;
}
ul.HBBCMenu li > ul {
	display: none;
	position: absolute;
	top: 2px;
	left: 120px;
	width: 180px;
}
ul.HBBCMenu ul ul {
	display: none;
	position: absolute;
	top: 2px;
	left: 180px;
	width: 180px;
}
ul.HBBCMenu li:hover, ul.HBBCMenu li.CSStoHighlight {
	color: #FFF;
	background: #424242 url(images/mnu_item_bg_on.gif) repeat-y left;
}
ul.HBBCMenu ul.CSStoShow {
	display: block;
}
ul.HBBCMenu li:hover > ul {
	display: block;
}
ul.HBBCMenu li a {color: #8F004D; display: block; width: 100%; text-decoration: none;}
ul.HBBCMenu li a:hover, ul.HBBCMenu li a.CSStoHighLink {color: #FFF;}
ul.HBBCMenu li:hover > a {color: #FFF;}