body  {
	font-family:Arial,Helmet,Freesans,sans-serif;
	font-size:100%;
	background: #e0e0e0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #555556;
}

div {
	font-family:Arial,Helmet,Freesans,sans-serif;
}

form { 
	margin:0; 
	padding:0; 
        display: inline;
}

#header {
	clear:both;
	width:59.3em;
	height:5.75em;
	overflow:hidden;
	/*border:1px solid green;*/
}

#logo {
	float:left;
	width:10.88em;
	text-align:center;
}

#topSearchBox {
	float:right;
	/*border:1px solid green;*/
}

#topSearchBox a#home{
	font-size:10px;
	color:#666666;
	padding:2px;
        text-decoration: none;
}

#topSearchBox label#lblSearch {	
	font-size:10px;
	color:#666666;
	padding:2px;
}

#topSearchBox input#txtSearch{	
	font-size:10px;
	margin-left:10px;
	border: 1px solid #e5e5e5;
	color:#666666;
}

#topSearchBox input#btnGo {
	font-size:10px;
	padding:1px;
	margin-left:0.63em;
	background:#d13021;
	color:#ffffff;
	border:1px solid #ffffff;
}

#topSearchBoxNew {
	float:right;
        height:40px;
	/*border:1px solid green;*/
}

#topSearchBoxNew a#home{
	font-size:10px;
	color:#666666;
	padding:2px;
}

#topSearchBoxNew label#lblSearch {	
	font-size:10px;
	color:#666666;
	padding:2px;
}

#topSearchBoxNew input#txtSearch{	
	font-size:10px;
	margin-left:10px;
	border: 1px solid #e5e5e5;
	color:#666666;
}

#topSearchBoxNew input#btnGo {
	font-size:10px;
	padding:1px;
	margin-left:0.63em;
	background:#d13021;
	color:#ffffff;
	border:1px solid #ffffff;
}

#topNav {
	float:right;
	height:1.75em;
	width:47.81em;
	margin-top:35px;
	padding:0;
}

#topNavNew {
	float:right;
	height:1.75em;
	width:47.81em;
	margin-top:10px;
	padding:0;
}

#topNav ul {
	text-align:right;
	padding:0;
	margin:0;
	height:28px;
	/*border:1px solid red;*/
}


#topNavNew ul {
	text-align:right;
	padding:0;
	margin:0;
	height:28px;
	/*border:1px solid red;*/
}

.twoCol #container { 
	width: 59.32em;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0.63em;
	border: 1px solid #d9d9d9;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for leftNav:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoCol #leftNav p" rule.
*/
.twoCol #leftNav {
	float: left; 
	width: 10.88em; /* since this element is floated, a width must be given */
	margin: 0;
	padding-top:0px;
}

.twoCol #mainContent {
	margin-left:0.63em;
	float:left;
	width:47.70em; 	 /* .81em */
	overflow:hidden;
	padding:0;
	/*border:0.16em solid red;*/
} 

.twoCol #mainContentNew {
	margin-left:0.63em;
	float:left;
	width:47.70em; 	 /* .81em */
	overflow:hidden;
	padding:0;
	/*border:0.16em solid red;*/
} 

#leftCol {
	float:left;
	width:36.31em;
	padding:0;
	margin:10px 0 0 0;
	overflow:hidden;
}

#rightCol {
	float:left;
	width:10.88em;
	padding:0;
	margin:10px -3px 0 10px;
}


