@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-image: url(Graphics/backgroundBlue.jpg);
	background-repeat: repeat-y;
	background-position: 550px;
	padding-top: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 199px;
	color: #000000;
	clear: left;
	padding-right: 10px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	width: 550px;
} 
.twoColFixRtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 20px;
	height: 20px;
	padding-top: 5px;
	background-color: #FFFFFF;
} 
.sidebarSmallPhoto {
	border: 2px solid #0B4336;
	padding: 4px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebarHeader {
	color: #0B4336;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: center;
}
.sidebarText {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}
.twoColFixRtHdr #container #header img {
	padding-left: 150px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.sidebarHeaderLnoRule {
	color: #0B4336;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
}
.sidebarHeaderL {
	color: #0B4336;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 7px;
}
.sidebarPhotoCentred {
	text-align: center;
	border: 1px solid #999;
}
.sidebarCentredNoborder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.twoColFixRtHdr #container #sidebar1 a .sidebarCentredBordered {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.dottedRuleFull {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.Red_text {
	color: #F00;
}

