﻿/*All Pages*/
.mainTitle
{
	text-align: left;
	color: #EB208D;
	font-size: 2.0em;
	font-weight: bold;
	padding-left: 15px;	
}

.mainSubTitle
{
	text-align: left;
	color: #FF7A00;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 15px;	
}

.mainText
{
	color: #FFE832;
	font-size: 1.4em;
	text-align: justify;
	padding-left: 15px;
}

a.emailLink:link
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: none;
}

a.emailLink:visited
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: none;
}

a.emailLink:hover
{
	color: #1D97C3;
	font-weight: normal;	
	text-decoration: underline;
}

a.documentLink:link
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: underline;
}

a.documentLink:visited
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: underline;
}

a.documentLink:hover
{
	color: #1D97C3;
	font-weight: normal;	
	text-decoration: none;
}
/*End of all pages*/


/*History Page*/
.column1
{
	float: left;
	width: 210px;
	margin: 0 0 0 0;	
}

.column2
{
	float: left;
	width: 210px;
	margin: 0 0 0 0;
}

.column3
{
	float: left;
	width: 210px;
	margin: 0 0 0 0;
}

.schoolList
{
	color: #FFE832;
	font-size: 1.4em;
	text-align: left;
	padding-left: 15px;
}

#history2
{
	clear: both;
	height: 325px;
	/*border: solid 2px aqua;*/
}
/*End of History Page*/

/*Help Page*/
.helpList
{
	color: #FF7A00;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}

.hrHelpPage
{
	width: 80%;
	color: #FFE832;
	text-align: center;
}
/*End of Help Page*/

/*Ask Page*/
.askUnderlineText
{
	color: #EB208D;
	font-size: 1em;
	text-align: justify;
	text-decoration: underline;
	font-weight: bold;	
}
/*End of Ask Page*/

/*Links Page*/
a.linksPage:link
{
	color: #FFE832;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

a.linksPage:visited
{
	color: #FFE832;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

a.linksPage:hover
{
	color: #00A0C6;
	font-size: 1em;
	font-weight: normal;	
	text-decoration: underline;
}

.linkHyphen
{
	color: #00A0C6;
}
/*End of Links Page*/


/*Quiz Page*/
.question
{
	color: #6BBD46;
	font-weight: bold;
}

.qLabel
{
	color: #FF0000;
	font-weight: bold;
}

/*End of Quiz Page*/

/*PCW - Intro to DV*/
.introDVMainTextBlue
{
	color: #1D97C3;
	font-weight: bold;
}

.pcwImage
{
	text-align: center;
	margin: 20px 0 20px 0;	
}

.pcwTitle
{
	text-align: left;
	color: #FFE832;
	font-size: 2.0em;
	font-weight: bold;
	padding-left: 15px;	
}

.pcwDescription
{
	text-align: justify;
	color: #1D97C3;
	font-size: 1.4em;
	font-weight: normal;
	padding-left: 15px;
	height: 375px;	
}

a.pcwLink:link
{
	color: #FF7A00;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

a.pcwLink:visited
{
	color: #FF7A00;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

a.pcwLink:hover
{
	color: #1D97C3;
	font-size: 1.2em;
	font-weight: normal;	
	text-decoration: underline;
}

a.pcwLinkYellow:link
{
	color: #FFE832;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

a.pcwLinkYellow:visited
{
	color: #FFE832;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

a.pcwLinkYellow:hover
{
	color: #1D97C3;
	font-size: 1.2em;
	font-weight: bold;	
	text-decoration: underline;
}

/*End of PCW - Intro to DV*/

/*FAQs*/
.faqQuestion
{
	color: #FF7A00;
	font-size: 1.4em;
	text-align: justify;
	padding-left: 15px;
	font-weight: bold;
}

.faqAnswer
{
	color: #FFE832;
	font-size: 1.4em;
	text-align: justify;
	padding-left: 15px;
}

a.faqLink:link
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: none;
}

a.faqLink:visited
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: none;
}

a.faqLink:hover
{
	color: #1D97C3;
	font-weight: normal;	
	text-decoration: underline;
}

/*End of FAQs*/

/*Resources*/
a.resourcesLink:link
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: none;
}

a.resourcesLink:visited
{
	color: #FF7A00;
	font-weight: normal;
	text-decoration: none;
}

a.resourcesLink:hover
{
	color: #1D97C3;
	font-weight: normal;	
	text-decoration: underline;
}

.resourcesUnderline
{
	text-decoration: underline;
}
/*End of Resources*/
