@charset "UTF-8";
/* CSS Document */


/* old container */
.container{
	width: 800px;  /* container should fit in 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: 15px;
	top: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 15px;	
	
}

.mainpage {
	width: 800px;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	background-image: url(/home_page/home.jpg);
	height: 750px;
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 15px;
 }
 
 .banner_top {
	height: 248px;
	background-image: url(/banner_buttons/banner2.jpg);
	width: 100%;
 }

/* top of page */

.button_box {
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(/banner_buttons/banner2.jpg);
	height: 240px;
	background-image: url(/banner_buttons/banner2.jpg);
	height: 248px;
	width: 800px;
}


/*editable content */
.page_title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333366;
}

.sub_title {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.table_caption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	background-color: #FFFFFF;
	background-position: center center;
}
.V_caption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 36px;
	margin: 0px;
	background-color: #FFFFFF;
	
}

.enlargement_image {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;
	position: relative;
}


.enlargement_caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	border: 0px;
}
.lapelpin_caption {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	height: 25px;
	margin: 0px;
	background-color: #FFFFFF;
}



/* editbale table conent */

.Content {
	background: #FFFFFF;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}


/* bottom of page */
.footer{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 800px;
	/* padding-top: 10px;
	padding-right: 0;
	/* padding-bottom: 10px; 
	padding-left: 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
	color: #000000;
	background-image: url(/banner_buttons/footerback.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

.copyright {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 5px;
	padding-top: 10px;
}


/* llnk colors */
a:link {
	color: #660000;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #336600;
}
a:active {
	color: #660000;
}

.dingbat1 {
font-family: "Zapf Dingbats"; 
color: #333366; 
}

.solidbar {
	background-color: #333366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}

</style>
