@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #8c2633;
} 
.twoColFixLtHdr #header {
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #f2ebd6;
	background-image: url(images/jkmilogo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 90px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8C2633;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8C2633;
} 
#sidebar a:link {
	background-color: #3C0;
	text-decoration: underline;
	color: #F06;
}
#topnav {
	background-color: #8C2633;
	height: 33px;
	width: 900px;
}

.twoColFixLtHdr #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #003f77;
	clip: rect(auto,auto,auto,auto);
	border: thin none #0F9;
	position: absolute;
	left: inherit;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
	height: 105px;
	display: inline;
	width: 669px;
}
.fontcolor {
	font-weight: bold;
	color: #8c2633;
	text-decoration: none;
	font-style: normal;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	background-color: #8c2633;
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pagecontent {
	color: #003f77;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003f77;
}
.maintitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #8C2633;
	font-weight: bold;
}
.titleheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #003f77;
}
.subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003f77;
}


.twoColFixLtHdr #mainContent {
	background-color: #f2ebd6;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 30;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8C2633;
} 
.twoColFixLtHdr #footer {
	background-color: #8c2633;
	padding: 0;
	text-align: center;
	color: #e5dbba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
} 

#sidebar1 a:link {
	color: #e5dbba;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #e5dbba;
	text-decoration: underline;
}
#sidebar1 a:visited {
	color: #e5dbba;
	text-decoration: none;
}
#footer a:link {
	color: #E5DBBA;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #E5DBBA;
	text-decoration: none;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background-color: #F0F0F0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#wrapper {
	background-color: #8c2633;
	border: thin none #8C2633;
}
 
 h2{
	color: #003f77;
	font-size: 14pt;
}
H3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #8C2633;
	text-transform: capitalize;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: capitalize;
	color: #1E3734;
	font-weight: bold;
}


#pagecontent a:link {
	color: #8C2633;
	text-decoration: underline;
}
#pagecontent a:hover {
	text-decoration: none;
	color: #8C2633;
}
#pagecontent a:visited {
	color: #8C2633;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003f77;
	text-align: center;
}
.green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #8C2633;
	font-weight: bold;
	font-style: normal;
}
#current {
	color: #8C2633;
	border: thin none #003f77;
	margin-right: 10px;
	font-size: 10pt;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#current a:link {
	color: #8C2633;
	text-decoration: none;
}
#current a:hover {

}
#current a:visited {

}
</style>
#missionandinterests {
}
h4 {
	font-size: 10pt;
	color: #003f77;
	font-weight: bold;
	text-align: center;
}

#mission {
	float: right;
	width: 400px;
}
#interests {
	float: left;
	width: 280px;
}
h6 {
	font-size: 16px;
	color: #8C2633;
	text-align: center;
}
.copyright {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #8C2633;
}
