body {
	margin:0px;
	padding:0px;
	text-align:center;
}

div#allContent {
	width:771px;
	margin:0 auto;
	padding:0px;
}


/* header */

div#topheader {
	height:60px;
	padding-top:10px;
	width:766px;
	background-color:#fff;
	border-bottom:1px solid #09c;
}

div#topheader .left {
	float:left;
	text-align:left;
}

div#topheader .right {
	font:10px Verdana;
	color:#666;
	float:right;
	text-align:right;
	padding:40px 10px 0px 0px;
}

div#topheader .right a {
	color:#666;	
	text-decoration:none;
}

div#topheader .right a:hover {
	color:#999;	
	text-decoration:underline;
}

div#header {
	height:180px;
	background-color:#fff;
	width:766px;
	margin-bottom:1px;
	border-top:3px solid #fff;
}

/* whole content area - the pages */

div#content {
	background-color:#fff;
	width:770px;
}

/* the main text area */

div#contentMain {
	width:529px;
	background-color:#fff;
	float:left;
	text-align:left;
}

div.normalContent, div.sideContent {
	margin:20px 10px 10px 0px;
	font:11px Verdana;
	color:#000;
	line-height:20px;
}

div.normalContent h1 {
	margin:0px 10px 25px 0px;
	font-weight:normal;
	font-size:24px;
	color:#579;
}

div.normalContent h2 {
	margin:0px 10px 10px 0px;
	font-weight:normal;
	font-size:16px;
	color:#666;
}

div.normalContent a {
	color:#00f;
	text-decoration:none;
}

div.normalContent a:hover {
	color:#666;
	text-decoration:underline;
}

/* breadcrumb menu */

div.normalContent .breadcrumbs {
	margin:0px 0px 20px 0px;
	padding:2px 4px 2px 4px;
	color:#666;
	background-color:#ddd;
}

div.normalContent .breadcrumbs a {
	text-decoration:none;
	font:11px verdana;
	color:#666;
}

div.normalContent .breadcrumbs a:hover{
	text-decoration:underline;
	font:11px verdana;
	color:#999;
}

/* end breadcrumb menu */


/* search box */

#searchbox{
	position:absolute;
	top:30px;
	right:15px;
	
	height:50px;
	font:10px verdana;
}

#searchbox .heading{
	background-color:#7D947B;
	color:white;
	width:170px;
	font-weight:bold;
	text-indent:5px;
}

input.blue{
	border: 1px solid #cccccc;
	background: #fff;
	color: #7D947B;
	font: 10px verdana;
	margin-top:8px;
	margin-left:5px;
}

/* end search box */

/* companies navigation */

#companies_nav{
	position:absolute;
	right:15px;
	top:10px;
	font:10px verdana;
	color:#d9d9d9;
}

#companies_nav a{
	color:#6DBE45;
	text-decoration:none;
}

#companies_nav a:hover{
	color:#5E8E47;
}

/* end companies navigation */

/* top banner */

#topbanner{
	position:absolute;
	top:125px;
	left:25px;
	margin-left:0px;
}

/* end top banner */

.line {
	background-color: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#contentFrontPage{
	position:absolute;
	left:15px;
	top:198px;
	width:800px;
}

#contentDivMainColumnTotalWidth {
	position: absolute;
	left: 217px;
	top: 188px;
	width: 710px;
}

#contentDivMainColumn {
	position: absolute;
	left: 217px;
	top: 198px;
	width: 450px;
}

#contentDivRightColumn {
	position: absolute;
	left: 702px;
	top: 178px;
	width: 225px;
}

.rightColumnTitle {
	background-color: #F0BA7A;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 4px;
	margin-top: 25px;
}

td.table,td.tableHead {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 0px;
	border-color: #aaaaaa;
}

td.tableHead {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

tr.tableAlt {
	background-color: #eee;
}

.devShowBox {
	background-color: #cccccc;
	padding: 4px;
}

.code {
	font-family: Courier New, monospace;
	font-size: 12px;
}

textarea,input.text,select {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.submit {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.checkbox,input.radio {
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.searchresult p {
	margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
	display: block;
	margin-bottom: 2px;
}