@charset "UTF-8";
/* CSS Document - Written for HBSA students by HBSA - KU */

body {
	background: #ffffff url(images/bg.jpg) repeat-x center top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
}

#header {
	background: url(images/header.jpg) no-repeat center top;
	height: 230px;
	width: 740px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}

#main {
	background: url(images/sides.jpg) repeat-y center top;
	height: auto;
	width: 740px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}

#content {
width:580px;
margin:0px 78px;
text-align:left;
padding:0px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 95px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}

ul {

}

li {
font-size:14px;
margin-bottom:6px;
}

/* FONT STYLES */
h1 {
color:#CC0000;
font-size:32px;
font-weight:100;
text-align:center;
margin:10px 0px 35px 0px;
}

h2 {
color:#000000;
font-size:22px;
font-weight:100;
text-align:center;
margin:10px 25px 30px 25px;
}

h3 {
color:#000000;
font-size:18px;
font-weight:800;
text-align:center;
margin:10px 45px 25px 45px;
}

h4 {
color:#000000;
font-size:18px;
font-weight:100;
text-align:center;
margin:10px 45px 25px 45px;
}

p {
text-align:left;
font-size:14px;
margin:20px 0px;
}


/* LINK STYLES */
a:link {
color:#0000CC;
border:none;
text-decoration: underline;
}

a:visited {
color:#0000CC;
border:none;
text-decoration: underline;
}

a:hover {
color:#660000;
border:none;
text-decoration: underline;
}

a:active {
border:none;
text-decoration: none;
}


/* ADDITIONAL LOGOS ETC */
.privacy {

}

#quote {

}
