body {
	background: #e6e6e6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}

h1 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #CCCCCC;
}
h2 {
	font-size: 18px;
	margin-top: 10px;
	color: #E2001A;
	line-height: 130%;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CCCCCC;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 160%;
	letter-spacing: 0.1em;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
	font-size: 16px;
	line-height: 160%;

}
h5 {
	color: #666666;
	font-size: 14px;
	line-height: 130%;

}
h6 {
}

p, ol, ul {
	margin-top: 0;
		line-height: 130%;
}

ul {
	line-height: 130%;
	list-style:square;
	list-style-position:inside;
	
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color:#FF0000;
	color:#FFFFFF;
}



#header {
	width: 700px;
	height: 101px;
	margin: 0 auto;
	background-image: url(Layout/ksu_web1.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}
#header a {
	text-decoration: none;
	color: #000000;
}



#menu {
	width: 680px;
	height: 28px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #ffffff;
}

#menu ul {
	width: 680px;
	height: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #E2001A;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 15px 3px 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #E2001A;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #e6e6e6;
	color: #000000;
}

#menu .first a {
	border-left: none;
	border-top: 1px solid #E2001A;
}



#startimage {
	width: 700px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}



#content {
	width: 640px;
	background-color:#FFFFFF;
	margin: 0 auto; 
	padding: 10px 30px 0 30px;
}

#img {
	border-bottom:  #FF0000 1px solid;
	
}


#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration:none;
}
#footer a:hover {
	background-color:#e6e6e6;
	color: #000000;
}
