#footer{
width: 990px;
background: #87CBFF;
font: 9px Verdana;
color: #000000;
font-align: center;
border-top: 1px solid #000000;
border-width: 1px 0;
padding-top: 5px;
padding-bottom: 5px;
padding: 5px;
clear: left;
}

html
 {
height: 100.02%;
 }

body{
margin:0;
padding:0;
font: 11px Verdana, sans-serif;
line-height: 1.5em;
background: black;
scrollbar: yes;
}

b{font-size: 110%;}

a {
text-decoration: none;
font-weight: bold
  }

a:link {
 color: #2D76AF;
  }

a:visited {
  color: #2D76AF;
  }

a:active {
  color: #2D76AF;
  }

a:hover {
  background-color: #2D76AF;
  color: #FFFFFF;
  }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h4 {
   color: #000000;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #eeeeee;
   font-size: 16px;
   line-height: 120%;
   margin-top: 4px;
   margin-bottom: 4px;
}

.articles h1 {
        color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
        font-size: small;
        text-transform: uppercase;
        line-height: 120%;
	margin-top: 8px;
	margin-bottom: 8px;
        }

.articles h3 {
        color: #000000;
	font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        line-height: 120%;
	margin-top: 8px;
	margin-bottom: 8px;
        }

.articles table {
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px 0px;
        border-collapse: collapse;
        border-style: solid solid solid solid;
        }

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;
}

#topsection{
background: #EAEAEA;
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#welcomeblurb{
background: #FFFFFF;
height: 60px; /*Height of blurb section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 330px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
background: #FFFFFF;
}

#rightcolumn{
float: left;
width: 330px; /*Width of right column in pixels*/
margin-left: -330px; /*Set margin to -RightColumnWidth*/
background: #FFFFFF;
}

#breadcrummer {
background: #FFFFFF;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2{
font: bold 10px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: black url(http://www.pdcmagic.com/nav/indentbg.gif) center center repeat-x;
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border-bottom: 0px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: black url(http://www.pdcmagic.com/nav/indentbg3.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #000000; /*dark purple divider between menu items*/
}

.indentmenu2 ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #000000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu2 ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #FEC61C url(http://www.pdcmagic.com/nav/indentbg2.gif) center center repeat-x;
}

.indentmenu2 ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #FEC61C url(http://www.pdcmagic.com/nav/indentbg4.gif) center center repeat-x;
}

.breadcrumb{
font: bold 12px Verdana, sans-serif;
}

.breadcrumb a{
background: transparent url(http://www.pdcmagic.com/nav/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #000000;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #000000;
}

.breadcrumb a:hover{
  background-color: #2D76AF;
  color: #FFFFFF;
}


