/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color: #145C99;
}  
#pagewidth{ 
 max-width:1005;  
 min-width:95%;  
}
#header{
	position:relative;
	height:125px;
	background-color:#229749;
	width:100%;
	background-image: url(images/kav.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#established {
	position: relative;
	text-align: center;
	top: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}	
#topText {
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.05em;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.01em;
}
#topText a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
	padding: 2px;
}
#topText a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #145C99;
	padding: 2px;
	font-weight: bold;
}		
#leftcol{
	width:20%;
	float:left;
	position:relative;
	background-color:#145C99;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 }
#leftcol a {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}	
#leftcol a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #229749;
}	 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:80%;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
 }
#mainText {
	padding: 1em 1em 1em 2em;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000000;
	text-align: left;
}	 
#mainText a {
	text-decoration: underline;
	font-weight: bold;
	color: #229749;
}
#mainText a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
	background-color: #229749;
}		
#footer{
	height:24px;
	background-color:#145C99;
	clear:both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #229749;
}
strong {
	color: #145C99;
}
.imgInline {
	margin-right: 10px;
	margin-bottom: 10px;
}	
#bendingCapacity {
	background-color: #FFFFFF;
	width: 90%;
	padding: 6px;
	border: 3px groove #000000;
}
.material {
	width: 24%;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 3px;
	font-size: 90%;
}
.minimumCap {
	width:	38%;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 3px;
	font-size: 90%;
}
.maximumCap {
	width: 38%;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 3px;
	font-size: 90%;
}		
