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

body,td,th {
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 17px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #43727a url(../images/kimnorton-bg.jpg) repeat-x;
	line-height:23px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.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;
}
.content {
	width:651px;
	margin:0px 0px 0px 46px;
	background-color:#FFFFFF;
	padding:15px 15px 0px 15px;
}
.content-left {
	float:left;
	width:400px;
}
.content-right {
	margin:0px 0px 0px 400px;
}
.largetext {
	font-size:28px;
	color:#990000;
	padding-bottom:9px;
}
.redtext {
	color:#990000;
}
.logo {
	padding:7px 7px 7px 7px;
}
