html {min-height: 100%;}

body {
	background: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;

}

#wrap {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 9px;
	border-left-style: solid;
	border-left-color: #0000FF;
	border-left-width: 2px;	
	border-right-style: solid;
	border-right-color: #0000FF;
	border-right-width: 2px;	
}

#bodywrap {
	width: 800px;
	height: 800px;
	position:absolute;


}
#page {
	float: left;
	width: 400px;
	height: auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#sidebar {
	float: right;
	color: #999;
	width: 170px;
	text-align: left;
	padding-bottom: 15px;
}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	height: 100%;
	color: #FFFFFF;
	width: 622px;
	clear: both;
	text-align: center;
	background-color: #0000FF;
}
#footer p { padding: 0; }

/* Headers */
h1#header {
	width: 622px;
	height: 95px;
	margin: 0px auto;
	background-image: url(../img/header.jpg);
}
html>body { margin-bottom: 0px; }
#page h2 {
	font-weight: normal;
	font-size: 155%;
	color: #FF0000;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 150%;
	color: #FF0000;
	margin-bottom: -5px;
}

/* Links */
#wrap a:link, #wrap a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
}
#wrap a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px solid #CC3300;
}
#header a, #header a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
}
.hide { display: none; }

/* Lists */
li {
	list-style: square;
	color: #FF0000;
}

#sidebar ul { padding: 3px 0px 3px 10px; }
html>body #sidebar ul { padding: 3px 0px 3px 30px; }
#bits li {
	padding-bottom: 5px;
}
#bits li:hover {
	color: #666;
}

/* Navigation */
div#navcontainer {
	width: 622px;
	margin: 0 auto;
	background-color: #0000FF;
	border-bottom: 1px solid #FFFFFF;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#navcontainer ul li {
	display: inline;
	margin-left: -4px;
}
div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
div#navcontainer ul li a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
}

#calendar .calendar, #about .about, #principal .principal, #support .support, #certified .certified {
	background-color: #FFFFFF;
	color: #FF0000;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 250px; /*position where enlarged image should offset horizontally */
}

