/* Global Styles */


body {
	margin:0px;
	}
	
/*td {
	font:11px Georgia;
	color:#666666;
	}
	*/
a {
	color: #9f2020;
	}
	
a:hover {
	color: #727272;
	}


/* ID Styles */

	
.navText {
	font: 11px Georgia;
	color: #727272;
	line-height:16px;
	text-decoration: none;
	}
#navigation {
background-color:#e7e5e5;
	border-left:  1px solid #dbd9d9;
}

#navigation td {
	border-right:  1px solid #dbd9d9;
	}
	
#navigation a {
	font: bold 11px Georgia;
	color: #727272;
	letter-spacing:.09em;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:4px 12px 4px 12px; /*top,  right, btm, left*/
	}

#navigation .offNav {
	font: bold 11px Georgia;
	background: #9f2020;/* red*/
	color:#ffffff;  
	line-height:16px;
	text-decoration: none;
	 display:block;
	padding:4px 12px 4px 12px;
	}
	
/*#navigation .offNav:hover {
	
	background: #9f2020;
	color:#ffffff; 
	font: bold 11px Georgia;
	line-height:16px;
	text-decoration: none;
	 display:block;
	padding:4px 8px 4px 8px;
	}
	*/
	
#navigation a:hover {
	background: #9f2020;
	color:#ffffff;
	}
	

	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:18px;
	margin-top:0px;
	}
	

.myUl{
margin-top:0px;
padding-top:0px;
}

.myUl li{ list-style:square;
size:9px;
margin-bottom:18px;

}
	

.mainHeader {
	font:bold 21px Arial;
	color: #9f2020;/*red*/
	line-height:18px;
	}
	
.head2{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #9f2020;
	line-height:26px;
	letter-spacing:.01em;
	}
.head3{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:18px;
	letter-spacing:.01em;
	}

.theItalics{
font:italic 12px Arial, Helvetica, sans-serif;
color:9f2020;
}
.smallText {
	font: 10px Georgia;
	color: #757575;
	line-height: 22px;
	}
	
#homeNav{
visibility:hidden;
height:24px;
z-index:99;
}

#dropshadow1 {
        float:right;
        clear:left;
        background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
        background: url(../images/shadow.gif) no-repeat bottom right;
        margin: 10px 0 10px 10px !important;
        margin: 10px 0 10px 5px;
        width: 108px;
		height:116px;
}
/*.dropshadow1 p{
        position:relative;
        bottom:6px;
        right: 6px;
        border: 1px solid #999999;
        padding:4px;
        font-size:14px;
        margin: 0px;
}*/


.img-shadow {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

