a:link {color:#0072bc; text-decoration:none;}
a:visited {color:#0072bc; text-decoration:none;}
a:active {color:#0072bc; text-decoration:none;}
a:hover {color:#0072bc; text-decoration:underline;}

#Nav a:link {color:#ffffff; text-decoration:none;}
#Nav a:visited {color:#ffffff; text-decoration:none;}
#Nav a:active {color:#ffffff; text-decoration:none;}
#Nav a:hover {color:#ffffff; text-decoration:underline;}

html {
	height: 100%;
	width: 100%;	
}


body {
	background-image: url(Images/bgMain.jpg);
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #585858;
	background-repeat: repeat-y;
	background-position: center;
}
.OuterContainer {
	background-image: url(Images/bgContent.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 960px;
}
.InnerContainer {
	width: 920px;
	overflow: auto;
}
.Wrapper {

}
div,td{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}
.LeftColumn {
	float: left;
	width: 210px;
	color: #FFFFFF;
}

.RightColumn {
	float: left;
	width: 145px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7e0f0;
}
.CentreColumn {
	float: left;
	width: 465px;
	padding-left: 40px;
	padding-right:20px;
}
.Title {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #0072bc;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7e0f0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.Clear {
	clear:both;
}

.Header {
	height: 141px;
	background-image: url(Images/imgHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.Footer {
	height: 75px;
	background-image: url(Images/imgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Block {
	display: block;
}
.HorizontalRule {
	padding-top: 5px;
	border-bottom: 1px solid #c7e0f0;
	margin-bottom: 5px;
}

.Section {
	margin-bottom: 20px;
}

.FooterText {
	margin-top: -35px;
	font-size: 9px;
	color: #666666;
}
.Nav1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 45px;
	background-image: url(Images/imgNavArrowUnSelected.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.Nav2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 75px;
	background-image: url(Images/imgNavArrowUnSelected.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.HalfColumnLeft {
	width:220px;
	float:left;
}
.HalfColumnLeftWide {
	width:290px;
	float:left;
}
.HalfColumnRight {
	width:220px;
	float:right;
}
.HalfColumnRightNarrow {
	width:150px;
	float:right;
}
.HalfColumnContainer {
	overflow: auto;
	background-image: url(Images/imgLightBlueDot.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

li {
	margin-left:-20px;
	margin-bottom: 8px;
}
form {
	margin: 0px;
	padding: 0px;
}
.Inputs {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #0072bc;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.InputsReduced {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #0072bc;
	border: 1px solid #CCCCCC;
	width: 40%;
}
.Buttons {
	border: 1px solid #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 3px;
	padding-left: 3px;
}
.RelatedLink {
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(Images/imgRelatedLink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.RelatedLinkRSS {
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(Images/imgRelatedLinkRSS.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.RelatedLinkPDF {
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(Images/imgRelatedLinkPDF.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.FloatContainer {
	overflow:auto;
	clear: both;
}
.FieldTitle {
	float: left;
	width: 100px;
	color: #0072bc;
}
.FieldContainer {
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7e0f0;
	margin-top: 5px;
	padding-bottom: 5px;
}

.FieldContent {
	float: left;
	width: 359px;
}

.FieldDescription {
	color:#666666;
	font-size:9px;
}

.StatBox {
	border: 1px solid #0072bc;
	background-color: #e3f6fe;
	padding: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-image: url(Images/bgStatBox.jpg);
}
.StatBoxTitle {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.formCheckerReadout {
	background: #e3f6fe;
	padding: 5px;
	border: 1px solid #0072bc;
	margin-bottom: 5px;
}
.CMSImage {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.HilightedRelatedLinks {
	font-weight: bold;
}

#Hilighted {
	border: 1px solid #0072bc;
	background-color: #e3f6fe;
	padding: 3px;
}
.FootNote {
	font-size: 9px;
	color: #666666;
}
sup {
	color: #666666;
	font-size: 9px;
}
.SmallText {
	font-size:10px;
}
.QuoteBox {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color: #0072BC;
}
.QuoteSignOff {
	font-size: 11px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
