td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px ; color: #000000}
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif;  text-decoration: none }
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif;  text-decoration: underline; color: #FF9900}
.bord {  border-color: #FFFFFF #000000; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px}

.subheading { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:inherit; color: #000099; font-weight: bold}
.topheading { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000099; font-weight: bold }
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000 }
.highlight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0033FF}
.orangeheading { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC6600; font-weight: bold ; font-style: italic}
.topheadingorange { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC6600; font-weight: bold }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color: #000000 }
input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }

body {
	background: #eeeff0;
	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: #231f20;
	/*color:#d5d6d7;*/
}
body div#container
{
	background: #FFFFFF;
}
div#header, div#footer
{
	padding:20px 30px 0px 30px;
}
div#mainContent
{
	padding:20px 20px 0px 40px;
}
body, p, td, div, span, label
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color:#231f20;
	line-height:20px;
}
body, html 
{
	height:100%;
	overflow:hidden;
}
body
{
	overflow:auto;
}
.oneColFixCtrHdr #container {
	width: 1020px;  /* 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. */
	/*height:1020px;*/
}
a, div, p, img
{
border:none;
}
a:visited, a:hover, a:focus
{
border:none;
outline-style:none;
}
#mainContent
{
	background-color:#ffffff;
	width:960px;
	overflow:auto;
	/*border:solid 1px black;*/
	font-size:12px;
	overflow:hidden;
}
/* loading */
.ajaxLoader
{
	position:absolute;
	height:32px;
	width:32px;
	margin:auto auto;
	text-align:center;
	vertical-align:middle;
	top:50%;
	left:50%;
}

/**************************************************************************************/
/*************************************     Header   ***********************************/
div#header
{
	height:198px;
	width:1020px;
}
div#headerImg 
{
	background-image: url('/~clearsonics/images/header.jpg');
	height:144px;
	width:960px;
	margin-bottom:11px;
}
div#menu
{
	height:39px;
	width:960px;
	background-image:url('/~clearsonics/images/menu.gif');
	background-repeat:repeat-x;
}
div#menu a
{
	display:block;
	margin:7px 20px auto;
	font-size:14px;
	float:left;
	text-decoration:none;
	color:#000;
	text-align:center;
}
         a.subList 
         {
         	float:left;
         	margin-left:70px;
         	font-size:13px;
         }
/*************************************     Footer   ***********************************/
div#footer
{
	height:89px;
	width:960px;
	background-color:#FFF;
}
div#footer a#logo
{
	display:block;
	float:right;
}
a.atug
{
	margin:32px auto auto 40px;
}
a.secrets
{
	margin:35px auto auto 40px;
}
a.fast
{
	margin:13px auto auto 40px;
}
a.export
{
	margin:19px auto auto 40px;
}
a.award
{
	margin:30px auto auto 40px;
}
div#footer div#cwrite
{
	margin-left:30px;
	float:left;
	color:#858585;
	margin-top:55px;
}
/****************************************** Content ******************************************/
div#mainBlock
{
	width:941px;
	height:442px;
}
div#leftBlock
{
	width:641px;
	height:442px;
	
}
.twocol
{
    float: left;
    width: 100%;
}
.twocol > span, .twocol > img, .twocol > div, .twocol > p, .twocol > font
{
    display: block;
    float: left;
    margin-top: 0px;
}
div#rightBlock
{
	width:300px;
	height:447px;
	background-color:#f1f1f1;
	border:solid 1px #cccccc;
	clear:right;
}
div#mainBlock div#rightBlock
{
	background-color:#FFF;
	border:none;
	height:auto;
	float:right;
}
div#rightBlock .padder
{
	line-height:16px;
}
div#innerLeftBlock 
{
	width:317px;
}
div#innerRightBlock
{
	width:307px;
}
div#leftBlock div div.padder
{
	padding-left:3px;
}
div#innerLeftBlock:first-child, div#innerRightBlock:first-child
{
	margin-top:0px;
}

div#leftBlock, div#rightBlock, div#innerLeftBlock, div#innerRightBlock, div#bottomBlock
{
	float:left;
}
div#bottomBlock
{
	margin:9px;
}
div#rightBlock
{
	line-height:16px;
}
.date
{
	color:#686868;
	font-size:12px;
}
.padder
{
	padding:10px 10px 4px 10px;
}
h4
{
	font-weight:bold;
	font-size:13px;
	margin:9px auto 2px auto;
}
h1
{
	margin-top:8px;
}
.mainHeading
{
	font-size:25px;
	_font-size:23px;
	margin-bottom:40px;
	line-height:30px;
}
