/* CSS Document */
/*Main CSS*/
body {
	background-image: url(Images/Background.gif);
	background-repeat: repeat;
	margin-top: 0px;
	font:Tahoma;
	color: white;
}
.table {
	max-width: 795px;
}
.bottom_links {
	font-size:10px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}
.bottom_links a:link{
	font-size:10px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}
.form	{
	color: #000000;
	background-color: #FFFFFF;
	
}
.form_field	{
	color: #FFFFFF;
	vertical-align:middle;
	padding: 7px;
}
.admin_header {
	color: #000000;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.admin_top {
	color: #000000;
	font-size:16px;
	font-weight:bold;
}
.admin_top a{
	font-size:16px;
	color: #000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none
}
.admin_top a:hover{
	font-size:16px;
	color: #0099FF;
	text-align:center;
	font-weight:bold;
	text-decoration:none
}
.note{
	font-size:14px;
	color: #E10000;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
.admin_txt {
	color: #000000;
	font-size:12px;
}
.admin_txt a{
	font-size:10px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none
}
.admin_txt a:hover{
	font-size:10px;
	font-family: Tahoma;
	color: #0099FF;
	text-align:center;
	font-weight:bold;
	text-decoration:none
}
.copy {
	font-size:9px;
	font-family: Tahoma;
	text-align:center;
}
.copy a:link{
	color: white;
}
.sidebar {
	color: white;
	font:Tahoma;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}
.sidebar_text {
	color: white;
	font:Tahoma;
	font-size:12px;
	text-align:center;
}
.phone  {
	font-size:12px;
	font-family: Tahoma;
	text-align:right;
	font-weight:bold;
	padding-right: 5px;
}
.Header_Table {
	font-size:16px;
	font-weight:bold;
}
.membership_app {
	font-size:18px;
	color:#000000;
	text-align:center
}	
.membership_app_text{
	font-size:14px;
	color:#000000;
}	
.membership_app_text_fileld{
	font-size:14px;
	color:#000000;
	border-bottom: thin;
	border-color:#000000;
}	
A:link {
	text-decoration: none;
	border:0;
	}
A:visited {
	text-decoration: none;
	border:0;
}
A:active {
	text-decoration: none;
	border:0;
}
A:hover {
	text-decoration: none; 
	color: red;
	border:0;
}
/*Mission CSS*/
.mission {
	text-align:center;
	font:Tahoma;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	text-decoration:underline
}
.mission_text {
	color: white;
	font:Tahoma;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:justify;
}

/*george CSS*/
.george {
	background-color: #000000;
	text-align:center;
	font:Tahoma;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.george_text {
	color: white;
	background-color: #000000;
	font:Tahoma;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:justify;
}
.poem_title {
	color: white;
	background-color: #000000;
	font:Tahoma;
	font-size:17px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	font-style:italic;
}
.large_link {
	color: #C5E622;
	background-color: #000000;
	font:Tahoma;
	font-size:16 px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center
	text-decoration:none;
	vertical-align:middle;
}
.large_link a{
	color: #C5E622;
	background-color: #000000;
	font:Tahoma;
	font-size:16 px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center
	text-decoration:none;
	vertical-align:middle;
}
.large_link a:hover{
	color: #C5E622;
	background-color: #000000;
	font:Tahoma;
	font-size:16 px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center
	text-decoration:none;
	vertical-align:middle;
}



/*Menu CSS*/
/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #323232;
	width: 200px; /* default width for menu */
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #E1B611;
	text-align: center;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-transform: uppercase;
	color: #E1B611;
	text-align: center;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #606060;
	text-transform: uppercase;
	color: #E1B611;
	text-align: center;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}