/* GENERAL STYLES */
body {
	margin:0px;
} 
/* Text Styles */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	line-height: 1.4em;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 12px 0px;
}
a {
	font-weight: normal;
	color:#D11140;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color:#D11140;
	text-decoration: underline;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: decimal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
	font-weight: bold;
	color: #B0A06F;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
	color: #B0A06F;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: bold;
	color: #B0A06F;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #B0A06F;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.HeaderLinksHref {
font-size: 0.7em;
	margin: 0px 0px 0px 0px;	
}
.HeaderLinksHref a {
	font-weight: normal;
	color:#989898;
	text-decoration: none;
}
.HeaderLinksHref a:hover {
	font-weight: normal;
	color:#989898;
	text-decoration: underline;
}


/* layout */
.Clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.SkipTo {
   position:absolute;
   top: -1000px;
   left: -1000px;
   visibility: hidden;
}
.AlphaLayer {
   position:absolute;
   top: -1000px;
   left: -1000px;
   visibility: hidden;
}
.Centre {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 958px;
    text-align: left;
}
.ContentBackground
{
	width:958px;
	background-attachment: scroll;
	background-image: url(../images/ContentBackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.Content {
	width: 902px;
	padding-left: 28px;	
}
.ContentFooterShade
{
	width:958px;
	height:10px;
	background-attachment: scroll;
	background-image: url(../images/ContentFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;

}
.Logo {
	float:left;
	width: 219px;
	height:103px;
	overflow:hidden;
}
.HeaderLinks {
	float:left;
	width:683px;
	padding-top: 22px;
	text-align:right;
}
.MenuBar {
	width: 902px;
	height: 25px;
	overflow:hidden;
	padding-bottom:2px;
}
.MenuItemCold {
	background-color: #00235F;
	width:128px;
	border-right: 1px solid #FFFFFF;
	float:left;
}
.MenuItemHot {
	background-color: #B0A06F;
	width:128px;
	border-right: 1px solid #FFFFFF;
	float:left;
}
.MenuItemEndCold {
	background-color: #00235F;
	width:128px;
	float:left;
}
.MenuItemEndHot {
	background-color: #BOA06F;
	width:128px;
	float:left;
}
.SearchBar {
	width: 902px;
	height: 26px;
	overflow:hidden;
	margin-bottom: 2px;
	background-color: #DDE5E8;
}
.SearchTitle {
	float:left;
	width: 54px;
}
.SearchField {
	float:left;
	width: 184px;
}
.SearchButton {
	float:left;
	width: 30px;
}
.SiteToolsTitle {
	float:left;
	width: 62px;
	padding-left: 358px;
}
.SiteToolsField {
	float:left;
	width: 184px;
}
.SiteToolsButton {
	float:left;
	width: 30px;
}
.ImageBar {
	width:902px;
	height: 154px;
	overflow:hidden;
	padding-bottom: 22px;
}
.FooterLeft {
	float:left;
	width: 524px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
}
.LeftColumn {
	float:left;
	width: 188px;
	padding-right: 22px;
	margin-bottom: 10px;
}
.MiddleColumn {
	float:left;
	width: 482px;
}
.RightColumn {
	float:left;
	width: 188px;
	padding-left: 22px;
	margin-bottom: 10px;
}
.RightColumnFull {
	float:left;
	width: 692px;
	margin-bottom: 10px;
}
.RightImage {
	overflow:hidden;
}
.RightImageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	background-color: #FAFAFC;
	border-bottom: 1px solid #D11140;
	padding: 4px 4px 4px 4px;
	margin-bottom: 22px;
}
.SubMenuTop {
	overflow:hidden;
}
.SubMenu {
	background-color: #FAFAFC;
	border-bottom: 1px solid #D11140;
	margin-bottom: 22px;
}
.SubMenuList {
	margin: 0;
	padding: 0;
	list-style:none;
}
.SubMenuLevelOneItem {
	font-size: 0.9em;
	color:#989898;
	padding: 2px 8px 2px 8px;
	display: block;
	width: 172px;
	
}
.SubMenuLevelOneItem a{
	color:#989898;
	text-decoration:none;
}
.SubMenuLevelOneItem a:hover#
{
	color:#989898;
	text-decoration:underline;
}
.SubMenuLevelTwoItem {
	font-size: 0.9em;
	color:#989898;
	padding: 2px 8px 2px 20px;
	display: block;
	width: 160px;

	
}
.SubMenuLevelTwoItem a{
	color:#989898;
	text-decoration:none;
}
.SubMenuLevelTwoItem a:hover#
{
	color:#989898;
	text-decoration:underline;
}
.SubMenuLevelThreeItem {
	font-size: 0.9em;
	color:#989898;
	padding: 2px 8px 2px 32px;
	display: block;
	width: 148px;
	background-color:#F4F4F4;
}
.SubMenuLevelThreeItem a{
	color:#989898;
	text-decoration:none;
}
.SubMenuLevelThreeItem a:hover# {
	color:#989898;
	text-decoration:underline;
}
.SubMenuLevelFourItem {
	font-size: 0.9em;
	color:#989898;
	padding: 2px 8px 2px 40px;
	display: block;
	width: 140px;
	background-color:#FFFFFF;
}
.SubMenuLevelFourItem a{
	color:#989898;
	text-decoration:none;
}
.SubMenuLevelFourItem a:hover# {
	color:#989898;
	text-decoration:underline;
}
.SubMenuLevelOneItemHot {
	font-size: 0.9em;
	color:#B0A06F;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	display: block;
	width: 172px;
	background-color:#F4F4F4;
}
.SubMenuLevelOneItemHot a{
	color:#B0A06F;
	text-decoration:none;
	font-weight:bold;
}
.SubMenuLevelOneItemHot a:hover{
	color:#B0A06F;
	text-decoration:underline;
	font-weight:bold;
}
.SubMenuLevelTwoItemHot {
	font-size: 0.9em;
	color:#B0A06F;
	padding: 2px 8px 2px 20px;
	font-weight: bold;
	display: block;
	width: 160px;
	background-color:#E4E4E4;
}
.SubMenuLevelTwoItemHot a{
	color:#B0A06F;
	text-decoration:none;
	font-weight:bold;
}
.SubMenuLevelTwoItemHot a:hover{
	color:#B0A06F;
	text-decoration:underline;
	font-weight:bold;
}
.SubMenuLevelThreeItemHot {
	font-size: 0.9em;
	color:#B0A06F;
	font-weight: bold;
	padding: 2px 8px 2px 32px;
	display: block;
	width: 148px;
	background-color:#F2F2F2;
}
.SubMenuLevelThreeItemHot a{
	color:#B0A06F;
	text-decoration:none;
	font-weight:bold;
}
.SubMenuLevelThreeItemHot a:hover{
	color:#B0A06F;
	text-decoration:underline;
	font-weight:bold;
}
.SubMenuLevelFourItemHot {
	font-size: 0.9em;
	color:#B0A06F;
	font-weight: bold;
	padding: 2px 8px 2px 40px;
	display: block;
	width: 140px;
	background-color:#FFFFFF;
}
.SubMenuLevelFourItemHot a{
	color:#B0A06F;
	text-decoration:none;
	font-weight:bold;
}
.SubMenuLevelFourItemHot a:hover{
	color:#B0A06F;
	text-decoration:underline;
	font-weight:bold;
}
.PageTitle {
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color:#415968;
}
.PageTitle2 {
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color:#415968;
	width: 300px;
	
}
.FooterLeft a {
	font-weight: normal;
	color:#989898;
	text-decoration: none;
	margin-bottom: 10px;
}
.FooterLeft a:hover {
	font-weight: normal;
	color:#989898;
	text-decoration: underline;
}
.FooterRight {
	float:left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	text-align:right;
	margin-bottom: 10px;
}
.FooterRight a {
	font-weight: normal;
	color:#989898;
	text-decoration: none;
}
.FooterRight a:hover {
	font-weight: normal;
	color:#989898;
	text-decoration: underline;
}
.HomeColOne {
	float:left;
	width: 188px;
	margin-right: 22px;
}
.HomeColTwo {
	float:left;
	width: 188px;
	margin-right: 22px;
}
.HomeColThree {
	float:left;
	width: 272px;
	margin-right: 22px;
}
.HomeColFour {
	float:left;
	width: 188px;
}
.HomeColOneImage {
	border: 8px solid #9DAFBB;
	margin-bottom: 8px;
	
}
.HomeColOneTitle {
	margin-bottom: 8px;
	height:26px;}
