/* general page structure and layout */
body {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:.8em; 
		color:#000000; 
		margin:10px 0 0 0;
		padding:0 0 0 0;
		background:#eeeeee;
		text-align:center;
	}

.page_wrap {
		position: relative;
		width: 780px;
		height: 100px;
		margin: 0 auto;
		padding: 0 0 0 0;
		text-align: center;
		color: black;
		background-color: #0033FF; /*Assabet Blue*/
		background-repeat: no-repeat;
	}

.topnav {
		position:relative;
		clear: both;
		width:775px;
		height:21px;
		margin:0 0 0 0;
		padding-right: 5px;
		background:#cccccc;
		background-image: url(../images/nav/topnav_bg_grey.gif);
		color: #0033FF;
		font-family:verdana, arial, sans-serif; 
		font-size:12px; color:#000; 
		line-height:21px; 
		text-align: center;
		
	}
	
.container {
		position:relative;
		clear:both;
		width:760px;
		margin:10px 10px 0 10px;
		padding:0 0 0 0;
		background:#eeeeee;
		color:#000000;
		text-align:center;
	}

.container p {
		margin:5px 0 10px 0;
		padding:0 0 0 0;
		text-align: left;
	}
	
	
	
.footernav {
		position:relative;
		clear: both;
		width:775px;
		height:21px;
		margin:0 0 0 0;
		padding-right: 5px;
		background:#cccccc;
		background-image: url(../images/nav/topnav_bg_grey.gif);
		color: #0033FF;
		font-family:verdana, arial, sans-serif; 
		font-size:12px; color:gray; 
		line-height:21px; 
		text-align: center;
	}
	
.footernav a:link {color:#5C5DAE; text-decoration: none;font-size: 9px;}
.footernav a:visited {color:#5C5DAE; text-decoration: none;font-size: 9px;}
.footernav a:hover {color:#D66674; text-decoration: none;font-size: 19px;}
	
/* top navigation bar */
a.nav, a.nav:link, a.nav:visited {
		width:100px;
		height:18px;
		background:#dca;
		background-image: url(../images/nav/topnav_bg_grey.gif);
		border-right:1px solid gray;
		border-left:1px solid gray;
		margin-top:2px;
		margin-right:0px;
		margin-left:0px;
		text-align:center;
		text-decoration:none; 
		font-family:verdana, arial, sans-serif;
		font-size:12px; color:#000;
		line-height:18px;
		float:left;
		padding-left: 5px;
		padding-right: 5px;
	}
	
a.nav1 { 
		height:18px; 
		/*text-align: center;*/
		border-left:1px solid gray; 
		margin-top:2px; 
		float:left;
		color: #0033FF;
		background: #0033FF;
	}	
	
a.nav:hover {color:#0033FF; background:#764;background-image: url(../images/nav/topnav_bg_dgrey.gif);}
a.nav:active {
		color:#fff;
		background-image: url(nav/topnav_bg_dgrey.gif);
		background:#c00;
		}

.navfooter a:link{
		text-align:center; 
		text-decoration:none; 
		font-family:verdana, arial, sans-serif; 
		font-size:10px; color:#5C5DAE; 
		padding-right: 5px;
		background:none;
	}
	
	
.navfooter a:hover {color:#D66674;font-size:10px;}


img {border:none;}




/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */