@charset "utf-8";
/* CSS Document */

.logotitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #0000FF;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 16px;
}
.pagetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF0000;
}
.pagesubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #0000FF;
}

.kiaddrref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.kititleref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
.smallprint {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
}
.tableprint {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.bulletblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.bullettext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

/* for hms page */


#wrapper {
	color: #000;
	text-align: left;
	margin: 0 auto;
	width: 900px;
}
#header {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 210px;
	text-align: center;
}

#graphics {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 200px;
	text-align: center;
	float: left;
	width: 150px;
}
#bigtitle {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 200px;
	text-align: center;
	float: right;
	width: 750px;
}
#address {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
}

#content {
	background: #FFF;
	width: 580px;
	float: left;
	padding: 20px;
	text-align: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 1000px;
}

#sidebar {
	margin: 0px;
	background: #9DBCEA;
	float: left;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 1030px;
	width: 270px;
}
#footer {
	margin: 0px;
	padding: 0px;
	background: #69F;
	clear: both;
}
