/* IFX Forum, Inc. Site inner pages style sheet 
This establishes 
- a topcontent section that spreads acroos the page below standard navigation,
- a left sidebar for in-page topic menus, 
- a right sidebar that can be resized as desired for the page content,
- a centermain section for most content,
- a copyright/footer, and
- consistent styles for  menus. */

#pagecontent {margin:0px 20px 30px 20px; height:auto;}
#leftmain { float:left; width:170px; max-width: 170px;}
/*Menu in sidebar*/
#menu { float:left; width:170px;}
#menu li {
	margin:0;
	line-height:2em;
}
#menu ul {
	font-family:Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
	list-style-type:none;
	background:transparent;
}
#menu a {
	margin:0;
	font-size:14px;
	line-height:15px;
	display:block;
	padding:5px 5px;
	width:160px;
	color:#a33940;
	background:transparent;
	text-decoration:none;
}
#menu .thispage {
  border: 1px solid #0082e7;
}
/* xclearfloat 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 */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px; }
/* note: padding-left of #centermain should match #leftmain and #menu width */
#centermain { margin: 0 5px 3px 5px; padding-left: 172px; padding-right: 3px;}
#rightmain {width: 20%; float:right; padding-left: 15px;}
#topcontent {padding-top:15px; padding-left: 200px;}
/* note: if you want a border around content add this class*/
.border1px { border: 1px solid #000000; padding-right: 5px;}
.callout {color: #00008f; }

h3 {
  font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
h4 {margin:20px 0px 10px 0px; border:none; color:#333399; font-size:18px; font-weight:normal;}
/* end of page styles */
#menu img {
	vertical-align:middle;
	padding-bottom: 3px;
}
#menuhome {
	font-size:14px;
	color:#000000;
	padding-left: 8px;
}


