 .trans_box {
	left: 0;
	right: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bodyRepeat.png', sizingMethod='scale');
}

 .trans_box[class] {
	background-image:  url(images/bodyRepeat.png);
}


 .trans_white { 
	background-image: url(trans_white.png); 
	background-repeat: repeat; 
	behavior: url(iepngfix.htc); }

a {
	position: relative;
}

a:link,a:visited { 
	color: #888888;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	font-size: 11px;
	line-height: 14px;
}
	
a:hover,a:active {
	color: #303447;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	font-size: 11px;
	line-height: 14px;
} 

.page_images {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
	border: none;
	border-style: none;
}


body {
   background-image: url('images/pdvbackgroundnew-2.jpg');
   background-repeat: no-repeat;
   background-position: 0%, 50%; 
   background-attachment: fixed;
   margin-top: 2em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;   
}

li {
  list-style: none;
  margin-bottom : 5pt;
}

ul {
  margin: 1.3em;
  padding: 0;
}


/*************************************/
/********** Begin Form Styles ***********/
/*************************************/
.formfield {
    background: #FFFFFF;
    color: #303447;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
    font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	padding: 0px;	
	position: relative;
}

.formbutton {
    background: #303447;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
    font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	border: 2px outset;
	height: 22px;	
	position: relative;
}

.formdropdown {
	background: #FFFFFF;
    color: #303447;
	font-size: 11px;
	line-height: 20px;
    font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	width: 170px;	
	position: relative;
}
/*************************************/
/***********  End Form Styles ***********/
/*************************************/



/*************************************/
/********** Begin Text Styles ***********/
/*************************************/
.contactHead {
    color: #303447;
	background-position: top left;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;	
	position: relative;
}

.textImportant {
    color: #CC0000;
	background-position: top left;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;	
	position: relative;
}

.header a:hover, .header a:active{ 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: none;
	line-height: 15px;
	color: #888888;
}

.header  a:link, .header a:visited{ 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: none;
	line-height: 15px;
	color: #000000;	
}

.header { 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: none;
	line-height: 15px;
	color: #000000;
}

.footer { 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	line-height: 15px;
	color: #FFFFFF;
}

.footer a:hover, .footer a:active{ 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: none;
	line-height: 15px;
	color: #FFFFFF;
}

.footer  a:link, .footer a:visited{ 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: underline;
	line-height: 15px;
	color: #FFFFFF;	
}

.pageTitle {
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	line-height: 30px;
	color: #303447;	
	position: relative;
}

.bodyText {
	font-size: 11px;
	font-weight: regular;
	line-height: 15px;
	color: #444444;
	font-family: Arial;
	text-align: justify;	
	position: relative;
}

.bodyText a:hover, a:active{ 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: underline;
	line-height: 15px;
	color: #888888;
}

.bodyText  a:link, a:visited{ 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;	
	text-decoration: underline;
	line-height: 15px;
	color: #303447;	
}

/*************************************/
/***********  End Text Styles ***********/
/*************************************/



/*************************************/
/********** Begin Div Layout ***********/
/*************************************/

.layout1 {
    background: url(images/header.png);
    background-repeat: no-repeat;
    background-position: top center;
	height: 129px;
}

.layout2 {
    background-image:  url(images/pageHeader.png);
    background-repeat: no-repeat;
    background-position: top center;
	padding-right: 0px;
	height: 68px;
}

.layout3 {
    background-image:  url(images/bodyRepeat.png);
    background-repeat: repeat-y;
    background-position: top center;
	padding: 0px;
	width: 996px;
}

.layout4 {
    background-image:  url(images/footer.png);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 146px;
}
/*************************************/
/*********** End Div Layout ************/
/*************************************/
