#homepagebox {
	padding: 8px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	font-family: Arial;
	color: red;
	font-size: 11pt;
	float: right;
	background-repeat: no-repeat;
	background-position:center;

}
.homepagebox a:link {color: white; text-decoration: none; }
.homepagebox a:visited {color: white; text-decoration: none; }
.homepagebox a:hover {color: #ff0000; text-decoration: none; }
/* CSS Document */

#header {
	border: 1px solid #cecea5;
	background: E7E7D6;
	height: 90px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/LOGO.jpg);
	background-repeat: no-repeat;
	background-position: 17px 0;
	padding-left:600px;
}
#outer_wrapper {
	background: #fff url(../images/background2.gif) repeat-y left;
}
#wrapper {
	background: url(../images/background1.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: url(../images/background1.gif) repeat-y right;
}
#content {
	background: url(../images/background2.gif) repeat-y left;
	margin-right: 200px;
}
#main {
	margin-left: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#table {
	margin: 0;
	padding: 0;
	width 700px;
}
#left {
	width: 160px;
	float: left;
}
#sidebar {
	width: 170px;
	float: right;
}
#sidebar2 {
	width: 200px;
	float: right;
}
#footer {
	border: 1px solid #cecea5;
	background: E7E7D6;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
 .sidenavimage
{
float: left;
margin: 0 5px 0 0;
border: 1px solid #666;
padding: 2px;
}

.nav ul
{
list-style-type: none;
text-align: left;
}

.nav ul li a
{

padding-left: 0;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: black;
}

.nav ul li a:hover
{

color: #CC0000;
}

.nav ul li a.current
{
border: 1px dotted #999;
color: #CC0000;
}

#navSidebar ul
{
list-style-type: none;
text-align: left;
}

#navSidebar ul li a
{
padding-left: 0;
text-align: left;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: black;
}

#navSidebar ul li a:hover
{
color: #CC0000;
}

#navSidebar ul li a#current
{
border: 1px dotted #999;
color: #CC0000;
}

#nav2
{
	
	margin: 0;
	font-size: 90%;
	background-color: transparent;
	padding: 2px 0;
}

#nav2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 100px;
}

#nav2 a:link, #nav2 a:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;

}

#nav2 a:hover, #nav2 a:active
{
	color: #000;
	background-color: #EBCE76;
}
.lessonplan {
	margin-left: 175px;
	float: none;
}
#banner {
	background-position: center;
	padding: 10px;
}




img.floatRight { 
    float: right; 
    margin: 0px; 
}

