@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Garamond, Georgia, "Times New Roman", Times, serif;
	background: #8D0C00;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/dcbanner_green.png);
	height: 100px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 575px;
	text-align: center;
}

h1.index_header {
	font-size: 26px;
}

#navbar1 {
	margin:0;
	padding:0;
	width:100%;
	background-color:#c4904c;
	height:35px;
}


#left_box {
	float: left;
	background-color: #FFF;
	width: 200px;
	padding: 5px;
	margin: 0px 15px 15px 0px; 
	border: 1px #8D0C00 groove;
	top: 575px;
	height:815px;
}

#left_box p {
	text-align: left;
	color: #A75D31;
}
#left_box h2 {
	text-align: center;
	color: #8D0C00;
	font-size:20px;
}
#left_box li {
	list-style:none;
	font-size:18px;
	line-height:2em;
}

#left_box ul {
	text-align:center;
	padding:0;
}

#left_box img {
	text-align:center;
}

#left_box a:link {
	color: #8D0C00;
	text-decoration: none;
}
#left_box a:visited {
	color: #8D0C00;
	text-decoration: none;
}
#left_box a:hover {
	color: #8D0C00;
	text-decoration: underline;
}
#left_box a:active {
	color: #8D0C00;
	text-decoration: none;
	text-align: left;
}



#right_box {
	float: right;
	background-color: #FFF;
	width: 200px;
	padding: 5px;
	margin: 0px 0px 10px 15px; 
	border: 1px #8D0C00 groove;
	top: 575px;
	text-align: center;
	height:815px;
}
#right_box p {
	border-bottom: .5px #A75D31 dotted;
}
#right_box a:link {
	color: #A75D31;
	text-decoration: none;
}
#right_box a:visited {
	color: #4f5c38;
	text-decoration: none;
}
#right_box a:hover {
	color: #4f5c38;
	text-decoration: underline;
}
#right_box a:active {
	color: #4f5c38;
	text-decoration: none;
}
#right_box p {
	border-bottom: .5px #A75D31 dotted;
}

img {
	border: 0px;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4f5c38;
	clear: both;
	margin: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffcc;
	font-size: 85%;
}
.mainimage {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header2 h2{
	text-align: center;
	color: #333;
	margin: 10px;
	padding: 10px,5px;
	height: 15px;
	font-size: 115%;
	line-height: 85%;
}
.h2ital {
	font-style: italic;
}
.center {
	text-align: center;
}

#right_box table {
   font-family: Arial, sans-serif;
   font-size: 12px;
   color: #666666;
   border: none;
   width: 200px;
   border-collapse: collapse;
   text-align: center;
}

#right_box tr, td {
   border: none;
}

#right_box td {
   padding: 5px;
   width: 35px;
}

#right_box th {
   border-bottom: none;
}

#right_box td:hover {
  background-color: #d8d7d7;
}

#right_box td a:link.linked_red   {
  text-decoration: none;
  color: #8b252c;
  font-weight: bold;
}

#right_box td a:visited.linked_red {
  text-decoration: none;
  color: #8b252c;
  font-weight: bold;
}

#right_box td a:hover.linked_red {
  text-decoration: underline;
  color: #8b252c;
  font-weight: bold;
  }

#right_box td.linked_blue a:link  {
  text-decoration: none;
  color: #25498b;
}

#right_box td.linked_blue a:visited {
  text-decoration: none;
  color: #25498b;
}

#right_box td.linked_blue a:hover {
  text-decoration: none;
  color: white;
}

#right_box td.linked_green a:link  {
  text-decoration: none;
  color: #175706;
}

#right_box td.linked_green a:visited {
  text-decoration: none;
  color: #175706;
}

#right_box td.linked_green a:hover {
  text-decoration: none;
  color: white;
}

#right_box td a:hover {
  color: white;
  text-decoration: none;

}

#right_box td a:active {
  color: white;
  text-decoration: none;
}

#right_box td.linked_green:hover {
  background-color: #175706;
  color: white;
}

#right_box td.linked_red:hover {
  background-color: #8b252c;
  color: white;
}

#right_box td.linked_blue:hover {
  background-color: #25498b;
  color: white;
}
#right_box td.linked_gold:hover {
  background-color: #FC0;
  color: white;
}
#right_box td.linked_purple:hover {
  background-color: #FC0;
  color: white;
}

#right_box td.linked_gold a:link  {
  text-decoration: none;
  color:#FC0;
}

#right_box td.linked_gold a:visited {
  text-decoration: none;
  color: #FC0;
}

#right_box td.linked_gold a:hover {
  text-decoration: none;
  color: white;
}

#right_box td.linked_gold:hover {
  background-color: #FC0;
  color: white;
}


#right_box td.linked_purple a:link  {
  text-decoration: none;
  color:#306;
}

#right_box td.linked_purple a:visited {
  text-decoration: none;
  color: #306;
}

#right_box td.linked_purple a:hover {
  text-decoration: none;
  color: white;
}

#right_box td.linked_purple:hover {
  background-color: #306;
  color: white;
}

#right_box .calendar_head {
  font-style: italic;
}

#right_box p {
	padding: 0px 0px 10px 0px;	
}

.justify {
	text-align: justify;
}

.red a:link {
	color: #8b252c;
	text-decoration: none;	
	font-weight: bold;

}
.red a:visited {
	text-decoration: none;
	color: #8b252c;
	font-weight: bold;

}
.red a:hover {
	text-decoration: underline;
	color: #8b252c;
	font-weight: bold;
}
.red a:active {
	text-decoration: none;
	color: #8b252c;
	font-weight: bold;

}

