<style type="text/css">

@charset "UTF-8";
#Wrapper {
	font-family: Papyrus;
	font-size: 12px;
	color: #bdbcbc;
	background-color: #00022e;
	margin: auto;
	width: 900px;
	border: 5px solid #bdbcbc;
}
#Header {
	padding: 0px;
	height: 250px;
	background-image: url(header3%20copy.jpg);
	background-repeat: no-repeat;
}

.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #bdbcbc;
	background-color: #00022e;
}
.psmall {
	font-family: "Felix Titling";
	font-size: 14px;
	color: #bdbcbd;
	font-weight: bold;
	background-color: #00022e;
}

h1 {
	font-family: "Felix Titling";
	font-size: 30px;
	font-style: normal;
	line-height: 20px;
	color: #bdbcbc;
	text-decoration: underline;
}

h2 {
	font-family: "Felix Titling";
	font-size: 24px;
	color: #bdbcbc;
	text-decoration: underline;
}
h3 {
	color: #bdbcbc;
	font-size: 24px;
	text-decoration: underline;
}
p {
	font-family: "Georgia, "Times New Roman", Times, serif";
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}
.sense {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-style: oblique;
	color: #F0C;
	text-decoration: blink;
}
#Content {
	background-color: #00022e;
	padding: 25px;
	overflow: hidden;
	color: #bdbcbc;
	font-family: "Times New Roman", Times, serif;
}
#rightsidebar {
	background-color: #00022e;
	padding: 25px;
	float: right;
	width: 550px;
}
#Wrapper #Content #rightsidebar p {
	font-family: "Papyrus";
	background-color: #00022e;
}
#Footer {
	background-color: #00022e;
}
#sidebar {
	background-color: #00022e;
	padding: 20px;
	float: left;
	width: 200px;

}
h4 {
	font-family: "Felix Titling";
	font-size: 40px;
	font-style: italic;
}
#sidebar p {
	color: #00022e;
}
.blacksidetext {
	color: #00022e;

	font-family: "Papyrus"
	font-size: 12px;
}
.scriptlist {
}
body {
	background-color: #00022e;
}
a {
	color: #00022e;
	text-decoration: underline;
	list-style-type: circle;
}
.smallscript {
	font-family: "Lucida Handwriting";
	font-size: 16px;
}
.normaltext {
	font-family: "Lucida Handwriting";
	font-size: 18px;
	color: #00022e;
}
<ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html" class="paragraph">Home</a>        </li>
        <li><a href="about.html" class="paragraph">About Us</a></li>
        <li><a class="paragraph" href="sports.html">Sports</a>
          <ul>
            <li><a href="crosscountry.html">Cross Country</a>            </li>
            <li><a href="golf.html">Golf</a></li>
            <li><a href="football.html">Football</a></li>
            <li><a href="swim and dive.html">Swim and Dive</a></li>
            <li><a href="volleyball.html">Volleyball</a></li>
          </ul>
        </li>
        <li><a href="fundraisers.html" class="psmall MenuBarItemSubmenu">Fundraisers</a>
          <ul>
            <li><a href="#">Denim and Diamonds</a></li>
          </ul>
        </li>
        <li><a href="faqs.html" class="paragraph">FAQs</a></li>
        <li><a href="#">Membership</a></li>
        <li><a href="#">Request Funds</a></li>
        <li><a href="#">Board Members</a></li>
        <li><a href="#">Calender</a></li>
        <li><a href="contact.html" class="paragraph">Contact Us</a></li>
      </ul>

</style>@charset "utf-8";
/* CSS Document */

