@charset "utf-8";
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.LINKScolor { color: #0000FF; }

a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
a:active { font-weight: bold; color: #0000FF; text-decoration: none; 
}
a:visited { font-weight: bold; color: #0000FF; text-decoration: none; 
}
.project_title { font-size: 14px; line-height: 25px; }
.project_subtitle { font-size: 12px; font-style: italic; color: #000000; line-height: 0px; }

.page_intro {
	font-size: 16px;
}
.blurb { font-size: 12px; 
}
.note { font-size: 14px; }
.notesmall { font-size: 10px; color: #000000; }
.notebigger { font-size: 18px; }



#container { text-align: left; padding: 0px; width: 700px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; color: #000000; margin-top: 3px; margin-right: auto; margin-bottom: 10px; margin-left: auto; }

#navcontainer ul
{ background-color: #3333FF; color: #3333FF; float: left; width: 100%; font-family: arial, helvetica, sans-serif; margin: 0; padding: 0; }

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{ padding: 0.2em 1em; background-color: #3333FF; color: White; text-decoration: none; float: left; border-right: 1px solid #fff; font-style: normal; }

#navcontainer ul li a:hover
{ background-color: #3399FF; color: #fff; 
}
h2 { font-size: 24px; color: #0066FF; text-align: left; line-height: 15px; }
