@charset "utf-8";
body  {
	background: #ffffff;
	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: #030067;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #headerleft {
	background:#ffffff url(images/logo1.png) 10px 10px no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 270px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 80px;
}
.thrColFixHdr #headerright {
	float: right; /* since this element is floated, a width must be given */
	width: 495px;
	height: 70px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}




.thrColFixHdr #headerright {
	width:50em
	padding: 0px 0px 0px 10px;
	
} 



.topnav  {
	background:#f0f0f0 url(images/navbar/middle.png) 0 0 repeat-x;
	color:#666666;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topnav .topnavleft {
	background:url(images/navbar/left.png) 0 0 no-repeat;

}

.topnav .topnavright {
	background:url(images/navbar/right.png) 100% 0 no-repeat;
	font-size:12px;
	line-height:16px;
	padding:3px 0px 0px 10px;
}



.round {
	margin:0px 0px 0px 0px;
	clear:both;
	background-color: #ffffff;
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.round .b {
background:url(images/bottom.png) 0 100% repeat-x;
}
.round .l {
background:url(images/left.png) 0 0 repeat-y;
}
.round .r {
background:url(images/right.png) 100% 0 repeat-y;
}
.round .bl {
background:url(images/bl.png) 0 100% no-repeat;
}
.round .br {
background:url(images/br.png) 100% 100% no-repeat;
}
.round .tl {
background:url(images/tl.png) 0 0 no-repeat;

}
.round .tr {
	background:url(images/tr.png) 100% 0 no-repeat;
	font-size:12px;
	padding:15px;
}


.thrColFixHdr #title1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* 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; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 1px;
	padding-left: 1px;
}
.thrColFixHdr #title2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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;
	padding-right: 1px;
	padding-left: 1px;
	
}






.thrColFixHdr #toppanelleft {
	float: left; /* since this element is floated, a width must be given */
	width: 607px;
	background: #cdcce1;
	margin: 0px 0px 0px -11px;
	padding: 0px 0px 0px 0px;
	height: 194px;
}
.thrColFixHdr #toppanelleft h1 {
	margin: 6px 0px 0px 10px;
	background-image: url(images/h1grey.png);

}
.thrColFixHdr #toppanelleft p {
	margin: 6px 0px 0px 10px;

}
.thrColFixHdr #toppanelleft img {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
.thrColFixHdr #toppanelright {
	float: right; /* since this element is floated, a width must be given */
	width: 328px;
	height: 194px;
	background: #cdcce1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0px -4px 0px 0px;
}
.thrColFixHdr #toppanelright img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	padding: 5px 10px 15px 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	padding: 5px 3px 15px 10px;

}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 213px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border-right-style: dotted;
	border-left-style: dotted;
	
} 

.thrColFixHdr #mainContent h1 {
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 20px;
	background-image: url(images/h1block.png);

}
.thrColFixHdr #mainContent p {
	margin: 6px 0px 0px 0px;

}


.thrColFixHdr #footer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



.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 */
}
.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;
}
#headingstrip {
	
	width:300px;
	top:5px;
	right:5px;
	vertical-align: text-middle;
	position: static;
}
#searchBox {
	width:300px;
	top:5px;
	right:5px;
	vertical-align: middle;
	position: static;
}
