@charset "utf-8";
/* CSS Document */

/*This CSS file, general_html.css, controls the general/common styling of the VDOE web site pages*/

p /*paragraph style*/
{
	margin-top: 9px;
	margin-bottom: 6px;
/*	line-height: 125%;*/
}
/*BEGIN bold styles***************************************************************************************/
b /*default bold style used for older browsers. This should copy the <strong> tag*/
{ 
	color: #333;
}
strong /*bold style for the entire site. The <b> tag should copy this style*/
{ 
	color: #333;
}
strong a /*bold style for <strong> tags with a link within*/
{ 
	color: #0000FF;
}
a strong /*bold style for the <a> tag with a <strong> tag within*/
{ 
	color: #0000FF;
}
/*END bold styles***************************************************************************************/
h1 /* custom style for the custom H1  */
{
	border-top: #999 1px solid;
	margin-top: 2px;
	font-weight: normal;
	font-size: 160%;
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #333;
	padding-top: 3px;
	border-bottom: #999 1px solid;
	font-family: arial, helvetica, sans-serif
}

h2 /* custom style for the custom H2  */
{
	/* border-top: #000 1px solid; */
	font-weight: normal;
	font-size: 155%;
	color: #333;
	font-family: "n helvetica narrow", arial, helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom:2px;
}

h2 a /* custom style for the custom H2 link */
{
	color: #333;
}

.h2_style_blue_bg h2 {
	background-color: #A3B7E0;
	color: #284379;
	font-weight: bold;
	font-size: 115%;
	background-image: url(/images/css/clear.gif);
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 2px;
	padding-bottom:2px;
}
h3 /* custom style for the custom H3  */
{
	font-weight: bold;
	font-size: 111%;
	color: #333;
	padding-top:8px;
	padding-bottom:2px;
}

h4 /* custom style for the custom H4  */
{
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

h5 /* custom style for the custom H5  */
{
	font-weight: bold;
	font-size: 110%;
	color: #333;
	text-transform: uppercase;
}
a:active /* custom style for active links  */
{
	color: #993399;
}

img /* custom style for general images  */
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}
blockquote {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

noscript
{
	font-weight: bold;
	color: #F00;
}
.caps_bold { /*Styles and text with all uppercase and bold*/
	font-weight: bold;
	text-transform: uppercase;
}
