/* CSS Document */

/* Color Use

Colors are based on a pentagonal color harmony using Pantone colors

Pantone             RGB         HSV         HTML        USE                         LINK USE

Process Cyan C      0 174 239   196 100 94  00AEEF      Abel Screening name         visited link
361C Green          84 185 72   114 61 73   50B948      Home page changeable text   unvisited link (also button border)
130C Orange         248 171 30  39 88 97    F8AB1E                                  active (click down)
2602C Purple        119 39 139  288 72 55   77278B      Original logo color
1795C Red           238 52 36   5 85 93     EE3424      Original logo color         hover

lightness variations of the above holding hue constant

Variation color     RGB         HSV         HTML        USE

Medium Blue         66 204 255  194 74 100  42CCFF      Home page buttons
Light Blue          153 228 255 196 40 100  99E4FF      Test site and resources background
Light Green         163 255 153 114 40 100  A3FF99      Inside button color
Light Orange        255 219 153 39 40 100   FFDB99      Inside button color on mouse down, selected tab
Medium Orange       255 194 82  39 68 100   FFC252      Unselected tab

For better or worse, the Diana Logo colors fall outside of the above color harmony.  They are:

Pantone             RGB         HSV         HTML        USE

208C Cranberry      164 0 70    334 100 64  A40046      Diana logo
294U Flat Blue      0 85 150    206 100 58  005596      Diana logo

*/

/* site-wide use */

a:link { 
color: #50B948;
text-decoration: none;
}
a:visited { 
color: #00AEEF; 
text-decoration: none;
}
a:hover {
color: #EE3424;
} 
a:active {
color: #F8AB1E; 
}
.large_body_text {
	font-size: 13px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
}
.small_body_text {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.product_name_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.book_title {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #000000;
}
.pricing_info {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

/* for test center listings */

.site_entry {
	background-color: #99E4FF;
	margin: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.site_country_name {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.site_state_name {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.site_name {
	font-size: 14px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.site_sub_name {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.site_cred {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
}
.site_address {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.site_phone {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.site_email {
	font-size: 12px
	;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* for contact page */

.contact_layer {

}
/* for protecting children listings */

.protecting_entry {
	background-color: #99E4FF;
	margin: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* do not use these default styles - they are intentionally obnoxious */
 
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF33CC;
}
