body {
	background-color: #CBDDDB;
	margin-top: 6px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 6px;
	padding-left: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
html { min-height:100%; margin-bottom:1px; } /* this keeps the shorter pages from jumping */

p {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}
p.header {
		margin-left: 7px;
	padding-left: 7px;
	text-align: left;
}
strong.kc {
	color: #3A6B9E;
}
.clear {
	clear: both;
}

h3 {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
color: #3A6B9E;
text-align: left;
}
h3.kc {
		margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
color: #3A6B9E;
text-align: left;
}
th {
	font-size: 14px;
	color: #3A6B9E;
}
table#main {
	width: 825px;
}
td {
	vertical-align: top;
	text-align: left;
}

td.topleft {
	background-image: url(../images/topleft-corner.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 27px;
}
td.bottomleft {
	background-image: url(../images/bottonleft-corner.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
}
td.leftcol {
	background-image: url(../images/left-bg.gif);
	background-repeat: repeat-y;
	width: 17px;

}


td.topright {
	background-image: url(../images/topright-corner.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 27px;
}

td.rightcol {
	background-image: url(../images/right-bg.gif);
	background-repeat: repeat-y;
	width: 13px;
	height: 1px;
	
}
td.bottomright {
	background-image: url(../images/bottomright-corner.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 18px;
}

td.toprow {
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	width: 1px;
	height: 27px;
}
td.bottomrow {
	background-image: url(../images/bottom-bg.gif);
	background-repeat: repeat-x;
	width: 12px;
	height: 18px;
}
td.nav {
		background-color: #ffffff;
		width: 168px;

}
td.content {
		background-color: #ffffff;

}
a:link, a:visited {
	color: #3A6B9E;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a:hover, a:active {
	color: #3A6B9E;
	/*font-weight: bold;*/
	text-decoration: none;
}