@charset "utf-8";
body  {
	background: #F4F4F4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a:link   {
	color: #004296;
	text-decoration: none;
	font-weight: normal;
}
a:visited   {
	color: #004296;
	text-decoration: none;
	font-weight: normal;
}
a:active   {
	color: #004296;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent a:hover {
	background-color: #CCCCCC;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.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;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #004296;
	font-size: 2em;
}
.blue {
	color: #004296;
}

.twoColFixLtHdr #container {
	width: 968px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: visible;
} 
.twoColFixLtHdr #header {
	background-color: #F4F4F4;
	text-align: center;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 80%;
	color: #666666;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 .locked {
	background-image: url(images/lock.gif);
	background-repeat: no-repeat;
	text-indent: 1.25em;
	background-position: 0.5em 0.3em;
}
.twoColFixLtHdr #sidebar1 .lockedmain {
	background-image: url(images/lock.gif);
	background-repeat: no-repeat;
	background-position: 9em 0.3em;
}

.twoColFixLtHdr #sidebar1 .toppadding {
	margin-top: 20px;

}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #004296;
	font-size: 2em;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #004296;
	font-size: 2.6em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent h6 {
	font-size: 1.2em;
	font-style: italic;
	color: #004296;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent li {
	list-style-type: disc;
}

.twoColFixLtHdr #mainContent .leftcolumn {
	float: left;
	width: 342px;
}
.twoColFixLtHdr  #mainContent  .leftcolumn  p:first-child {
	margin-top: 0px;
	padding-top: 0px;

}

.twoColFixLtHdr #mainContent .rightcolumn {
	width: 342px;
	margin-left: 362px;
}
.twoColFixLtHdr #mainContent .rightcolumn p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr  #mainContent  .border {
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr #mainContent ul {
	margin-left: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr  #mainContent  ul.spaced li {
	padding-bottom: 0.5em;
}

.twoColFixLtHdr #mainContent p.document {
	font-size: 0.8em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;

}
.twoColFixLtHdr #mainContent p.centre {
	text-align: center;
	display: block;

}
.twoColFixLtHdr #mainContent p.clearfloatleft {
	clear: left;
}



.twoColFixLtHdr #footer {
	background-color: #F4F4F4;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-left: 4px;
	color: #777777;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
} 
.twoColFixLtHdr #footer h3 {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	display: block;
	margin: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr      #mainContent      #contactForm      input.contact    {
	width: 200px;
	float: none;
	margin-bottom: 2px;
	display: block;
}
.twoColFixLtHdr      #mainContent      #contactForm      label     {
	text-align: left;
	display: block;
	float: none;
	width: 100%;
}
.twoColFixLtHdr        #mainContent        #contactForm        #button.contact        {
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	height: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent #contactForm textarea.contact {
	display: block;
	width: 300px;
	float: none;
	margin-bottom: 2px;
	height: 100px;
}
.twoColFixLtHdr  #mainContent  #contactForm  .hidden {
	display: none;
}
.twoColFixLtHdr #mainContent #contactForm img {
	padding-bottom: 10px;
}


input,   file,textarea,select {
	display: block;
	width: 194px;
	float: none;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	height: 18px;
	padding: 2px;
}
input#button       {
	display: block;
	width: 200px;
	float: none;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 24px;
}
label       {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 1.4em;
	height: 1.4em;
}
form       {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
a   img:hover {
	text-decoration: none;
	font-weight: normal;
	background:none;
	background-color: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent table {
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent td {
	padding-right: 10px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent td ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
