body {
	font-family: "Lucida Sans Unicode",  "Lucida Grande", Arial,  Sans-serif;  
	font-size: 13px;
	color: #555555;
	background-image: url(../images/back_tile.jpg);
	background-repeat: repeat-x;
	background-color: #EEDEBD;
    margin:0px;
	padding:0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #84813c;

}

a:hover {
	color:#023806;
	}
	

hr {
	margin: 0 10px 0 10px;
	padding: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	border: 0px;
}


p {
	padding:10px 10px 0 10px;
	line-height: 1.18em;
}


h1 {
	font-size:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 10px 0 5px 10px;
	color:#023806;
}
h2 {
    font-size:18px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 10px 0 5px 10px;
	color:#023806;

}

h3 {
    font-size:17px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 10px 0 5px 10px;
	color:#023806;

}

h4,h5 {
    font-size:15px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 0 0 5px 5px;
	color:#023806;

}


h6 {
    font-size:11px;
	margin: 0;
	padding: 0 0 0 3px;
	color:#023806;

}
#container{
	width:100%;
	min-height:600px;
	margin:0px auto;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header{
	width:960px;
	height:215px;
	margin:0px auto;
}

#logo{
	width:566px;
	height:118px;
	margin:0px auto;
	float:left;
	padding-left: 12px;
}

#wku_logo{
	width:243px;
	height:104px;
	margin:0px auto;
	float:right;
	padding-right: 5px;
}

#quotes{
	width:600px;
	height:45px;
	line-height: 1.25em;
	position:absolute;
	top:134px;
	left: 50%; 
	margin-left: -460px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#585429;
	font-style:italic;
	font-size:11px;
}

#search{
	width:238px;
	height:48px;
	background-color:#ccc;
	margin: 10px 10px; 0 0;
	float:right;

}

#nav{
	z-index:100;
	width:960px;
	height:34px;
	background-image: url(../images/nav_back.jpg);
	background-repeat: repeat-x;
	background-color:#0d5805;
	position:absolute;
	top:182px;
	left: 50%; 
	margin-left: -480px;
}

#main{
	width:960px;
	min-height:565px;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#fff;
	margin: 0 auto;
	padding-bottom:5px;
	
}

#homepage_text{
	width:524px;
	margin: 0 0 18px 2px;
	padding-top: 5px;
	
}

#text{
	width:945px;
	margin: 0 8px 20px 8px;
	padding-top:5px;	
}

#news{
	width:940px;
	height:100%;
	margin: 4px auto;
}

#partners{
	width:420px;
	height:66px;
	padding:5px;
	margin: 0 6px 6px 6px;
	background-color:#fffaf1;
	border:1px solid #ccc;
}

#affiliated{
	width:325px;
	height:66px;
	padding:5px;
	margin: 0 6px 6px 6px;
	background-color:#fffaf1;
	border:1px solid #ccc;
}

#social{
	width:130px;
	height:66px;
	padding: 5px;
	margin: 0 4px 6px 6px;
	background-color:#fffaf1;
	border:1px solid #ccc;

}

#footer{
	width:100%;
	min-height: 62px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-color:#9a9a9a;
	padding-top:28px;

}

#rotate_pics{
	width:450px;
	height:300px;
	position:absolute;
	top:228px;
	left: 50%; 
	margin-left: 52px;
}

#ee_buttons{
	width:130px;
	height:265px;
	padding: 5px;
	margin: 0 4px 6px 6px;
	background-color:#fffaf1;
	border:1px solid #ccc;
	position:absolute;
	top:505px;
	left: 50%; 
	margin-left: 325px;
}

.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
.style2 {
	color: #FFFFFF;
	font-size: 11px;
}
.style3 {
	font-size: 10px;
}




/* ######### CSS for Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 1px;
font-size:16px;
font-style:italic;
font-weight:bold;
font-family: Georgia, Times New Roman, Times, serif;
color: #fff;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: -5px;
border: 1px solid #ccc;
font-size:16px;
font-style:italic;
font-weight:bold;
font-family: Georgia, Times New Roman, Times, serif;
color: #fff;
background: white url(../images/button_back2.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
color: #fff;

background: white url(../images/button_back3.jpg) top left repeat-x;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/button_back.jpg);

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


