/* CSS Document */

/*-------------------------------------TAG REDEFS ---------------------*/


html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
}
body {
	background-image:  url(../images/background2.jpg);
	background-attachment: fixed;
}

hr{
	size: 2pt;
	width: 95%;
	color: #999999;
	margin: -3px 20px 10px 10px;
	text-align: left;
}

h1 {
	font-size: 16.5pt;
	font-family: Arial;
	color: #7D411C;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

h2 {
	font-size: 12pt;
	font-family: Arial;
	color: #7D411C;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

h3{
	color: #7D411C;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline; 
	margin: 15px 0px 8px 10px;
}

h4 {
	color: #B5004C;
	font-family: Verdana;
	font-weight: bold;
	font-size: 7pt;
	padding: 5px 7px 0px 9px;
	margin: 0px;
}
h5 {
	color: black;
	font-weight: bold;
	font-size: 1em;
	margin: 1em;
}
 

a {
	text-decoration: none;
	font-family: Arial;
	color: #7D411C;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color:#718A3B;                    /*necessary for nav rollover in IE */
}

ol li ol li {
	list-style-type: lower-alpha;
	margin-left: 0px;
}

li {
	margin: 7px 30px 8px 10px;
}

/*------------------------------NAV STYLES---------------------------*/

.nav ul, .nav li {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.nav td{
	color: #657A77;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 0px 7px 0px;
}
.nav td a:hover{
	text-decoration: none;
}
.nav td a ul{
	padding-left: 1px;
	list-style-type: none;
	text-decoration: none;
	font-size: 8pt;
}
.nav td a ul li{
	color: #657A77;
	background-image: url(../images/nav-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.nav td a:hover ul li{
	color: #7D411C;
	background-image: url(../images/nav-bullet-over.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.underNav ul, .underNav li {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.underNav td ul{
	padding-left: 1px;
	list-style-type: none;
}
.underNav td{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 2px solid white;	
	background-image: url(../images/nav-btnBack.jpg);
	background-repeat: y-repeat;
	color: white;
}
.underNav td ul li{
	padding-left: 25px;
}

/*-------------------------------------SPECIAL CLASSES ---------------------*/

.searchword {
  background-color: #FFFF00;
}
.address{
	font-family: Arial, sans;
	font-size: 8.5pt;
	font-weight: bold;
	color: white;
}

.time{
	font-family: Arial, sans;
	font-size: 8pt;
	font-weight: bold;
	color: #BACC85;
}

.content{
	font-family: Arial;
	font-size: 9pt;
	color: #456066;
}
.content p{
	margin: 10px ;
	line-height: 18px;
	color: #456066;
	margin-right: 30px;
}

.mtgTable-yearHeader{
	font-family: arial, sans-serif;
	background-color: #333300;
	font-weight: normal;
	color: white;
	font-size: 16pt;
	padding: 2px;
}

.mtgTable-columnHeader{
	background-color: #999966;
	font-weight: normal;
	color: white;
	font-size: 9pt;
	padding: 1px;
	border: 2px outset #BBBB88;
	cursor: default;
}

.mtgTable-columnHeader a{
	color: white;
}

.mtgTable-columnHeader a:hover{
	color: #770000;
}

.footer{
	font-family: Arial, sans;
	font-size: 8pt;
	color: #FFFFFF;
}	

/*-------------------------GRAPHIC ELEMENTS --------------------*/

.graphicShadowRight{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-r.gif); 
	background-position: 0px 8px; 
	background-repeat: no-repeat;
}
.graphicShadowBottom{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-btm.gif); 
	background-position: 8px 0px; 
	background-repeat: no-repeat;
}
.icon{
	position: absolute; 
	top: 0px; 
	margin-left: 15px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;

	 
}
/* ----------------------------PRINT STYLES ---------------------*/

#altPrint {display:none}
#pgBorder {width: 778px; border: 2px solid #E9E9E9}

@media print {
	#noPrint   {display: none;}
	#altPrint   {display: block;}
	#contentBox {width: 720px}	
	#pgBorder {width: 720px}
	.content   {color:black;}
	.content p {color:black;}
}