/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, sans-serif;
  background-color:#000;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
}

p, li {
  font-size: 1em;
}

h1, h2, p {
  margin: .5em 0;
}


#branding {
  height: 100px;
  background: #990066 url(../i/heading.png) no-repeat top left;
}

#branding h1 {
  margin: 0;
  text-indent:-5000px;
}

#mainNav {
font:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
}

#mainNav ul {
height: 32px;
margin: 0;
padding: 0;
list-style: none;
background-color:#CCCCCC;
background-image:url(../i/glbnav_background.gif);
}

#mainNav li {
float: left;
}

#mainNav a {
display: block;
padding: .8em 1em .5em 1em;
line-height: 1.1em;
white-space:nowrap;
float:left;
text-decoration:none;
}

/* Link Styles
------------------------------------------------------------------- */
a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #EC009F; text-decoration:underline;}   /* mouse over link */
a:active {color: #FFCC00}   /* selected link */


#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
  background-image:url(../i/glbnav_background.gif);
  height:30px;
}

#footer ul {
margin: 8px 0 0 30%;
padding: 0;
list-style: none;
}

#footer li {
float: left;
font-size: 12px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 780px;
}

#wrapper {
  width: 85%;
  margin: 0 auto; 
  text-align: left;
  background: #fff url(images/nav-faux-col.gif) repeat-y 23% 0;
  min-width:870px;
}

#content {
  margin: 20px;
  border-bottom: 1px solid #CCCCCC;
}

#breadcrumb {
margin: 0 0 10px 0;
font-size:10px;
color:#999999;
}

#mainContent { 
  width: 75%; 
  margin: 0; 
  float: left; 
} 
#secondaryContent { 
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 20%;
  min-width: 10em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
  text-align:center;
} 

#footer { 
  clear: both; 
}

