body {
	margin: 0;
	background-color: #0099CC;
	background-attachment: scroll;
	background-image: url(../images/bg_tile.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/*-----branding----*/
h1 {border: 1px solid red; display: none;}
h1 .subline {color: 000;
	font-size: .75em;
	font-style: italic;}

/*-----contact----*/
p.contact {
	color: 333333;
	font-size: 10px;
	padding-left: 10px;
	line-height: 1.25em;
}

	
/*-----navigation----*/
#footer {
	font-size: 11px;
}
	
#navigation ul {
	list-style: none;}

#navigation li {
	list-style: none;
	line-height: 2em;
	padding-left: 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
	background-attachment: scroll;
	background-image: url(../images/nav_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
#navigation li:hover {
	background-color: #E8E8E8!important;
	background-attachment: scroll;
	background-image: url(../images/nav_tile_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	line-height: 3em;
	text-decoration: none;
	width: 200px;
	}

#navigation a:hover {
	color: red;
	}
/*-----mission----*/
ul#mission li {
	color: 666666;
}


/*-----winners----*/
#winners, #winners-top3 {

}

.copyright{ 
	font-size: 10px;}
	
/*--------- formatting ------------*/
p {
font-size: .80em;
line-height: 1.5em;
}
p.open-p {
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #000000;
	border-bottom: 4px solid #000;
}
ul#collaborators {
	list-style-type: square;
}
li {line-height: 1.75em;
	font-size: .80em;}
li strong {color: #006699;}
h2 {margin: 0 !important; padding: 0 !important;}
h3, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
}

