/* Internet2 style sheet and layout is copyrighted. 
Designer: Liene Karels
WebDev: Iman Muttardy
The use of Internet2 styling is prohibited. 
*/
body {
	font-size: 10pt; 
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #000;
	}
a:link, a:visited {
	color: #0e508d;
	text-decoration: none;
}
/*
 a:link:after, a:visited:after {
 	
   content: " (" attr(href) ")   ";
   font-size: 70%;
   }
   */
#logo {
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}
.shadowlogo {
	visibility: visible;
}
#shadowlogo {
	visibility: visible;
}

#header {
	 border: 1px solid #CCC;
	}
#nav1, #nav2 {
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}
#content {
	text-align: left;
	clear: both;
	}
										/*begin side bar */
#sidebar {
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
	}



								/* begin content formats: 3 col, 2 col */
#container {
	clear: both;
	margin-top: 10px;
	
	}

#container .one, #container .extra  {
	text-align: left;
	float: left;
	width: 180px;
	padding: 0px 10px 0px 10px;

	}
#container > .one, #container > .extra {
	width: 190px;
	
}

													/*two col */
 #col1 {
	width: 30%;
	text-align: left;
	float: left;
	padding: 0px 10px 0px 5px;

}
 #col2 {
 	width: 60%; 
	float: left;
	padding: 10px 0px 10px 20px;
	text-align: left;
}
	
													/* column blocks */
.mostvisited {
	background-image:  url("images/headers/most-visited.jpg");
	background-repeat: no-repeat;
	background-position: top left; 
	width: 190px;
	height: 27px;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;

}
.middish {
	background-image: url(images/blue-light-mid.jpg);
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding: 0px 5px 15px 5px;
	width: 180px;
	color: #0e508d;
}
* html .middish /*IE */{
	width: 190px;
}
p .block {
	padding-left: 5px;
	color: #0e508d;
}
.topclear {
	padding-top: 10px;
	padding-right: 5px;
	clear: both;
	margin-left: 120px;
	margin-bottom: 20px;
}
													/*footer elements */
#footer {
	clear: both;
	border: 1px solid #ccc;
	margin-top: 0;
	}


/*end footer */


														/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder {
	border: 0;
}
.clearall {
	margin-top: 10px;
	clear: both;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

												/*begin text styles */
h1, h2, h3, h4, h5, h6 {
	color: #003399;
	font: "Arial Narrow", 'Garmond Condensed', Arial, Helvetica, sans-serif;
}
.title {
	color: #003399;
}

.toppad{
	padding-top: 30px;
}
.clearpad{
	clear: all;
	padding: 40px 10px 10px 10px;
	
}


/*end text styles */
/*for print only */
#forprint {
	visibility: hidden;
	display: none;
	}
#spectrum {
	visibility: hidden;
	display: none;
}
.dontprint {
	visibility: hidden;
	display: none;
	height: 0px;
	width: 0px;
}