.blue a:link {
	color: #25498b;
	text-decoration: none;	
	font-weight: bold;

}
.blue a:visited {
	text-decoration: none;
	color: #25498b;
	font-weight: bold;

}
.blue a:hover {
	text-decoration: underline;
	color: #25498b;
	font-weight: bold;
}
.blue a:active {
	text-decoration: none;
	color: #25498b;
	font-weight: bold;

}	

.green a:link {
	color: #175706;
	text-decoration: none;	
	font-weight: bold;

}
.green a:visited {
	text-decoration: none;
	color: #175706;
	font-weight: bold;

}
.green a:hover {
	text-decoration: underline;
	color: #175706;
	font-weight: bold;
}
.green a:active {
	text-decoration: none;
	color: #FC0;
	font-weight: bold;
}	

.gold a:link {
	color: #FC0;
	text-decoration: none;	
	font-weight: bold;

}
.gold a:visited {
	text-decoration: none;
	color: #FC0;
	font-weight: bold;

}
.gold a:hover {
	text-decoration: underline;
	color: #FC0;
	font-weight: bold;
}
.gold a:active {
	text-decoration: none;
	color: #FC0;
	font-weight: bold;

}	

.purple a:link {
	color: #306;
	text-decoration: none;
	font-weight: bold;
}
.purple a:visited {
	text-decoration: none;
	color: #306;
	font-weight: bold;
}
.purple a:hover {
	text-decoration: underline;
	color: #306;
	font-weight: bold;
}
.purple a:active {
	text-decoration: none;
	color: #306;
	font-weight: bold;
	font-style: italic;
}	
#header2 h2 a:link {
	color: #333333;
	text-decoration: none;	
	font-weight: bold;

}
#header2 h2 a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;

}
#header2 h2 a:hover {
	text-decoration: underline;
	color: #4f5c38;
	font-weight: bold;
}
#header2 h2 a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;

}	

p a:link {
	color: #333333;
	text-decoration: none;	
	font-weight: bold;

}
p a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;

}
p a:hover {
	text-decoration: underline;
	color: #4f5c38;
	font-weight: bold;
}
p a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;

}	

#navBar1 {
	background-color: #c4904c;
	padding: 0;
	width: 100%;
	height: 35px;
}

#navBar2.MenuBar2 ul {
	list-style-type: none;
	color: #A75D31;
	font-size: 100%;
	height: 35px;
}

#navBar2.MenuBar2 li {
	background-color: #A75D31;
	margin: 10px, 0px;
	padding: 5px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8.57em;
	float: left;
}

#navBar2.MenuBar2 li:hover {
	background-color: #4f5c38;
	margin: 10px, 0px;
	padding: 5px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8.57em;
	float: left;
}

#navBar2.MenuBar2 a:link {
	list-style-type: none;
	color: #ffffcc;
	text-decoration: none;
}

#navBar2.MenuBar2 a:visited {
	list-style-type: none;
	color: #ffffcc;
	text-decoration: none;
}

#navBar2.MenuBar2 a:hover {
	list-style-type: none;
	color: #ffffcc;
	text-decoration: none;
	font-size: 100%;
}

#navBar2.MenuBar2 a:active {
	list-style-type: none;
	color: #ffffcc;
	text-decoration: none;
}

ul.MenuBar2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8.57em;
	float: left;
}

.image_left {
	padding: 0px 15px 0px 0px;
}

.body_content p {
	width: 515px;
	margin-left: 170px;
}

.body_content h2.headright {
	width: 515px;
	margin-left: 170px;
}

.body_content ul {
	width: 515px;
	margin-left: 170px;
}

.body_left p {
	width: 575px;
	margin: 0px 0px 0px 115px;
}

.bodyflushleft p {
	width: 685px;
	margin: 0px;
}

.body_left p img {
	margin: 0px 0px 0px -115px;
}

ul.list {
	list-style-type: none;
	font-weight: bold;
}
	
.sub {
	padding: 0px 10px;
	border: #4f5c38 solid 1px;
	margin: 0px 250px 0px 40px;
	background-color: white;
}

.sub p {
	width: 600px;
	text-align: center;
}

h2.redital {
	text-align: center;
	font-style: italic;
	color: #8D0C00;
}

h2.blueital {
	text-align: center;
	font-style: italic;
	color: #25498b;
}

h2.greenital {
	text-align: center;
	font-style: italic;
	color: #175706;
}

#mainContent hr {
	color: #A75D31;
}

.imagespace {
	padding: 0px 0px 10px 0px;	
}

.bodyflushleft ul.aud_list {
	background-color: white;
	border: #4f5c38 1px solid;
	list-style: none;
	text-align:center;
	padding: 10px;
	line-height: 140%;
	margin: 15px 335px 15px 125px;
	
}

.lead {
	line-height: 140%;
}

#recordings {
	width:680px;
}

h3.redred {
	color:red;
}

h3.redred a:link {
	text-decoration:underline;
	color:red;
}

h3.redred a:visited {
	text-decoration:underline;
	color:red;
}

h3.redred a:hover {
	text-decoration:none;
	color:red;
}
.oneColFixCtrHdr #container #mainContent h2 {
	text-align: center;
}

.left_justify {
	text-align:left;
}

.no_decoration {
	list-style:none;
}

ul.no_decoration {
	width:700px;
	color:#8D0C00;
}

.oneColFixCtrHdr #container #mainContent h1 {
	color: #8D0C00;
}

.support_link a:link {
	color: #8D0C00;
}

.support_link a:visited {
	color: #8D0C00;
}

.support_link a:hover {
	color: #A75D31;
}


