/*
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}
*/


/* ---------->>> nav and link styles: <<<---------------------------------------------------------------------------*/
/* ------------  the following styles set the appearance of text for main navigation, footer, page links, etc. -----*/	

/* these the basic link styles for the index page, but all existing links are already styled through
classes, so these are not needed (for now) */
/*
a {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

a:link, a:visited {
	color: #B2CDE3;
}

a:hover, a:active {
	color: #FFFFFF;
}
*/



/* these are the basic link styles for interior page content */
/* added 091309 for styled links*/
p a, ul a {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

p a:link, a:visited, ul a:link, a:visited {
	/* color: #003663; */ 
	color: #003663;
}

p a:hover, a:active, ul a:hover, a:active {
	color: #3366CC;
}

/* added 091309 for styled lists */

ul {	
	position:relative;
	list-style-type:square;
	margin-left:20px;
	text-indent:0px;
	padding-bottom:15px;
	color: #464646;
	border:0px solid #cccccc;
}
ul.pageText {	
	position:relative;
	list-style-type:square;
	margin-left:20px;
	text-indent:0px;
	padding-bottom:15px;
	color: #464646;
	border:0px solid #cccccc;
}

ul.pageText li {	
	position:relative; 
	padding-left:5px;
	line-height:18px;
	border:0px dashed #333333;	
}
/* end */

/* added for school templates 091109 */
td a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

td a:link, a:visited {
	color: #003663;
}

td a:hover, a:active {
	color: #3366CC;
}
/* end */

img {
	border-style:none;
}
			
/* ---------->>> text styles: <<<----------------------------------------------------------------------------------*/
/* ------------  the following styles set the appearance of text for paragraphs, bold text, etc. ------------------*/	



/* this is the original h2 styling -- let's use it for all h1s instead */
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #7D7D7D;	
	margin-bottom:15px;
}

/* this is how h1 should appear on home page only. Use the tag 
<h1 class="homePage">news</h1> */
h1.homePage {
	text-align:left;
	font-size:24px;
	font-weight:normal;
	color: #63a0d1;
	margin-bottom:0px; /* home page doesn't need any added margin-bottom
or top */
}

h1 a { 
text-decoration:none; 
}

h1 a:visited { 
text-decoration:none; 
}

h1 a:hover { 
text-decoration:underline; 
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #3366CC;	
	margin-bottom:10px;
}
h2 a { 
		color: #3366CC;	
text-decoration:none; 
}

h2 a:visited { 
		color: #3366CC;	
text-decoration:none; 
}

h2 a:hover { 
		color: #3366CC;	
text-decoration:underline; 
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #003663;	
	margin-bottom:25px;
}

h4 {
	font-size: 24px;
	font-weight: normal;
	color: #7D7D7D;	
	margin-bottom:15px;
}
.single h2 {
	font-size: 22px;
	line-height: 105%;
	margin-bottom: .5em;
	margin-top: 0.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
		font-weight:bold;
}

.single h3 {
	font-size: 17px;
	line-height: 100%;
	font-family: 'Times New Roman', Bodoni, Garamond, 'Minion Web', 'ITC Stone Serif', 'MS Georgia', Serif;
	font-style:italic;
		font-weight:normal;
		margin-bottom: .6em;
}
/* added for school templates 091109 */
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #7D7D7D;	
	margin-bottom:20px;
}

h5 a { 
text-decoration:none; 
}

h5 a:visited { 
text-decoration:none; 
}

h5 a:hover { 
text-decoration:underline; 
}

h6 {
	font-size: 14px;
	font-weight: normal;
	color: #464646;
	margin-bottom:10px;

}
/* end */

/* we need margin-top settings in the following titles (except h1) to space them away from top of content area */
.pageTitle 	{
	margin-top:25px;	
}

p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height:18px;
	padding-bottom:10px;
}		

/*
p a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

p a:link, a:visited {
	color: #003663;
}

p a:hover, a:active {
	color: #3366CC;
}
*/
							
.bold {					
	font-style:inherit;
	font-weight:bold; 
}
						
.italic {				
	font-weight:inherit; 
	font-style:italic;
}

.errorText {			
	font-size: 11px; 
	color: #cc0000;
}


/* used for feature stories linked from home page teasers (Flash movie) */
.emphasize {
	font-size: 14px;
}

.credits {
	font-size: 11px;
	color: #7D7D7D;
}

.disclaimer {
	font-size: 10px;
}

/* ---------->>> list styles: <<<----------------------------------------------------------------------------------*/
/* ------------  the following styles set the appearance of ordered/unordered lists -------------------------------*/	

/* global white space reset forces us to style lists manually */

/*
ul {	
	position:relative;
	list-style-type:square;
	margin-left:20px;
	text-indent:0px;
	padding-bottom:15px;
	color: #666666;
	border:0px solid #cccccc;
}

li {	
	position:relative; 
	padding-left:5px;
	padding-bottom:10px;
	border:0px dashed #333333;	
}
*/
		
/* ---------->>> form element styles: <<<--------------------------------------------------------------------------*/
/* ------------  the following styles set the appearance of form fields, selects, etc. ----------------------------*/			
		
/* [currently none] */

/* ---------->>> table styles: <<<---------------------------------------------------------------------------------*/
/* ------------  the following styles set the appearance of formatted tables for charts, etc. ---------------------*/	

/* added for school templates 091109 */
.tblLabel {
	text-align:right;
	vertical-align:middle;
	width:175px;
	font-size:12px;
	font-weight:bold;	
	color:#003561;	
	background-color:#abcde8;
	padding:10px 5px 10px 0px;
	}
	
.tblData {
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;	
	color:#003561;
	padding:10px 5px 10px 10px;
	background-image:url(../graphics/interior/back_tbl.gif);
	background-repeat:repeat-x;
}

.tblDataLink {
	width:90px;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;	
	color:#003561;
	padding:10px 5px 10px 5px;
	background-image:url(../graphics/interior/back_tbl.gif);
	background-repeat:repeat-x;
}

.tblDataLink2 {
	width:180px;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;	
	color:#003561;
	padding:10px 5px 10px 5px;
	background-image:url(../graphics/interior/back_tbl.gif);
	background-repeat:repeat-x;
}


td .title {
	font-size:14px;
	font-weight:normal;	
	color:#003561;
}

td .emphasize {
	font-size:12px;
	font-weight:bold;	
	color:#003561;
}

.tblFillLight {
	height:10px;
	background-color:#e7f0f9;
}	

.tblFillDark {
	height:10px;
	background-color:#abcde8;
}					
/* end */
					
		
/* ---------->>> miscellaneous styles: <<<-------------------------------------------------------------------------*/
/* ------------  the following styles set the appearance of horizontal rules other misc stuff ---------------------*/
	
	
	/* for photos */
	.caption {
		padding:10px 2px 0px 2px;
		font-size: 11px;
		font-weight: normal;
		color: #7D7D7D;
	}
	
	img.photo {
		border:1px solid #7D7D7D;
		/* border:0px solid #accde7; */
	}