/* customized */

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}

.font6{ font-size:xx-large; }
.font4{ font-size:large; }
.font2{font-size:medium;}
.font1{font-size:medium;}
.form_tag {margin: 1px; padding: 1px; font-family: Arial, Tahoma, sans-serif;  font-size:medium;}
.search_button {font-family: Arial, Tahoma, sans-serif;  font-size:medium;}
.header_center {TEXT-ALIGN:center;}
.header_right {TEXT-ALIGN:right;}
.header_left {TEXT-ALIGN:left;}
a { text-decoration: none;  color :#0000ff; font-family :Arial; font-size:medium;}
.content img {	float: left;	margin-right: 5px;	margin-top: 3px;	margin-left: 2px;}

.home {
	background-color :#DCDCB1;
	margin: 0px;
	border-top-width:medium;
	border-right-width:medium;
	border-bottom-width:medium;
	border-left-width:medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

body { background-color :#ffffff;  color: black;  font-family: Arial, Tahoma, sans-serif;  font-size:medium;  margin: 0px;  border: 0px;  padding: 0px;}

.header  {color :#003300;font-size:large;font-family :Arial;padding: 5px 0px 5px 2px;margin: 0px; width:relative;height:65;position:relative;
    }
}

.headerTL {background-color:#FFFFFF;width:relative;position:absolute;top:5px;left:0px;}
.headerTR {background:#FFF url('DHPNewLogo2007_olga4.jpg');width:relative;height:62;position:absolute;top:5px;left:5px;}



.footer  {	color :#ffffff;	background-color :#003300;	font-family :Arial;	font-size:medium;	font-weight: normal;	padding: 2px 0px 3px 3px;	margin: 0px;}

.menu { text-decoration: underline;  font-size:medium; color :#000000; font-family :Arial;}

.imagepage {	height:medium;	width:medium;}

.pgheader {
	color :#ffffff;
	font-size:medium;
	font-weight: normal;
	padding: 1px 0px 1px 3px;
	font-family :Arial;
	background-color :#003300;
	margin: 0px;
	border-top-width:medium;
	border-right-width:medium;
	border-bottom-width:medium;
	border-left-width:medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.footerng {	background-color :#ffffff; color :#003300;	font-size:medium;	font-weight: normal;	font-family :Arial;	padding: 1px 1px 1px 3px;	margin: 0px;	border-top-width:medium;	border-right-width:medium;	border-bottom-width:medium;	border-left-width:medium;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #003300;	border-right-color: #003300;	border-bottom-color: #003300;	border-left-color: #003300;}
/* Design5 Style10 */
/* Editor Styles listed below */
.Heading {font-family: Arial, Tahoma, sans-serif; font-size:medium;	font-weight: bold; color: #000000; text-decoration: none;	margin: 0px; padding: 0px;}
.BodyText { font-weight: normal; font-size:medium; padding: 0px 2px 0px 2px; MARGIN: 0px;}
.BoldText {	font-weight: bold;	font-size:medium;}
.Italic {font-style: italic;}
.Underline {text-decoration: underline;}
.Indent {	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 5px;}
.Highlight {	background-color: #999966;	border-top-width:medium;	border-right-width:medium;	border-bottom-width:medium;	border-left-width:medium;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	padding: 2px 0px 0px 0px;	margin: 2px;}
.Line_HR {clear:both;	border-bottom-color:#003300; border-top-color:#ffffff;	border-left-color:#ffffff; border-right-color:#ffffff;	border-top-width:medium;	border-right-width:medium;	border-bottom-width:medium;	border-left-width:medium;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	padding: 0px;	margin: 0px;}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	padding-top:20px;
	overflow:auto
	}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	}
.show_normal,
.show_flipped{
	width:320px;
	}
.show_left,
.show_right{
	width:480px;
	}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
	}