/* Global Styles */

body {
	margin:0px;
	background-color: #BFBFBF;
	background-image:url('../img/grey-gradient-bg.png');
	background-repeat: repeat-x;
	}
	
td {
	font:12px /*Georgia, Arial, Helvetica, sans-serif;*/
	color: black;
	}
	
p {

	line-height: 1.3em;  
	font:11px;
	color:#333;
	font-family: "Lucida Grande", Arial, sans-serif;
}

/*
p {
	font:12px
	color: black;
	}
*/	
a {
	font:12px; /*Georgia, Arial, Helvetica, sans-serif;*/
	color: #001199;
	}
	
a:hover {
	color: black;
	text-decoration: none;
	}

/* ID Styles */

/**************** START PULL_DOWN  CSS ****************/

#title{
	font:28pt; 
	color:black; 
	font-family: 'Capitals', Arial, sans-serif;
}

#navigation_top td{
	height: 40px;
	color: white;
	font-weight:bold;
	border-top: 1px solid #BBBBBB; 
	border-right: 1px solid #BBBBBB;  
	border-left: 1px solid #BBBBBB;
}

#navigation_top ul {
	margin: 0;
	padding: 0 0 40px 0;
	list-style-type: none;
	}

#navigation_top li  {
	margin: 0;
	padding: 0;
	margin-right: 0px;
	color:black;
	text-decoration:none;
	float:left;
	border-right:1px solid black;
	border-left:1px solid black;
	}

#navigation_top li:hover  {
	border-right:1px solid #BBBBBB; 
	border-left:1px solid #BBBBBB; 
	}


#navigation_top a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background:#001199;
	display: block;
	padding: 7px;
	}

#navigation_top a:hover {
	text-decoration: none;
	background: white;
	color: #001199;
	}

#navigation_top li ul {
	display: none;
	}

#navigation_top li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:16em;
	padding: 0;
	margin: 0;
	background: black;
	border-top: 0px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	}
	
.nav_expanded_li {
	width: 16em;
	}
	
#navigation_top li li {
	border: none; 
	}	

#navigation_top li li a {
	background: black;
	padding: 2px 0px 2px 5px;
	width:16em;
	}

/*********************END PASTED FROM PULLDOWN *********************/
#parent-main-table {
	background: #FFFAC0;

}

	
#main_table {
	border-bottom: 1px solid #BBBBBB; 
	border-right: 1px solid #BBBBBB;  
	border-left: 1px solid #BBBBBB; 
	padding-left:5px; 
	padding-right:5px;
}

/********************************************************************/
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
/*	color: #5C743D;*/
	color: #003333;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font-size:11px;
	color: #993300;
	font-weight: bold;
	letter-spacing:.4em;
	line-height:18px;
	}

	
/* Class Styles */

.logo {
	font: 45px Georgia, "Monotype Corsiva", Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 10px;
	line-height: 55px;
}

.logo_smaller {
	font: 20px Georgia, "Monotype Corsiva" , Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 50px;
}

.logo-test {
	font: 15pt Georgia, "Monotype Corsiva", Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 10px;
	line-height: 55px;
}
.logo-test-big {
	font: 48pt "Edwardian Script ITC", Georgia, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	padding-left: 10px;
	line-height: 55px;
}

.bodyText {
	font:12px Georgia, Arial, Helvetica, sans-serif;
	color:BLACK;
	font-weight: bold;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 24px "Goudy Old Style" , "Monotype Corsiva" , Arial, Helvetica, sans-serif;
	/*color: #99CC66;*/
	color: #003300
	line-height:26px;
	letter-spacing:.21em;
	font-weight: bold;
	border-bottom: 1px solid black;
	}
	
.body-header{
	font: 24px "Goudy Old Style" , "Monotype Corsiva" , Arial, Helvetica, sans-serif;

/*	color: #003300*/
	color:black;
	line-height:26px;
	letter-spacing:.21em;
	font-weight: bold;
	border-bottom: 1px solid black;
	width: 350px;
	margin-bottom: 0px;
	padding-left: 5px;
	}
.body-header-bottom {
	font: 18px "Goudy Old Style" , "Monotype Corsiva" , Arial, Helvetica, sans-serif;
	/*color: #99CC66;*/
	color: #003300
	line-height:26px;
	letter-spacing:.21em;
	font-weight: bold;
	border-bottom: 1px solid black;
	width: 200px;
	border: 0px; 
	width: 350px; 
	margin-top:0px;
	padding-left: 5px;
}

.body-enlarge {
	font-size: 1.4em; 
	font-weight: bold;
}

.subHeader {
	font:bold 12px Georgia, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
	}
	
.navText {
	font:11px Georgia, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	text-decoration: none;
	}

.main-tr {
	background-position: top left;
	background-repeat: no-repeat;
	}
	
