/* CSS Document */
body
{
	
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
}
#outerwrapper 
{
	position: relative;	
	margin: 5 auto;
	width: 950px;
	height: 720px;	
}

/* TOP NAV BAR */
#topimage {
	position: absolute;
	width: 950px;
	height:28px;
	background-image: url('images/top_lines.jpg');
	background-repeat: no-repeat;
	left: 0px;
	top: 0;
}
p.nav
{
	font-size:13px;
	color:000000;
	text-align: right;
	margin-top: 7px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
/* END top nav bar */
/* FORM PAGE */
#form{
	position: absolute;
	padding-left:11px;
	top:31px;
	width: 612px;
	height:288px;
	background-image: url('images/pdsform.jpg');
	background-repeat: no-repeat;
	left: 169px;
}
#formtemp{
	position: absolute;
	padding-left:11px;
	top:31px;
	width: 612px;
	height:571px;
	background-image: url('images/pdsform7_15.gif');
	background-repeat: no-repeat;
	left: 169px;
}
#botton{
	position: absolute;
	padding-left:11px;
	top:615px;
	left: 649px;
	width: 65px;
	height: 28px;
}
		

/* END form pg */
/* LOWER BAR - including logo & email */
#bottomimage {
	position: absolute;
	padding-left:0px;
	top:650px;
	width: 950px;
	height:52px;
	background-image: url('images/bottom_lines.jpg');
	background-repeat: no-repeat;
	left: 0px;
}
/* pds email */
#portcol7 {
	position:absolute;
	width:230px;
	height:20px;
	right: 20px;
	top: 6px;
}
p.portcol7
{
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	margin-right: 10px;
}
/*pds logo*/
#portcol8 {
	position:absolute;
	width:258px;
	height:23px;
	left: 12px;
	top: 13px;
}
p.portcol8
{
	font-size:23px;
	color:#000000;
	text-align: left;
	margin-left: 9px;
	margin-top:0px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
/*facebook logo*/
#facebook {
	position:absolute;
	width:35;
	height:35;
	left: -55px;
	top: 0px;
}
/* END  lower bar - including logo & email */



a.grey:link {color: #999999; text-decoration: none}
a.grey:visited {color: #999999; text-decoration: none}
a.grey:hover {color: #ff0000; text-decoration: none}

a.white:link {color: #ffffff; text-decoration: none}
a.white:visited {color: #ffffff; text-decoration: none}
a.white:hover {color: #000000; text-decoration: none}

a.black:link {color: #000000; text-decoration: none}
a.black:visited {color: #000000; text-decoration: none}
a.black:hover {color: #999999; text-decoration: none}

a.dkgrey:link {color: #666666; text-decoration: none}
a.dkgrey:visited {color: #666666; text-decoration: none}
a.dkgrey:hover {color: #000000; text-decoration: none}

