@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images_%20OA/blueBG_long.jpg);
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
#container  { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #316AC5;
} 
#container #nav_top {
	height: 52px;
	width: 780px;
	background-color: #FFFF66;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0C1174;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images_%20OA/sideBar_bg.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 #links {
	background-color: #E5EEF5;
	border: thin solid #316AC5;
}

#links ul {
	list-style-type: none;
	font-family: "Bookman Old Style";
	font-size: small;
}
#links ul li {
	text-align: left;
	margin-left: -30px;
}

#sidebar1  h3   {
	font-family: "Bookman Old Style";
	color: #333333;
}
#sidebar1 p {
	font-family: "Bookman Old Style";
	font-size: small;
	color: #666666;
	font-style: italic;
	padding-right: 10px;
}
#mainContent  {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0033CC;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	padding-top: 40px;
} 
#mainContent h2 {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: x-large;
	color: #990000;
	padding-top: 20px;
	font-weight: bold;
}
#mainContent p {
	font-family: "Bookman Old Style";
	font-size: .9em;
}

#mainContent img {
	padding-right: 10px;
	padding-bottom: 10px;
}
#mainContent #schoolImg2 {
	padding-left: 10px;
}
#mainContent #teamsImg2 {
	padding-top: 10px;
	padding-left: 10px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #F4F9FD;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-top-color: #316AC5;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Bookman Old Style";
	font-size: x-small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Bookman Old Style;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0010;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.h3 {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: large;
	color: #990000;
}

.td {
	font-family: "Bookman Old Style";
	font-size: .9em;
}
.li {
	font-family: "Bookman Old Style";
	font-size: .9em;
}

#teamsBox {
	width: 500px;
	background-image: url(images_%20OA/page_yellowBox.gif);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4A8AC8;
	border-right-color: #4A8AC8;
	border-left-color: #4A8AC8;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4A8AC8;
}

#teamsBox .h3 {
	padding-left: 20px;
}

#teamsBox p {
	padding-left: 20px;
	padding-right: 10px;
}
#sponsorshipBox {
	background-image: url(images_%20OA/page_yellowBox.gif);
	background-repeat: no-repeat;
	width: 500px;
	border: thin solid #4A8AC8;
}

#sponsorshipBox .h3 {
	padding-left: 20px;
}
#sponsorshipBox p {
	padding-left: 20px;
	padding-right: 20px;
}
#projectsBox {
	border: thin solid #4A8AC8;
	background-image: url(images_%20OA/page_yellowBox.gif);
	background-repeat: no-repeat;
	width: 500px;
}
#rejoiceBox    {
	background-image: url(images_%20OA/page_yellowBox.gif);
	width: 500px;
	border: thin solid #4a8ac8;
}
.HOPEfirstLetter {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	color: #990000;
	font-size: x-large;
}
.h2heading {
	font-size: x-large;
	color: #990000;
	font-family: "Bookman Old Style", "Times New Roman", serif;
}

.HOPEtagline {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-weight: bold;
	color: #990000;
	font-size: medium;
}
