@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	background-image: url(../index-images/bg.gif);
	color: #333333;
	background-color: #2A79B4;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333;
}


a {
	color: #2A79B4;
}

h1  {
	font-size: 1.25em;
	font-weight: normal;
	color: #669933;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}



h2 {
	font-weight: normal;
	padding-left: 12px;
	font-style: italic;
	color: #2A79B4;
	font-size: 1.35em;
}
h3 {
	color: #2a79b4;
	margin-bottom: 0px;
	text-decoration: underline;
}

ul {
	line-height: 1.5;
}

/* header */
#header  {
	height: 150px;
	padding-right: 10px;
}
	
#header  img  {
	padding-top: 12px;
	padding-left: 12px;}
	
	
#header h1 {
	margin: 0; 
	padding: 10px 0; }

/* end of header */



/* content */

#container {
	width: 780px;
	margin: 0 auto; 
	border: 1px solid #CCCCCC;
	text-align: left; 
	background-color: #FFFFFF;}



#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.5em;
	padding-right: 2em;
}


#mainContent a {
	color: #2A79B4;
}
#mainContent li {
	line-height: 1.5;
	list-style-type: disc;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

/* end of content */



/* main navigation */

#main_nav {
	border: 0;
	padding-left: 140px;
	margin-top: -22px;
}



#main_nav li {
	margin: 0;
	list-style: none;
	display: inline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1em;
}

#main_nav a:link,#main_nav a:visited {
	text-decoration: none;
	color: #669933;
	border: 1px solid #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}


#main_nav a:hover,#main_nav a:active{
	color: #FFFFFF;
	background-color: #2A79B4;
	border: 1px solid #CCCCCC;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
}


#main_nav a.current {
}	


/* END main navigation */



/* footer */
#footer {
	padding: 0 10px;
	text-align: center;
	font-size: 90%;
	color: #666666;
}
	
	

#footer li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;}

#footer p {
	margin: 0; 
	padding: 10px 0; }
#footer a {
	text-decoration: none;
	color: #2A79B4;
}
#footer a:hover {
	color: #2A79B4;
	font-style: italic;
	text-decoration: underline;
}
	

.footer-heading {
	color: #333333;
	font-size: 1.3em;}	
	
/* misc. divs */


#participants{
	color: #FFFFFF;
	background-color: #2A79B4;
	width: 100%;
	font-weight: normal;
	text-align: right;
	clear: both;
}
	
	
#participants a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;}	

#schoollist{
	float: left;
	width: 250px;
}

	
#mapnav{
	background-color: #FFFFFF;
	float: left;
	width: 350px;
	border: 1px dotted #333333;
	margin-top: 22px;
	margin-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}


#tagline{
	color: #669933;
	text-align: center;
	clear: both;
	font-size: 1.25em;
	font-style: italic;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669933;
	border-bottom-color: #669933;
	letter-spacing: 0.4em;
}

#breadcrumbs {
	font-size: 0.8em;
	font-weight: bold;
	color: #2A79B4;
	letter-spacing: .06em;
	padding-left: 38px;
}
#breadcrumbs a {
	color: #2A79B4;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #669933;
	text-decoration: underline;
}



/* end of misc. divs */


/* misc classes */
.sidebar{
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #669933;
	list-style-type: none;
	color: #669933;
	}
.sidebar a {
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
}
	
.sidebar ul{
	list-style-type: none;	
	}
.sidebar li{
	margin-bottom: 8px;
	list-style-type: none;
	}

.boximage    {
	color: #333333;
	font-size: 90%;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
	border: thin none #FFFFFF;
}



.replaced_text {
	display: none;}
	
.clearboth {
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft {
	float: left;
	padding-right: 12px;
}
.fltctr {
	float: none;
	margin-left: 100px;
	margin-right: 100px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #693;
	border-right-color: #693;
	border-bottom-color: #693;
	border-left-color: #693;
}




.bold {
	font-weight: bold;
	color: #000000;
}
.largeletter {
	font-size: 1.5em;
	font-weight: normal;
	color: #2A79B4;
}

.indent {
	padding-left: 220px;
}
.boxedemphasis {
	color: #333;
	border: 4px double #669933;
	margin-right: 12px;
	margin-left: 12px;
	padding: 12px;
	font-size: 118%;
	line-height: 1.35em;
}

.quote {
	color: #669933;
	text-align: center;
	border: 1px dashed #669933;
	font-weight: bold;
	margin-right: 22px;
	margin-left: 22px;
}




.nounderline {
	text-decoration: none;
}
.bluebold {
	font-weight: bold;
	color: #2979C1;
}
.subnote {
	font-size: 80%;
	font-style: italic;
}
.biggreen {
	font-size: 1.25em;
	color: #669933;
	font-weight: normal;
}
.boximage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*end of  misc classes */
