@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #76357d url(../images/bodybg.gif) repeat-x left top;
	margin: 0;
	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: #333333;
}
#contshadow1 {
	background: url(../images/contshadow1.gif) repeat-y left;
	width: 720px;
	margin: 0 auto;
}
#contshadow2 {
	background: url(../images/contshadow2.gif) repeat-y right;
	width: 720px;
	margin: 0 auto;
}
#container {
	width: 710px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #c8c6c8;
	text-align: left;	
	background: #FFFFFF no-repeat left top;

}
#header {
	background: url(../images/headerbg.jpg) repeat-x left top;
	height: 137px;
	text-align: center;
}
#innerheader {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: italic bold 26pt "Times New Roman", Times, serif;
	color: #69665f;
	padding: 30px 0px 0px 30px;
}
#header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: italic 18pt "Times New Roman", Times, serif;
	color: #69665f;
	padding: 0 30px 0 0;
	text-align: right;
}
#nav {
	text-align: right;
}
#nav p {
	padding-right: 30px;
}
#nav a {
	font: bold 14pt "Times New Roman", Times, serif;
	color: #585359;
	text-decoration: none;
	border-top: 3px solid #862590;
	width: 98px;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a:hover {
	color: #999999;
	border-top: 3px solid #d078d9;
}
#mainContent {
	padding: 20px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#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 */
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #d078d9;
}

#kimbox {
	background: #76357d url(../images/kimbox.jpg) no-repeat left top;
	width: 100%;
	text-align: right;
	height: 160px;
}
.bfpurplebg {
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #d8b9db;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
}

#kimbox p {
	font: normal 8.5pt/11pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px 10px 0px 125px;
}
#kimbox a {
	font: bold 8.5pt/11pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#kimbox a:hover {
	font: bold 8.5pt/11pt Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}
.phrase {
	width: 220px;
	font: normal 16pt "Times New Roman", Times, serif;
	color: #d078d9;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
}