
/* BODY style is already present on internal_style_sheet.css */
body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

/* TEXT style is already present on internal_style_sheet.css */
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

/* Standard Hyperlink Treatmet should be added to internal_style_sheet.css 
if it is not already on the style sheet */

/* BEGIN Standard Hyperlink Treatment */		
a:link
{
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #000000;
}

a:hover
{
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #ff0000;
	text-decoration: underline;
}

a:active
{
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #000000;
}
/* END Standard Hyperlink Treatment */


/* Set width and color of exterior border on Create Minds homepage and article pages*/
.perimeter_control
{
	border-color: #cccc98;
	border-style: solid; 
	border-width: 4px; 
}

/* Top Navigation Hyperlink Treatment */		
a.topnav:link
{
	font: 11px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.topnav:visited
{
	font: 11px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
}

a.topnav:hover
{
	font: 11px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #f96d6c;
	text-decoration: underline;
}

a.topnav:active
{
	font: 11px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
}
/* END Top Navigation Hyperlink Treatment */

/* TOP NAVIGATION text ON COLOR, used when not a link */
.topnav_on
{
	font: 11px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #f96d6c;
	text-decoration: none;
}

/*  Greater Than Sign Control */
.gt_nav
{
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
}

.gt_news
{
	font-family: Arial, sans-serif; 
 	color: #a1a012;
	font-size: 11px; 
	font-weight: bold;	
}

/* White Text - Used for Month in left column, gold background */
.month
{
	font-family: Arial; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: 600;
}

/* News Title used in left hand column of Creative Minds Home Page */
.newstitle
{
	font-family: Arial, sans-serif; 
 	color: #a1a012;
	font-size: 13px; 
	font-weight: bold;	
}


/*  NEWS ARTICLE  Hyperlink Treatment used in left hand column of Creative Minds Home Page */		
a.newstitle:link
{
	font: 13px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
	text-decoration: none;
}

a.newstitle:visited
{
	font: 13px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
    text-decoration: none;
}

a.newstitle:hover
{
	font: 13px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
	text-decoration: underline;
}

a.newstitle:active
{
	font: 13px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
    text-decoration: none;
}
/*  NEWS ARTICLE  Hyperlink Treatment */

/* NEWS ARTICLE text ON COLOR, used when not a link, used in left hand column of Creative Minds Home Page */
.newstitle_on
{
	font-family: Arial, sans-serif; 
 	color: #a1a012;
	font-size: 13px; 
	font-weight: bold;	
}

/*  MORE >> ARTICLE  Hyperlink Treatment, used in left hand column of Creative Minds Home Page */		
a.more:link
{
	font: 11px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
	text-decoration: none;
}

a.more:visited
{
	font: 11px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
    text-decoration: none;
}

a.more:hover
{
	font: 11px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
	text-decoration: underline;
}

a.more:active
{
	font: 11px Arial, sans-serif, Helvetica;
 	color: #a1a012;
	font-weight: bold;
    text-decoration: none;
}
/*  More>> Hyperlink Treatment */

/*  used in left hand column of Creative Minds Home Page  */
.left_column_text
{
	font-family: Arial, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	line-height: 13px;
	font-weight: normal;

}

/* Controls Line Height where a BR is used.  */
.br_height
{
	line-height: 15px;
}


/* Resources Title for Creative Minds Home Page  */
.resources
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}

/*  Resources Link  Hyperlink Treatment on Creative Minds Home Page */		
a.resources_link:link
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.resources_link:visited
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
}

a.resources_link:hover
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a.resources_link:active
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
}

/*  End Resources Hyperlink Treatment */

/* Used as the ON color in 2nd level left navigation  */
.resources_link_black
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #000000; /* #525252 */
    text-decoration: none;
}

/*  Beige Title Text  Hyperlink Treatment */		
a.title_link:link
{
	font: 12px Arial, sans-serif, Helvetica;
	line-height:15px;
	color: #e4e3b7;	
	font-weight: 600;
	text-decoration: none;
}

a.title_link:visited
{
	font: 12px Arial, sans-serif, Helvetica;
	line-height:15px;
	color: #e4e3b7;	
	font-weight: 600;
    text-decoration: none;
}

a.title_link:hover
{
	font: 12px Arial, sans-serif, Helvetica;
	line-height:15px;
	color: #e4e3b7;	
	font-weight: 600;
	text-decoration: underline;
}

a.title_link:active
{
	font: 12px Arial, sans-serif, Helvetica;
	line-height:15px;
	color: #e4e3b7;	
	font-weight: 600;
    text-decoration: none;
}
/* Beige Title Text Hyperlink Treatment */

/* Beige Title*/
.title_link_on
{
	font: 12px Arial, sans-serif, Helvetica;
	line-height:15px;
	color: #e4e3b7;	
	font-weight: 600;
    text-decoration: none;
}


/*	STYLES REQUIRED FOR SECOND LEVEL PAGES ONLY	*/


/* ARTICLE HEADLINE */
.article_headline
{
	font: 13px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}

/* ARTICLE SUB HEADLINE */
.article_subhead
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #999800;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0px 0px 10px 0px;	
}

/* ARTICLE SUB HEADLINE */
.article_text
{
	font: 12px Arial, sans-serif, Helvetica;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	letter-spacing: 0px;
	text-decoration: none;
}

/*  Greater Than Sign Control */
.gt_large
{
	font-family: Arial; 
	font-size: 16px;
	font-weight: bold;
}
