html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:0;
	margin:0;
	text-align:left;
}
body {
padding-top:10px;
}
#header {
	border-bottom:2px solid #EFAB23;
	height:169px;
	position:relative;
	padding:0;
	margin:0;
}
#header a  {
	text-decoration: none;
	color:#000080;
}
#header a:visited {
	color:#000080;
}
#sidenav {
	background-color: rgb(227, 233, 255);
	border-right:2px solid black;
}
/*#bar {
	background-color:#EFAB23;
	position:absolute;
	top:134px;
	height:250px;
	width:100%;
	border-top:#606060 2px solid;
	border-bottom:#606060 2px solid;
}*/
#children {
	position:absolute;
	height:390px;
	width:100%;
	/*background-image:url(../images/childrenribbonbar.png);*/
	background-image:url(../images/childrenribbonbar.gif);
	background-repeat:repeat-x;
	top:40px;
}
div.layout
{
  text-align: center;
	position:absolute;
	width:100%;
}
div.centre
{
  text-align: left;
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
 	background-color:white;
	border:2px solid black;
	margin-bottom:10px;
}
h1 {
	font-family: 'collegiateheavyoutlineregular';
	font-size: 97px;
	padding:0;
	margin:0;
	font-weight:normal;
	text-align:center;
	position:absolute;
	bottom:35px;
	left:175px;
	width:798px;
	color:#000080;
	line-height:120%;
}
#maincontent h2 {
text-align:center;
padding-top:0;
margin-top:0;
color:#000080;
}
#maincontent {
	padding:10px;
}

.col1 {
	width:248px;
}

.col2 {
	width:750px
}

#logo {
	width:250px;
	/*opacity:0.45;*/
	position:absolute;
	left:36px;
	top:15px;
	z-index:1000;
}

#nav {
	position:absolute; bottom:0; width:980px; border-top:2px solid #EFAB23; 
	text-align:center;
	padding:10px;
	background-color:#000080;
	color:#EFAB23;
}
#nav a {
	color:white;
}
#nav a:visited {
	color:white;
}
#header #nav a:hover {
	color:white;
	text-decoration:underline;
}

#footer {
	border-top:2px solid black;
	padding:10px;
	text-align:center;
}
#content {
overflow: hidden; clear:both;
}
.even-height { float: left; padding-bottom: 100000px; margin-bottom: -100000px; }


@font-face {
    font-family: 'collegiateheavyoutlineregular';
    src: url('../font/collegiate/collegiateheavyoutline_medium-webfont.eot');
    src: url('../font/collegiate/collegiateheavyoutline_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../collegiateheavyoutline_medium-webfont.woff') format('woff'),
         url('../font/collegiate/collegiateheavyoutline_medium-webfont.ttf') format('truetype'),
         url('../font/collegiate/collegiateheavyoutline_medium-webfont.svg#collegiateheavyoutlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
