/* ---------------------------------------------------------------------
  CSS for the Classic Template
--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
  Top level elements
--------------------------------------------------------------------- */

body {
  background-color: #995500;
  color: #900000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
	background: url(/OtherPages/images/ClassicTemplate/Background.jpg) center top no-repeat;
  }
	
table#body-table {
	max-width: 1198px;
	width: auto;
	width: expression( (document.body.clientWidth > 1200) ? ("1198px") : ((document.body.clientWidth < 758) ? ("760px") : ("100%") ) );
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
	}
	
/* ---------------------------------------------------------------------
  Header row elements
--------------------------------------------------------------------- */

td.header-row-cell {
  text-align: center;
  margin: 0;
  padding: 0 .5em .5em .5em;
	}
	
td.header-row-cell-side {
	}

img#logo {
	border: 0;
	}
	
#dvc_name {
  font-size: 260%;
  text-align: center;
	letter-spacing: 2px;
  color: #FFFF55;
	text-shadow: -1px -1px white, 2px 2px black;
	}
	
#motto {
  font-size: 145%;
  text-align: center;
	letter-spacing: 1px;
	line-height: 30%;
  color: #FFFF55;
	text-shadow: 1px 1px black;
	}
	
#other-site {
  font-size: 125%;
	font-weight: normal;
  text-align: center;
	line-height: 80%;
  color: #FFFF77;
	text-shadow: 1px 1px black;
	}

#other-site a {
  color: #FFFF77;
	text-shadow: 1px 1px black;
	}

#mobile-devices {
  font-size: 115%;
	font-weight: normal;
  text-align: center;
	line-height: 80%;
  color: #FFFF77;
	text-shadow: 1px 1px black;
	}

#mobile-devices a {
  color: #FFFF77;
	text-shadow: 1px 1px black;
	}

/* ---------------------------------------------------------------------
  Content row elements
--------------------------------------------------------------------- */

tr.content-row {
  background-color: #FFFFAA;
  padding-top: 1.5em;
	border-width: 6px 6px 6px 6px;
	border-color: #C1C151;
	border-style: ridge;
	border-collapse: separate;
  }
	
td.content-row-cell {
	vertical-align: top;
	}
	
td.content-row-cell-side {
	padding: .6em .5em .6em .5em;
	}
	
td.content-row-cell-middle {
	padding: .6em 0 .6em 0;
	}
	
td.content-row-cell-right {
	width: 140px;
	}
	
div.content-row-cell {
  background-color: #FFFF99;
	border-width: 1px;
	border-color: #E1E171;
	border-style: solid; 
	padding: .5em .5em .5em .5em;
	margin: 0 0 0 0;
	}
	
div.content-row-cell-middle {
	padding: .5em 1em .5em 1em;
	}
	
ul.navigation {
  font-size: 80%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
ul.navigation li {
  list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
  }
	
ul.navigation li a {
  display: block;
	text-decoration: none;
	padding: 0 0 0.4em 0;
	margin: 0 0 0 0;
	}

ul.navigation li hr {
	width: 60%;
  border-top: 1px dashed #f00;
	border-left: hidden;
  border-bottom: hidden;
	border-right:  hidden;
  color: #fff;
  background-color: #fff;
  height: 2px;
	margin: 0.3em auto 0.3em 0;
	padding: 0 0 0 0;
	}

ul.navigation li a:hover {
	text-decoration: underline;
	}
	
.footer {
	font-size: 75%;
	clear: both;
	text-align: center
	}
#disclaimer {text-align:left}
#address {text-align: center}
#copyright {text-align: center}


