@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*	background: #E2DDB5; */
	background:#bfd3e6 url(../images/body_bkgd.jpg) repeat-x;
	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 */
}
/* TO Center Page in Firefox */
#container {
	width:905px;
    margin:0px auto 0px auto;
	text-align:left;
	background:#ffffff;
	border:0;
	padding:0;
}

#mainContent {text-align:left; width:687px; padding:0;
}

.kmsheadertype {text-align:center;
}

.kmstag {
	font-family: "Times New Roman", Times, serif;
	color: #D49532;
	letter-spacing: 0px;
	font-weight:bold;
	font-size: 15px;
	line-height:20px;
	text-align:center;
}

.kmsLtBlue {color: #5b9ad9; text-align:center;
}
.kmsType {font-size: 30px; font-family: Arial; color: #004890; text-align:center;
}
.tagCap {font-size: 20px
}

#calendar {
	width:204px;
	height:144px;
	background-image: url(../images/home_botnav.gif);
	background-repeat: no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-align:center;
	padding-top:70px;
	padding-left: 5px;
}
.highlight{background-color:#D49532;}


#banner {padding-bottom:11px;
}
.featHomes{border:1px solid #004890;
}
#leftHome {width:200px; text-align:left;}
#rightHome {width:200px; text-align:right;}
.featTitle {
	font-family: "Times New Roman", Times, serif;
	color: #004890;
	font-weight:bold;
	font-size: 17px;
	line-height:26px;
}
.featTitleLgr {
	font-size:23px;
}
.featText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#444444;
	text-align:center;
	width:286px;
}
.featText a:link {
	color: #444444;
}
.featText a:visited {
	color: #5b9ad9;
}
.featText a:hover {
	color: #D49532;
}
