html {
   overflow-x: auto;
   overflow-y: -moz-scrollbars-vertical;
   overflow-y: scroll;
}

body {
	margin: 5px auto 0px auto;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

a:hover{
	color: #993300;
	text-decoration: underline;
}

a {
	color: #993300;
	text-decoration: underline;
}

h1 {
	text-transform: uppercase;
	color: #993300;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1	a:hover{
	color: #993300;
	text-decoration: underline;
}

h1 a{
	color: #993300;
	text-decoration: none;
}

h2 {
	text-transform: uppercase;
	color: #993300;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2	a:hover{
	color: #993300;
	text-decoration: underline;
}

h2 a{
	color: #993300;
	text-decoration: none;
}

h3 {
	text-transform: uppercase;
	color: #5B777B;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3.error {
	color: #993300;
}

table {
	vertical-align: top;
	font-size: inherit;
	font-family: inherit;
}

ul {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 10px 0px;
	list-style-position: outside;
	list-style-image: url(/images/red-rose.gif);
	list-style-type: square;
	line-height: 20px;
	border-style: none;
}

ol {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 10px 0px;
	list-style-position: outside;
	line-height: 20px;
	border-style: none;
}

#top {
   height: 95px;
}

#middle {
   background-image: url(/images/middle_wide3.gif); 
   background-repeat: repeat-y; 
}

#menu {
   background-image: url(/images/middle_wide3.gif); 
   background-repeat: repeat-y; 
   height: 36px;
}

#bottom {
	background-image: url(/images/bottom_wide3.gif);
	height: 30px;
	background-repeat: no-repeat;
}

#bottommain {
	background-image: url(/images/bottom_wide3.gif);
	height: 22px;
	background-repeat: no-repeat;
   background-position: bottom;
}

#navigation {
	padding: 1px 0px 1px 0px;
	margin: 0px 25px 0px 25px;
	font-size: 11px;
	border-bottom: 1px dotted #C4D0D7;
	line-height: 1.3em;
}

#nav {
	width: 650px;
	margin: 0px auto;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#nav table {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	margin-bottom: 15px;
}

#nav td {
	vertical-align: top;
	text-align: center;
	padding: 0px 12px 0px 12px;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	color: #660033;
	text-decoration: underline;
}

#container {
	color: #333333;
	font-weight: normal;
	margin: 0px auto;
	width: 780px;
}

#image-box {
	border: none;
	margin: 0 auto 0 auto;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   float: left;
   width: auto;
   text-align: center;
   padding-left: auto;
   margin-bottom: 1em;
}

#nav2 {
	padding: 0px 0px 0px;
	margin: 0px auto;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
}

#nav2 table {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-bottom: 3px;
}

#nav2 td {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#nav2 a {
	color: #333333;
	text-decoration: none;
}

#nav2 a:hover {
	color: #660033;
	text-decoration: underline;
}

#nav3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 25px 0px 15px;
	border-bottom: 1px solid #C4D0D7;
	text-align: justify;
}

#nav4 {
	font-size: 12px;
   font-weight: bold;
   background-image: url(/images/middle_wide3.gif); 
   background-repeat: repeat-y; 
   text-align: center; 
   padding: 10px 35px 0px 35px;
}

#content {
	padding: 10px 0px 1px 0px;
	margin: 0px 35px 0px 35px;
	min-height: 400px;
	font-size: 12px;
	line-height: 1.7em;
}

#content td, th {
	font-size: 12px;
}

#save_content a {
	color: #993300;
	text-decoration: underline;
}

#save_content h2 {
	text-transform: uppercase;
	color: #993300;
	font-size: 14px;
	line-height: 1em;
}

#save_content h2	a:hover{
	color: #993300;
	text-decoration: underline;
}

#save_content h2 a{
	color: #993300;
	text-decoration: none;
}

#save_content h3 {
	text-transform: uppercase;
	color: #5B777B;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

#save_content h3.error {
	color: #993300;
}

#save_content table {
	vertical-align: top;
}

#save_content ul {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 1.7em 0px;
	list-style-position: outside;
	list-style-image: url(/images/red-rose.gif);
	list-style-type: square;
	line-height: 20px;
	border-style: none;
}

#save_content ol {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 1.7em 0px;
	list-style-position: outside;
	line-height: 20px;
	border-style: none;
}

#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 0px auto 0px auto;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #666666;
}

#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}


#side {
	margin: 15px auto 60px 10px;
	width: 110px;
	border-left: 1px dotted #C4D0D7;
	padding: 5px 10px 20px 10px;
	color: #993300;
	float: right;
	font-size: 12px;
	line-height: 1em;
}

#side a{
	color: #333333;
	text-decoration: none;
}

#side a:hover{
	color: #000000;
	text-decoration: underline;

}

#contact {
	padding: 0px 0px 1px 0px;
	margin: 0px 35px 0px 35px;
}

#contact p {
	font-size: 12px;
	line-height: 1.7em;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}

#leftnavparent {
	background: Silver;
}

#leftnav {
	background: Silver;
	border: 1px solid Gray;
	border-bottom-color: #404040;
	border-right-color: #404040;
	padding: 4px 4px 4px 4px;
	font-size: 14px;
	line-height: normal;
   font-weight: bold;
}

#leftnav a{
	color: Black;
	text-decoration: none;
}

#leftnav a:hover{
	color: #990000;
	text-decoration: underline;
}

#videolist {
   overflow: auto; 
   width: 160px; 
   height: 310px; 
   border: 1px solid Silver; 
   padding: 0px; 
   margin: 0px;
	font-size: 12px;
}

#videolist table {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

#videolist p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px 0px 0px 0px;
	vertical-align: top;	
}

#imagelist {
   overflow: auto; 
   width: 700px; 
   height: 126px; 
   border: 1px solid Silver; 
   padding: 0px; 
   margin: 0px;
	font-size: 12px;
}

#imagelist img {
   border: 2px solid White; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

#imagelist img.current {
   border: 2px solid #993300; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

/* -- Image class definitions -- */



.imgBlock {
	float: left;
	width: auto;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 1em;
	word-spacing: 85px;
}

.imgBlock .imgThree {
	padding: 0 2 0 15;
}

.imgLeft {
	float: left;
	padding: 0px 10px 10px 0px;
  	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
    
.imgRight {
	float: right;
	padding: 0px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}    

.imgText {
	display: block;
	font-size: 0.7em;
	color: #B891B9;
}

.nobulletlist {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 1.7em 0px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 20px;
	border-style: none;
}

#calendar {
	border-spacing: 0px;
}
#calendar td {
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#selecttable {
}
#selecttable th {
   background-color: #D8D8D8;
   border-bottom: 1px solid Black;
}
#oddrow {
   background-color: #FFFFFF;
}   
#evenrow {
   background-color: #E8E8E8;
}   
.marquee {
   background-color: red;
   color: white;
	font-size: 14px;
	font-weight: bold;
}  
.menuoff, .menutopoff, .menuleftoff {
	font-size: 12px;
	font-weight: bold;
   text-decoration: none;
}
.menutopoff {
	text-align: center;
}
.menuon, .menutopon, .menulefton {
	font-size: 12px;
	font-weight: bold;
   text-decoration: none;
}
.menutopon {
	text-align: center;
}
 
