/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;

	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	BOTTOM: 0px; 
	PADDING-TOP: 0px;  
	POSITION: absolute; TOP: 0px;
}

#container {

	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	
	}
	

/* Page Header */

#header {
	border-bottom: 1px solid #333333;
	white-space: nowrap;
	padding-bottom: 5px;
	clear: both;
	}

#siteTitle {
	float: left;
	height: 52px;
	background: url(images/siteTitle.gif) top left no-repeat;
	white-space: nowrap;
	}
	
	#siteTitle h1 {
		width: 165px;
		height: 52px;
		}
	
	#siteTitle span {
		display: none;
		}
	
#status {
	float: left;
	height: 17px;
	padding: 35px 0 0 20px;
	font-size: 11px;
	white-space: nowrap;
	}
	
#KSUlogo {
	background: url(images/KSUlogo.gif) top right no-repeat;
	height: 52px;
	white-space: nowrap;
	}
	
	#KSUlogo span {
		display: none;
		}
		


/* site Navigation */

#imgBanner {
	background: #8C9797;
	height: 149px;
	padding: 0px 0px 0px 0px;
	}

#siteNav {
background:#ECAD00 none repeat scroll 0 0;
clear:both;
margin-top:4px;
padding:2px 0;
	}

		
	#siteNav li {
		display: inline;


		
		
		}
		
	#siteNav span {
		text-align: right;
		font-weight: bold;
		display: block;
		float: right;
		margin-right: 3px;
		margin-top: -15px;
		}
		
	#siteNav img {
		margin-left: 10px;
		margin-right: 3px;
		}


/* Page navigation and title: colors found in seperate style sheet */

#pageNav {
	width: 150px;
	padding: 5px 5px 5px 5px;
	}
	
#pageNav input {
	font-size: 9px;
		}
		

#pageTitle span {
	display: none;
	}

#mainLinks li {
	border-bottom: solid 1px #D5D5B3;
	list-style: none;
	list-style-position:outside;
	padding-bottom: 2px;

	}
	
#subLinks ul {
	padding-left: 20px;
	margin-left: 0px;
	}

#subLinks li{
	list-style-image: url(images/dot.gif);
	padding-bottom: 5px;
	font-size: 11px;
	}
	
/* Page body */


#footer {
PADDING: 0px 0px 0px 0px;
FONT-SIZE: 10px;  
	}
	
	#footer a, a:link, a:active, a:visited, a:hover{
		color: #000000;
	}
	
	#footer span {
		display: block;
		padding: 3px 3px 3px 3px;
		background: #D5D5B3;
	border-bottom: 1px solid #000000;
	text-align: center;
		}
	

		