.HomeColOneText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	padding-bottom: 5px;
	border-bottom: 1px solid #D11140;
	margin-bottom:5px;
}
.HomeColOneLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	margin-bottom:5px;
}
.HomeColTwoImage {
	border: 8px solid #AE9D6F;
	margin-bottom: 8px;
}
.HomeColTwoTitle {
	margin-bottom: 8px;
}
.HomeColTwoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	padding-bottom: 5px;
	border-bottom: 1px solid #D11140;
	margin-bottom:5px;
}
.HomeColTwoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	margin-bottom:5px;
}
.HomeColFourTitle {
	border-top: solid 8px #9DAFBB;
	padding: 8px 0px 8px 0px;
}
.HomeColFourText {
	
	padding-bottom: 5px;
	border-bottom: 1px solid #D11140;
	margin-bottom:5px;
}
.HomeColFourLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	margin-bottom:5px;
}
.HomeNewsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.4em;
	font-weight: normal;
	color:#989898;
	margin-bottom:0px;
}
.HomeNewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color:#989898;
	margin-bottom:10px;
}
.HomeNewsLink a{
	font-weight: bold;
	color:#AE9D6F;
	text-decoration:none;
}
.HomeNewsLink a:hover{
	font-weight: bold;
	color:#AE9D6F;
	text-decoration:underline;
}
.SearchResult {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
}
.SearchResultText {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	text-align:right;
}
.SearchResultTextBottom {
	text-align:center;
}
.StaffLeft {
 	width: 336px;
 	padding-right: 5px;
	float:left;
}
.StaffRight {
	width: 336px;
	padding-left: 5px;
	float:left;
}
.StaffArea {
	font-size: 0.8em;
	font-weight: bold;
	color:#AE9D6F;
	margin: 5px 0px 0px 0px;
}
.StaffName {
	font-weight: bold;
	color:#415968;
	margin: 0px 0px 0px 0px;
}
.NewsRightCol {
	float:left;
	width: 340px;
	padding-left: 12px;
}
.NewsLeftCol {
	float: left;
	width: 340px;
}
.NewsBox {
	width: 338px;
	border: 1px solid #DDE5EB;
	margin-bottom: 12px;	
}
.NewsBoxTitle {
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color:#415968;
	padding: 4px;
}
.NewsLeftLink {
	width: 17px;
	background-color: #E2E3E5;
	border-right: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color:#A7A9AC;
	text-align: center;
	float:left;
	padding: 4px 0px 4px 0px;
	margin-bottom: 8px;
}
.NewsLeftLink a {
	text-decoration: none;
	color:#A7A9AC;
	font-weight: bold;
}
.NewsLeftLink a:hover {
	text-decoration: underline;
	color:#A7A9AC;
	font-weight: bold;
}
.NewsRightLink {
	width: 17px;
	background-color: #E2E3E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color:#A7A9AC;
	text-align: center;
	float:left;
	padding: 4px 0px 4px 0px;
	margin-bottom: 8px;
	}
