/* Site Page Structure Styles */
body {
  padding: 0px; 
  margin: 0px; 
  background-image:url(../images/global_background.gif);
  background-repeat:repeat-x;
  background-color: #cbcbcb;
  text-align: center;
}
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:.7em;
}
h1, h2, h3, h4 {
  margin:0px;
  padding:0px;
  font-weight:normal;
}
a 
{
  color:#000000;
  text-decoration: none;
}
a:hover
{
  color: #000000;
  text-decoration: underline;
}

ul 
{
  margin:10px 0px 0px 25px;
  padding:0px;
  background-color:#eeeeee;
}

li 
{
  background-image:url(../images/graphics/bullet_tan.gif);
  background-position: 0px 4px;
  background-repeat:no-repeat;
  padding:0px 0px 0px 10px;
  margin:0px 0px 10px 0px;
  list-style-type:none;
}

.ul_codeDownload
{
  margin:10px 0px 0px 25px;
  padding:0px;
  background-color:#ffffff;
}

p 
{
  margin:0px 0px 15px 0px;
  line-height:1.3em;
}
.contentCentering {
  width: 785px;
  background-color:#FFFFFF;
  text-align:left;
/*  position:absolute;
  left:50%;
  margin-left:-392px;
*/
}

/* ----------header----------- */
div#header {
  height:105px;
  border-bottom:5px solid #cccccc;
	background-color: #EFEFEF;
}
div#header img
{
  margin-top:0px;
  position:absolute;
  top:0px;
}

/* Main Menu */
div#mainMenu {
  position:relative;
  top:38px;
  left:285px;
  width:490px;
}
div#mainMenu td{
  padding:0px;
}
div#mainMenu a
{
  font-size:12px;
  display:block;
  height:20px;
  margin:5px;
  text-decoration:none;
  color:#333333;
  font-weight:bold;
  padding:8px 5px 5px 5px;
  background-image:url(../images/mainmenu_button_background.gif);
  background-repeat:repeat-x;
  border:1px solid #cccccc;
  border-bottom:1px solid #666666;
  border-right:1px solid #666666;
}
div#mainMenu a:hover{
  background:#006699;
  color:#FFFFFF;
  background-image:url();
  background-repeat:repeat-x;
  border:1px solid #cccccc;
  border-top:1px solid #eeeeee;
  border-left:1px solid #eeeeee;
}


/* ----------content----------- */
div#content {
}
div#content div.columnOne
{
  width:180px;
  float:left;
  display:inline;
  margin:50px 0px 0px 20px;
}

div#content div.columnTwo
{
  width:500px;
  float:left;
  display:inline;
  margin-left:20px;
}

div#content div.singleColumn
{
  width:600px;
  margin-left:85px;
  margin-top:20px;
  background-color:#eeeeee;
}

div#content div.singleColumnFooter
{
  width:600px;
  margin-left:85px;
  background-color:#ffffff;
}

div#footer 
{
  clear:both;
  height:75px;
  margin-top:25px;
  background-image:url(../images/logo_ddig.gif);
  background-repeat:no-repeat;
  background-position:270px 5px;
  text-align:left;
  border-top:1px solid #cccccc;
  padding-top:10px;
}
div#footer a 
{
  text-decoration:none;
  font-weight:bold;
  color:#999999;
}
div#footer a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#999999;
}
.boldLink
{
}
.boldLinkLarge{
}


h1 
{
  margin:50px 0px 20px 0px;
	color:#344C82;
	line-height: normal;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/carat.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

h2 
{
  font-size:14px;
  margin:20px 0px 10px 0px;
  border-bottom:1px solid #cccccc;
  width:100%;
	font-weight: bold;
	color:#344C82;
	background-image: url(../images/carat.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height:18px;
}


