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: 0px 0px 0px 0px;
	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: #515151;
	font-size:13px;
	line-height: 20px;
	background-color: #646464;
	font-family: Tahoma, Verdana;
}
.captionfont {
	color: #666666;
	font-size:10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/shadow_LR.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
} 
.twoColFixLtHdr  #header_logo {
	height: 169px;
	position: relative;
	width: 170px;
	background-color: transparent;
	background-image: url(images/infoage_logo1.png);
	background-repeat:no-repeat;
	left: 46px;
	top: -60px;
} 
.twoColFixLtHdr #header_images {
	height: 190px;
	position: relative;
	z-index: 2;
} 
.twoColFixLtHdr #header_menu {
	height: 30px;/**/
	position: relative;
	margin: 0px 14px 0px 15px;
	/*background-repeat: repeat-x;*/
/*	background-color: #FFA836;*/
background:url(/images/pro_15_0.gif);
	z-index: 1;
}

.headmenu {
	padding:0 0 0 220px;
	margin:0;
	list-style:none;
	height:30px; /* */
	background:url(/images/pro_15_0.gif);
}
.headmenu li {
	float:left;
}
.headmenu li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	text-align:center;
	padding:0 0 0 10px;
	cursor:pointer;
	font-size:9.5pt;
}
.headmenu li a b {float:left; display:block; background:url(/images/pro_15_0.gif) right top; padding:0 16px 0 8px;}
.headmenu li a:hover {color:#3E3A3B; background: url(/images/pro_15_1.gif);}
.headmenu li a:hover b {background:url(/images/pro_15_1.gif) no-repeat right top;}
.headmenu li a em {display:block; float:left; width:16px; height:30px;}
#sidebar1 {
	padding: 0px 22px 0px 15px;
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* 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 */
	border-right-style: dotted;
	border: 1px;
	border-right-color: #C8C8C8;
	background-image: url(images/red_fade.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 15px;
}
#sidebar1 ul {

	font-family: Tahoma, Verdana;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
#sidebar1 li {
	text-align: left;
}
#sidebar1 li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 150px;
	display: block;
	border: 0.1em solid #CCCCCC;
	text-decoration: none;
	text-align: center;	
	color: #666666;
	font-weight: bold;
	list-style-type: none;
	border-left: solid #FFCE9D 1px;
	border-right: solid #FFCE9D 1px;
	border-bottom: solid #FFCE9D 1px;
	border-top: solid #FFCE9D 1px;
	background-color: #FFF5EC;
}
#sidebar1 li a:hover {
	background-color: #FFCD9B;
	border-left: solid orange 1px;
	border-right: solid orange 1px;
	border-bottom: solid orange 1px;
	border-top: solid orange 1px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 14px 0px 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 28px 22px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/red_fade.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #mainContentsearch {
	margin: 0px 14px 0px 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 28px 22px 0px 25px;
	background-image: url(images/red_fade.jpg);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #footer {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable 				  	space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	background-image: url(images/footer.jpg);
	background-color: #646464;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.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;
}
h1 {
	font-size: 18px;
	color: #FD5C17;
	font-family: Trebuchet MS, Tahoma, Verdana;
	border-bottom: solid #FEC4AB 2px;
}
h2 {
	font-size: 14px;
	color: #FD5C17;
	font-family: Trebuchet MS, Tahoma, Verdana;
}
h2.caption {
	font-size: 14px;
	color: #FD5C17;
	text-align: center;
	line-height: 13px;
	margin-top: 8px;
}
h3 {
	font-size: 10pt;
	color: #515151;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
}

.whitetext {
	color: #FFFFFF;
}
h4 {
	font-size: 18px;
	color: #FD5C17;
	font-family: Trebuchet MS, Tahoma, Verdana;
	text-align: center;
}
