@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

#topsection{
	height: 120px; /*Height of top section*/
	background-image: url(../img/kl-top-hdr-bkgd.png);
	background-repeat: repeat-x;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 210px; /*Set left margin to LeftColumnWidth*/
	background-color: #FFFFFF;
	padding-top: 5px;
}

#leftcolumn{
	float: left;
	width: 210px; /*Width of left column*/
	margin-left: -840px;
	background-color: #D1E8FE;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-color: #003399;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 30%;
	/*text-transform: uppercase;*/
	color: #990066;
	margin-top: 35px;
}
.nonbreakparagraph {
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}
p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.darkblue{
color: #000099;
}
