/*
  Adapted from original content found here:  http://intensivstation.ch/en/templates/

  Licensed under the Creative Commons Attribution 1.0 License: http://creativecommons.org/licenses/by/1.0/
*/

html {
  padding:0px;
  margin:0px;
}

body {
  background-color: white; /* This color sets the entire background of the site*/
  text-align:center;
  font-family: sans-serif;
  margin:0px;
  padding:0px;
}

p, pre, h1, h2, h3, h4 {
  margin: 5px;
}

/* Positioning and Layout */

#container {
  width:900px;
  margin: 0px auto;
  padding:0px;
  text-align:left;
}

div#header{
  height:72px;
  background-color: #335bb9; /* This color sets the background of the header section */
  padding: 0em;
  margin: 0em;
  font-size: 3em;
  BACKGROUND-IMAGE: url(http://www.digipub.biz/mdc/shared/image/headline_900_72_2.jpg);
}

/*
#header {
  height:60px;
  background-color: #335bb9;
  padding: 0em;
  margin: 0em;
}
*/


#content {
  padding:0px;
  background-color: white; /* This color sets the background for the main content area*/
}


#left {
  width:250px;
  padding:0px;
  float:left;
  background-color: white; /* This color sets the background for the left column*/
}

#maincontent {
  width:650px;
  padding:0px;
  float:left;
  background-color: white; /* This color sets the background for the main content area*/
  overflow: auto;
}


.mainhead {
  background-color: #335bb9; /* This color sets the background of the header section */
  padding:0px;
}

.subhead {
  background-color: #335bb9; /* This color sets the background of the subhead section */
  height:18px;
  float:right;
  padding:0px;
}



.sideBar  {
    font-size:9pt;
    BORDER-RIGHT: #dac8ff 1px solid;
    BORDER-TOP: #dac8ff 1px solid;
    BORDER-LEFT: #dac8ff 1px solid;
    BORDER-BOTTOM: #dac8ff 1px solid;

}


#footer {
  padding: 1em;
  text-align: left;
  background-image : url(http://www.digipub.biz/mdc/shared/image/title_back_01.jpg);
  background-repeat : repeat-x;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size:9pt;
  padding: 3px 0px 20px 9px;
  clear: both;

}

#footer a:link{
    color:white;
}
#footer a:visited{
    color:white;
}
#footer a:hover{
    color:darkblue;
}
#footer a:focus{
    color:red;
}


#dv_mainCon_mayson P
{
	padding-left:10px;
　　　　color:#000000;
　　　　font-size=10pt;
　　　　top:-30px;
	line-height: 1.7;
	background-color:#ffffff
}
#dv_mainCon_mayson h2
{
	font-size:18px;
	font-weight: bold;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
　　　　color:#ff6600;
}

#dv_mainCon_mayson h3
{
	font-size:15px;
	padding-left:15px;
	line-height: 1.7;
        font-weight: normal;
　　　　color:#30488F;
}

#dv_mainCon_mayson h4
{
	font-size:13px;
	line-height: 1.7;
        font-weight: bold;
　　　　color:#ff6600;
}

#dv_mainCon_mayson strong
{
  font-weight: normal
}

#dv_mainCon_mayson div
{
	padding-left:20px;
　　　　color:#000000;
　　　　font-size:10pt;
　　　　top:-30px;
	line-height: 1.7;
}
#dv_mainCon_mayson img
{
	padding-left:20px;
}

#dv_mainCon_mayson td
{
　　　　color:#000000;
　　　　font-size:10pt;
	line-height: 1.7;
}

#dv_mainCon_mayson ol
{
　　　　color:#000000;
　　　　font-size:10pt;
	line-height: 1.7;
	padding-left:20px;
}

#dv_mainCon_mayson csmoreG
{
	font-size : 10pt;
	color     : #334785;
	font-weight: bold;}