.NewsRightLink a {
	text-decoration: none;
	color:#A7A9AC;
		font-weight: bold;
}
.NewsRightLink a:hover {
	text-decoration: underline;
	color:#A7A9AC;
		font-weight: bold;
}
.NewsMonthCold {
	width: 100px;
	border-right: 1px solid #FFFFFF;
	background-color: #E2E3E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color:#A7A9AC;
	text-align: center;
	float:left;
	padding: 4px 0px 4px 0px;
	margin-bottom: 8px;
	}
.NewsMonthCold a {
	text-decoration: none;
	color:#A7A9AC;
	font-weight: bold;
}
.NewsMonthCold a:hover {
	text-decoration: underline;
	color:#A7A9AC;
	font-weight: bold;
}
.NewsMonthHot {
	width: 100px;
	border-right: 1px solid #FFFFFF;
	background-color: #A8A9AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	float:left;
	padding: 4px 0px 4px 0px;
	margin-bottom: 8px;
}
.NewsMonthHot a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
}
.NewsMonthHot a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: bold;
}
.NewsSearchTitle {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color:#A7A9AC;
	padding: 4px 10px 4px 8px;
	margin-bottom: 12px;
}
.NewsSearchField {
float:left;
padding-right: 5px;
margin-bottom: 12px;
}
.NewsSearchButton {
float:left;
margin-bottom: 12px;
}
.NewsMoreDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	width: 110px;
	text-align:right;
	float:left;
	margin-bottom: 10px;
	color: #A7A9AC;
}
.NewsDetails {
	float:left;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	padding-left:8px;
	margin-bottom: 10px;
	color:#A7A9AC;
}
.NewsTitle {
	font-weight:bold;
	color:#B0A06F;
}
.DividerRule {
	width: 100%;
	height:1px;
	overflow:hidden;
	background-color: #CCCCCC;
	margin: 4px 0px 4px 0px;
}
.PublicationLeft {
	width: 336px;
	margin-right: 10px;
	float:left;
}
.PublicationRight {
	width: 346px;
	float:left;
	text-align:right;
}










/* Form styles */

label {
	display:block;
	width: 200px;
	float:left;
}
.Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	color:#000000;
}
.LabelSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	color:#000000;
	}
input {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding: 0.25em;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.25em;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding: 0.25em;
	}
.TextField {
	width: 300px;
	border: solid 1px #999999;
	}
.TextFieldTools {
	width: 173px;
	border: solid 1px #999999;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top:1px;
}
.DropDown {
	width: 308px;
	border: solid 1px #999999;
}
.DropDownTools {
	width: 180px;
	border: solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top:2px;
}
.TextArea {
	width: 300px;
	height: 100px;
	border: solid 1px #999999;
}
.Required {
	color:#990000; 
	font-weight:bold;
}
.SubmitButtons {
	margin-left: 203px;
}
.SubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	border: solid 1px #CCCCCC;	
	
}
.SubmitButtonTools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: solid 1px #CCCCCC;
	height: 20px;
	width:26px;
	padding-top: 2px;	
	margin-top:2px;
	background-color:#FFFFFF;
}
.Radio {
	float:left;
	margin-right: 15px;
}

/* EDITOR PROPERTIES */
