﻿/* main page Style Sheet */

BODY
{font-family: "Times New Roman", sans-serif;
font-size: 14pt;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;}

P
{padding-top: 10px;
margin: 0px;}

/*li{
font-family: "Times New Roman";
background-color: black;
font-size: 18pt}*/
h1
{
font-family: Charlesworth;
font-size: 35pt;
font-weight: bold;
color: #8C7139;
background-color: white;
text-align: center;
margin: 0;}

h2
{
font-family: "Book Antiqua", sans-serif;
font-size: 25pt;
font-weight: bold;
color: #8C7139;
background-color: white;
text-align: center;
}

.center{
  text-align: center;
}

#Main_title{
	font-family:Castellar;
	font-size:35pt;
 	font-weight: bold;
    color: #8C7139;
    height:75px;
	width:750px;   
    text-align: center;
  
    
    
}
#Middle_title{
  font-family:Castellar;
  font-size: 20pt;
 font-weight: bold;
  height:40px;
  width:830px;
  color: #8C7139;
  text-align: center;

}









a:link {
color: #FF3300;
background-color: white;
text-decoration:underline;
}

a:visited 
{
color: #FF3300;
background-color: white;
text-decoration:underline;
}

a:hover
{
color: #FF3300;
background-color: white;
}

a:active
{
color: #ff3300;
background-color: white;
}

img
{border:0px;
}

a
{padding-bottom: 10pt;
}
/*================================================*/

.meeting{
	font-size:x-large;
	text-align:center;
	
}



/*================================================*/
.tdfootleft
{
	font-size:8pt;
	font-family:Verdana;
	text-align:left;	
	width: 33%;
}	

.tdfootcenter
{
	font-size:8pt;
	font-family:Verdana;
	text-align:center;	
	width: 33%;
}

.tdfootright
{
	font-size:8pt;
	font-family:Verdana;
	text-align:right;	
	width: 33%;
}

/*=====================Size==============================*/


.large{
font-size:large;
	
}

.xlarge{
	font-size:x-large;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
font-family: "Book Antiqua", sans-serif;
color: white;
background: #8C7139;
list-style-type: none;
width: 180px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
background: url(images/glossybrown2.gif) top right;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 320px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
font-size: 12pt;
overflow: auto; /*force hasLayout in IE7 */
color: #554422;
text-decoration: none;
background-color: #867139;
background: url(images/glossybrown2.gif) top right;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #554422;

}

.suckerdiv ul li a:hover{
background-color: #ff3300;
background: url(images/glossybrown.gif) top right;
}

.suckerdiv .subfolderstyle{
background: url(arrow_right.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.style1 {
	border-width: 6px;
	border-style: double;
background-color: #FFFFFF;
}

