@charset "UTF-8";
body  {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background: #666666;
	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: #000;
	background-repeat: repeat;
	font-size: 12px;
	line-height: 1.3;
	background-image: url(../assets/bggradient.jpg);
	background-color: #8a8889;
	background-position: 0 0px;
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainContent {
	font-family: Arial, Helvetica;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.5;
	font-size: 12px;
/*
	border-left-color: #CCCCCC;
	border-left-style: dotted;
	border-left-width: thin;
*/
	padding-left: 15px;
/*	max-width: 440px; */
}
#mainContent a:link {
	color: #003C7A;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:visited {
	color: #003C7A;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #00143A;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a:active {
	color: #00143A;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar1 a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 8px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	padding-bottom: 5px;
	height: 8px;
}
#sidebar1 a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 8px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	padding-bottom: 5px;
	height: 8px;
}
#sidebar1 a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 8px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	padding-bottom: 5px;
	height: 8px;
}
#sidebar1 a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 8px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	padding-bottom: 5px;
	height: 8px;
}
#sidebar1 .img, #sidebar1 .img:link, #sidebar1 .img:visited, #sidebar1 .img:hover, #sidebar1 .img:active {
	border: 0;
	display: inline;
}

.thrColFixHdr #container {
	width: 904px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	border: 2px solid #c3c99b;
	background-color: #FFFFFF;
} 
#container p {
margin-top: 5px;
}
.thrColFixHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 262px;
	/* background-image: url(../assets/inspired.gif);
	background-repeat: no-repeat; */
	margin-bottom: 0px;
}
#header
{
	margin: 0;
	background-color: #ccc;
	/* background-image: url(../assets/inspired.gif); */
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	width: 160px;
	color: #003C7A;
	position: absolute;
	max-width: 160px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: auto;
	color: #003C7A;
}
.thrColFixHdr #sidebar2 a:link, .thrColFixHdr #sidebar2 a:visited {
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	color: #003C7A;
}
.thrColFixHdr #sidebar2 a:hover, .thrColFixHdr #sidebar2 a:active {
	text-decoration: underline;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
	text-align: center;
} 
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFD000;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9px;
	margin: 0;
}
.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: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	margin-top: 25px;
}
h2 {
	font-size: 1.2em;
	color: #000;
}
h3, h4 {
	font-size: 11px;
}
.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;
}

/* input class */
#mainContent .newstitle {
	font-family: Arial, Helvetica;
	line-height: 1.5;
	font-size: 11px;
	colour: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

#headerForm {
font-size: 0.8em;
color: #666666;
}
#headerForm form {
margin: 0;
padding: 5px 0;
}
#headerForm .search {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #000;
border-left: 1px solid #000;
width: 128px;
}
#headerForm .searchImage {
padding: 0;
margin-bottom: -5px;
padding-right: 5px;
}
#credit {
text-align: center;
color: #666;
padding: 20px 0;
}
#credit p {
color: #333;
}
#credit a {
color: #666;
text-decoration: none;
}

