  html{
    height: 100%;
    min-height: 100%;
  }
  body{
    background-image: url(images/backgrounds/stripes.gif);
    background-repeat: repeat;
    font-family: Arial;
	  font-size: 10pt;
	  margin: 0px;
	  padding: 0px;
	  height:100%;
	  min-height: 100%;
  }
  #site_hold{
    position: relative;
    width: 865px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10pt;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    top: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
  }
  #bottom_hold{
    position: relative;
    background-color: #c1272d;
	  min-height: 100%;
	  height: 100%;
  }
  #content {
     position: relative;
	   clear: left;
	   background-color: #333333;
	   min-height: 100%;
	   height: 100%;
  }
  #main_space{
    position: relative;
    background-color: #ffffff;
    width: 865px;
    min-height: 100%;
    height: 100%;
    clear: left;
    text-align: left;
  }
  #footer{
    position: relative;
    width: 865px;
    text-align: center;
    color: #c1272d;
    font-weight: bold;
    font-size: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    top: -47px;
    margin-left: auto;
    margin-right: auto;
  }
  #container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 865px;
    top: -5px;
    z-index: 2;
    background-color: #c1272d;
  }
  #extra_content{
    position: absolute;
    width: 450px;
    height: 300px;
    top: 40px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    text-align: left;
    display: none;
  }
  a:link{
    color: #8B0000;
    text-decoration: none;
  }
  a:visited{
    color: #000080;
    text-decoration: none;
  }
  a:active{
    color: #8B0000;
    text-decoration: none;
  }
  a:hover{
    text-decoration: underline; color: red;
  }
  #banner{
    position: relative;
    background-color: #c1272d;
    width: 865px;
    margin: 0px;
    padding: 0px;
    height: 125px;
  }
  #dcc_logo{
    position: absolute;
    width: 113px;
    height: 72px;
    top: 11px;
    left: 11px;
  }
  #dcc_banner_pic{
    position: absolute;
    width: 857px;
    height: 83px;
    top: 11px;
    right: 0px;
  }
  #menu_bottom{
    position: relative;
    width: 865px;
    height: 40px;
    background-color: #000008;
    z-index: 1;
    clear: left;
  }
  #bottom_red_stripe{
    position: absolute;
    width: 865px;
    height: 6px;
    background-color: #c1272d;
    bottom: 0px;
    left: 0px;
    clear: left;
  }
  #main_top_space{
    position: relative;
    width: 865px;
    height: 75px;
  }
  #main_left{
    position: relative;
    width: 500px;
    height: auto !important;
    min-height: 350px;
    height: 350px;
    left: 0px;
    margin: 0px;
  }
  
    #accessibility_left{
    position: relative;
    width: 830px;
    height: auto !important;
    min-height: 350px;
    height: 350px;
    left: 0px;
    margin: 0px;
  }
  
  #main_left_inside{
    position: relative;
    width: 450px;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    top: 0px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    text-align: left;
  }
    #accessibility_left_inside{
    position: relative;
    width: 810px;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    top: 0px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    text-align: left;
  }
  
  #main_twosides{
    position: relative;
    width: 800px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
    top: 0px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    text-align: left;
  }
  
  #main_right{
    position: absolute;
    width: 340px;
    height: 340px;
    left: 500px;
  }
  #main_right_inside{
    position: relative;
    width: 325px;
    height: 325px;
    top: 0px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    text-align: left;
    margin: 0px;
  }
  #page_title{
    position: relative;
    width: 224px;
    height: 24px;
    left: 0px;
    margin: 0px;
    padding-bottom: 10px;
    background-image: url(images/backgrounds/title.gif);
    background-repeat: no-repeat;
    text-align: right;
    font-weight: bold;
  }
  a.title_item{
    color: #ffffff;
    text-decoration: none;
  }
  a.title_item:hover{
    text-decoration: none;
  }
/* menu css -------------------------------------------------------------------*/

ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: transparent;
	color: #ffffff;
}
#nav{
  background-color: #c1272d;
}
li { /* all list items */
	float: left;
	position: relative;
	background-color: transparent;
	padding: 0px;
  margin: 0px;
}

li.title1{
  height: 34px;
  width: auto !important;
  min-width: 50px;
  width: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #000000;
  text-align: left;}

li ul { /* second-level lists */
	display: none;
	position: absolute;
  top: 61px;
	left: 0px;
	padding: 0px;
  margin: 0px;
}

a.menu_item{
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

a.menu_item:hover{
  text-decoration: underline;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li.menu_item_li{
  padding: 3px;
  width: 200px;
  background-color: #e7e7e8;
  text-align: left;
}

li.menu_item_li_bottom{
  padding: 0px;
  margin: 0px;
  width: 200px;
  background-color: transparent;
  height: 24px;
}
.ulwidth{
  width: 200px;
  top: 0px;
  margin-top: 35px;
  padding: 0px;
}
ul.none{
  padding: 0px;
  border: 0px;
  margin: 0px;
}
.bkgrnd{
  background-image: url(redfade.gif);
  background-repeat: repeat-x;
  border: 1px #ffffff solid;
  width: auto !important;
  min-width: 50px;
  width: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  height: 34px;
  text-align: left;
  background-color: #000000;
}
.bkgrnd_none{
  background-image: url(blackfade.gif);
  background-repeat: repeat-x;
  border: 1px #000000 solid;
  background-color: #000000;
  width: auto !important;
  min-width: 50px;
  width: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 34px;
  text-align: left;
  margin: 0px;
}
.title_inner{
  width: auto !important;
  min-width: 50px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  margin-top: 9px;
}

.marquee{
	position:absolute;
	width:800px;
}
