@charset "iso-8859-1";
.blueborder {
	border: 1px solid #3570B2;
	margin-top: 5px;
}
#news {
	width: 188px;
	border: 1px solid #3570B2;
	font-weight: bold;
	color: #3570B2;
	font-size: 12px;
	padding-top: 5px;
}

body  {
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	background: url(../images/back-vert.gif) repeat-x;
}
.whiteborderfoot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/page_bk.jpg) no-repeat;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left;
} 
#disclosure {
	width: 900px;
	margin: 10px auto 0;
	text-align: left;
	font-size: 80%;
	line-height: 100%;
}
.thrColFixHdr #header {
	padding: 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. */
	background: #E8E7E8;
} 
#navigation {
	background: #E8E7E8 url(../images/navbar_bk.gif) repeat-x;
	margin: 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	border-top: 1px solid #B3CCE8;
	border-bottom: 1px solid #B3CCE8;
	position: relative;
	top: -5px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 8px; /* padding keeps the content of the div away from the edges */
	font-size: 80%;
	margin-bottom: 10px;
	line-height: 120%;
}
#sidebar1 a {
	color: #3570B2;
	text-decoration: underline;
}

#sidebar1 h3 {
	color: #3570B2;
	padding-left: 10px;
	font-size: 12px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px;
	color: #060606;
	padding: 0px;
	margin: -5px 0px 0px 10px;
	background: #B3CCE8;
}
p a {
	color: #3570B2;
	text-decoration: none;
}
#sidebar2 p a {
	color: #00005C;
	text-decoration: none;
}
.thrColFixHdr #mainContent {
	margin: 20px 0px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/sidebar_bk.gif) repeat-y 478px;
} 
#mainContent h2 {
	font-size: medium;
	font-weight: normal;
	margin-bottom: -10px;
}

#mainContent h1 {
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
}
.thrColFixHdr #footer {
	padding: 0px 10px 0px 20px;
	border-top: 1px solid #CCC;
	font-size: 80%;
	line-height: 120%;
	background-color: #FFF;
	background-image: url(../images/background-s.gif);
	background-repeat: repeat-x;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#W3C {
	float: right;
	position: relative;
	top: 10px;
	text-align: right;
	width: 50px;
}
#login {
	width: 250px;
	border: 1px solid #CCC;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.centretext {
	text-align: center;
}
.smallprint {
	font-size: x-small;
}
