﻿html { min-height: 100%; margin-bottom: 1px; }
*{margin: 0px;padding: 0px;}

body {	background: #fff url("testsite7/none");
	font-family: "Tw Cen MT", Georgia, Arial, Helvetica, sans-serif; color: #6960A2; 
	font-size:1.05em; font-weight:normal; margin: 10px 0;}

#content{	text-align: left;	background: url("testsite7/none") no-repeat;}

#menu{display:none;}
.sidecolumn {display:none;}

a:link, a:visited {	color: #2A0D05;}
a:hover {	text-decoration: none;	color: #f00;}
ul {margin: 0 0 0 20px; }
li {margin-bottom: 0px; }
dd {margin-bottom: 7px; }

hr {
background-color: #652D91;
width: 75%;
margin: 0 auto;
border: thin solid #652D91;
}
#footer {
	clear: both;	background: transparent url("testsite7/none");
	color: #000;	margin: 0 auto;	text-align:center; font-size:.80em; margin-top: 15px; border-top: medium #652D91 solid;}

#footer p {
	margin: 0px;
	color: #000;
}

#footer a:link, #footer a:visited {color: #000; text-decoration:underline;}
#footer a:hover {	color: #f00;}

.clear {clear:both;}


/* ========================= External Links Images  ================================== */
a[href^="http:"]{
  background: transparent url('testsite7/images/externalLink.gif') no-repeat center right;
  padding-right: 9px;}

a[href^="https:"]{
  background: transparent url('testsite7/images/externalLink.gif') no-repeat center right;
  padding-right: 10px;}

a[href^="mailto:"] {
  background: transparent url('testsite7/images/emailLink.gif') no-repeat center right;
  padding-right: 12px;}

a[href$=".pdf"] {
  background: transparent url('testsite7/images/pdf.gif') no-repeat center right;
  padding-right: 13px;}
  
a[href$=".doc"] {
  background: transparent url('testsite7/images/doc.gif') no-repeat center right;
  padding-right: 15px;}

a[href$=".xls"] {
  background: transparent url('testsite7/images/xls.gif') no-repeat center right;
  padding-right: 13px;}



