/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 36px;	
}
h3 {
	font-size: 36px;	
}
h4 {
	font-size: 36px;	
}
h5 {
	font-size: 36px;	
}
h6 {
	font-size: 36px;	
}
p {
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 13px;
}

/* ~~~~~~~~~~ reusable class ~~~~~~~~~~ */

#wrapper {
}
#headerwrapper {
	background-image: url(../images/PD_Header_bck.jpg);
	background-repeat: repeat-x;
	height: 170px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ace0f4;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#captionwrapper {
	background-image: url(../images/PD_Caption_bck.jpg);
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ace0f4;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

#caption {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 405px;
}
#contentwrapper {
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ace0f4;
	margin: 0px;
	padding: 0px;
	background-color: #3fb6e2;
}
#content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 16px;
	line-height: 24px;
}
#copyright {
	height: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	padding-top: 5px;
}
#footerwrapper {
	height: 100px;
	width: 100%;
	background-color: #DBDBDB;
}
#footer {
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.floatstop {
clear:both;
} 
.floatright
{
	float:right;
	margin-left: 20px;
}
