@charset "UTF-8";
body  {
	font-family: Arial, Helvetica;
	/* background: #fff; */
	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: #333333;
	/* background-repeat: repeat; */
	font-size: 12px;
	line-height: 1.3;
	/* background-image: url(../assets/bg.jpg);
	background-position: 0 0px;
	background-repeat: repeat-x; */
	background-color: #ccc;
	margin: 15px 0 10px 0;
}
#mainContent {
	font-family: Arial, Helvetica;
	margin-left: 262px;
	margin-right: 262px;
	width: 421px;
	font-size: 12px;
	max-width: 421px;
	min-height: 500px;
	padding: 28px 32px 32px 0;
	color: #333333;
}
#mainContent a:link {
	color: #333333;
	text-decoration: none;
}
#mainContent a:visited {
	color: #333333;
	text-decoration: none;
}
#mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}
#mainContent a:active {
	color: #333333;
	text-decoration: underline;
}


.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	border: 1px #000 solid;
	background-color: #fff;
} 
.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: 147px;
	background-color: #fff;	
	margin-bottom: 0px;
	border-bottom: 22px #676a6f solid;
	text-transform: uppercase;
} 
.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 0px; /* padding keeps the content of the div away from the edges */
	width: 230px;
	color: #003C7A;
	position: absolute;
	max-width: 230px;
}
#sidebar1 ul, #adminForms {
background-color: #fed992;
margin: 0;
border: 0;
padding: 25px 13px 25px 20px;
}
#adminForms a {
text-decoration: none;
color: #666666;
font-size: 12px;
}
#adminForms a:hover {
background-color: #fff5c4;
}
#sidebar1 ul li {
list-style: none;
text-align: right;
border-bottom: 1px #fffcad solid;
}
#sidebar1 ul li a {
text-decoration: none;
color: #666666;
font-size: 12px;
display: block;
padding: 10px 11px 10px 10px;
}
#sidebar1 ul li a:hover {
background-color: #fff5c4;
}
#sidebar1 ul li .current {
background-color: #fff5c4;
font-weight: bold;
}
#sidebar1 ul li ul li .current {
font-weight: normal;
color: #000;
}
#sidebar1 ul li ul {
background-color: #fff5c4;
margin: 0;
border: 0;
padding: 0;
}
#sidebar1 ul li ul li a {
text-decoration: none;
color: #666666;
font-size: 11px;
display: block;
padding: 5px 11px 5px 10px;
}
.thrColFixHdr #sidebar2 {
float: right; /* since this element is floated, a width must be given */
width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0px 32px; /* padding keeps the content of the div away from the edges */
height: auto;
}
#news {
margin-top: 16px;
background-color: #fff2ca;
padding: 8px;
}
#news a {
color: #000;
text-decoration: none;
}
#news a:hover {
text-decoration: underline;
}
#news p {
margin: 0;
}
#news .title {
color: #646567;
font-size: 16px;
font-weight: bold;
margin: 0 0 8px 0;
}
#news .newstitle {
color: #000;
font-size: 12px;
font-weight: bold;
margin: 0;
}
#news .newslink {
margin: 4px 0 0 0;
}
#contact {
margin-top: 16px;
padding: 8px;
background-color: #d6d4c8;
color: #000;
}
#contact p {
margin: 16px 0 0 0;
}
#contact a {
color: #666666;
text-decoration: underline;
}
#contact a:hover {
color: #000;
}
#contact .contactitle {
border-bottom: 1px #000 solid;
margin: 0;
}
.thrColFixHdr #footer {
	padding: 16px 32px;
	background-color: #ededed;
	border-top: 6px #ffc53d solid;
} 
#footer a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a:active {
	color: #000;
	text-decoration: underline;
}
#footer .footertable tr td {
vertical-align: top;
padding: 0 16px 0 0;
}
#footer .footertitle {
font-size: 12px;
}
.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: #666666;
	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: 30px;
	margin: 0;
	padding: 0;
}
*/
h1, h2, h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}
h4 {
	font-size: 14px;
	margin: 0 0 -10px 0;
	padding: 0;
}
.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;
	width: 400px;	
}
#mainContent ul {
padding: 0 0 10px 10px;
margin: 12px 0 0 15px;
}
#headerForm {
font-size: 0.8em;
color: #666666;
text-align: right;
margin-top: 26px;
margin-right: 25px;
}
#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;
font-family: Arial, Helvetica;
font-size: 10px;
font-weight: bold;
}
