.Navigation a:link {color:#000000; text-decoration:none;}
.Navigation a:visited {color:#000000; text-decoration:none;}
.Navigation a:active {color:#000000; text-decoration:none;}
.Navigation a:hover {color:#000000; text-decoration:none;}

.MenuItem a:link {color:#FFFFFF; text-decoration:none;}
.MenuItem a:visited {color:#FFFFFF; text-decoration:none;}
.MenuItem a:active {color:#FFFFFF; text-decoration:none;}
.MenuItem a:hover {color:#000000; text-decoration:none;}

.FooterIconBackground a:link {color:#FFFFFF; text-decoration:none;}
.FooterIconBackground a:visited {color:#FFFFFF; text-decoration:none;}
.FooterIconBackground a:active {color:#FFFFFF; text-decoration:none;}
.FooterIconBackground a:hover {color:#FFFFFF; text-decoration:underline;}

.GreyColumnBackground a:link {color:#FFFFFF; text-decoration:none;}
.GreyColumnBackground a:visited {color:#FFFFFF; text-decoration:none;}
.GreyColumnBackground a:active {color:#FFFFFF; text-decoration:none;}
.GreyColumnBackground a:hover {color:#FFFFFF; text-decoration:underline;}


html {
	height: 100%;
	width: 100%;	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.h1Divider {
	height:18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	line-height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #585858;
}
.OuterContainer {
	width: 960px;
	background-image: url(Images/bgContent.png);
	background-repeat: repeat-y;
}
.InnerContainer {
	width: 920px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.Wrapper {

}
div,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.CentreColumn {
	float: left;
	width: 870px;
	margin-top: 12px;
	margin-right: 25px;
	margin-left: 25px;
	border: 1px solid;
}

.HalfColumnContainer {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: repeat-y;
	background-position: center;	
	
}

.HalfColumnContainerNoDivider {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;	
}

.HalfColumnLeft {
	float:left;
	padding: 12px;
	width:409px;
	overflow: auto;
}


.HalfColumnRight {
	float:left;
	padding: 12px;
	overflow: auto;
	width: 410px;
}




.ThirdColumnContainer {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: repeat-y;
	background-position: center;
}

.ThirdColumnLeft {
	float:left;
	padding: 12px;
	width:265px;
	overflow: auto;
}

.ThirdColumnCentre {
	float:left;
	padding: 12px;
	width:265px;
	overflow: auto;
}

.ThirdColumnRight {
	float:left;
	padding: 12px;
	width:265px;
	overflow: auto;
}


.StandardPaddedDIVLeft {
	float:left;
	padding: 12px;
	border-right:1px solid;
}

.StandardPaddedDIVRight {
	float:left;
	padding: 12px;
}

.FullColumn {
	padding: 12px;
	overflow: auto;
}

.BlockTitleSmall {
	color: #FFFFFF;
	background-color: #000000;
	padding: 9px;
}

.BlockTitleLarge {
	font-size:27px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 15px;
}

.GreyColumnBackground {
	background: #9c9d9f;
	color:#000000;
	height:100%;
}


.FullColumnCentreDivider {
	padding: 12px;
	overflow: auto;	
	background-repeat: repeat-y;
	background-position: center;
}


.GreyColumnInner {
	padding:15px;
	color:#000000;
}

.GreyColumnBackground h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.GreyColumnBackground h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


.SectionDivider {
	border-bottom: 1px solid;
}

.FooterIconBackground {
	background: #9c9d9f;
	color:#ffffff;
	padding: 5px;
	height: 85px;
}




.Block {
	display:block;
}

.Navigation {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 7px;
	padding-left: 25px;
}
.NavigationDivider {
	margin-right: 8px;
	margin-left: 8px;
	float:left;
}
.NavigationItem {
	float:left;
}

.Menu {
	position: absolute;
	padding: 5px;
	border: 1px solid #FFFFFF;
	width: 140px;
	margin-top: 20px;
	display: none;
}


.MenuItem {
	color: #FFFFFF;
	margin-bottom: 7px;
	font-weight:bold;
	background-image: url(Images/imgMenuIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}
.FooterIcon {
	float: left;
	margin-right: 5px;
}

.RightIntersect {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

.IntersectFooter {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
	
}

.LeftIntersect {
	float:left;
}

.Divider {
	height:30px;
}
.FloatContainer {
	overflow:auto;
}

.Clear {
	clear:both;
}
.VerticalDivider {
	height: 20px;
	width: 75px;
	float: left;
}

.ExclamationListItem {
	background-image: url(Images/imgExclamation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.CMSImage {
	float: right;
	padding-left:5px;
	padding-bottom:5px;
}


.FieldTitle {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}


.FieldContainer {
	overflow: auto;
	margin-top: 5px;
	padding-bottom: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.FieldContent {
	float: left;
	width: 250px;
}


.Inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 240px;
}

.Buttons {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.formCheckerReadout {
	padding: 5px;
	border: 1px solid;
	margin-bottom: 5px;
	background-color: #ffffff;
}

.StatBox {
	border: 1px solid;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.StatBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.FooterIconBoxLeft {
	width:192px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 12px;
}
.FooterIconBoxRight {
	float:left;
	padding: 12px;
	width:192px;
}
.FooterIconContainer {
	overflow: auto;
}
.GettingThereMap {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.Hilight {
	font-weight: bold;
}
.HeaderImageRight {
	float:right;
	display:block;
}
.HeaderImageLeft {
	float:left;
	display:block;
}
.HeaderImageContainer {
	overflow:auto;
	width:960px;
}
.ImageHeader {
	margin-bottom:10px;
}
.FooterIconTextSpacer {
	height:10px;
}