﻿* {
	font-family: Comic Sans MS, Arial;
	font-size: 14px;
	font-weight: 600;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
h1, .Header1
{
	font-family: Jokerman, Comic Sans MS, Arial;
	font-size: 26px;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
	color: #000000; 
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 0px;
	color: #000000;
}
h2, .GalleryLink
{
	font-family: Jokerman, Comic Sans MS, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000; 
	padding-top: 0px;
	padding-bottom: 3px;
	text-decoration: none;
}
p, .GalleryLinkP
{
	font-family: Comic Sans MS, Arial;
	margin: 0px;
	padding-bottom: 10px;
	color: #000000; 
	background-color: #FFFFFF;
	text-decoration: none;
}
/*
p a
{
	color: #85859c;
	text-decoration: underline;
}
p a:hover
{
	color: #56567c;
}
*/
td
{
	font-family: Comic Sans MS, Arial;
	vertical-align: top;
	text-align: left;
}
img
{
	border: none 0 white;
}

/******************   *****************************/
.header
{
	font-family: Jokerman, Arial;
	font-weight: bold;
	font-size: 22px;
	color: Black;
	background-color: Red;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}
/*
	color: #434367;


	background-color:#AFFFFF;

	background-image: url('../Images/Background.JPG');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;


	background-image: url('../Images/Background.JPG');
	background-repeat: repeat;

	background-color:#000000;
*/
.background_landing
{
	background-color:#000000;
	
	padding-top: 90px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.background_border1, .background_border2, .background_border3, .background_border4
{
	border-style: solid;
	border-width: 3px;
}
.background_border1
{
	border-color: Yellow;
}
.background_border2
{
	border-color: Lime;
}
.background_border3
{
	border-color: Red;
}
.background_border4
{
	border-color: Purple;
}
.header_border1, .header_border2, .header_border3, .header_border4
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
.header_border1
{
	border-color: Purple;
}
.header_border2
{
	border-color: Red;
}
.header_border3
{
	border-color: Lime;
}
.header_border4
{
	border-color: Yellow;
}
.background_landing_button, .background_landing_button a, .background_landing_button a:hover, .background_landing_button a:visited
{
	border-style: none;
	border-color: White;
	border-width: 0;
	text-decoration: none
}
.border_none
{
	border: none 0 white;
}
.background
{
	background-color:#000000;
}
.main
{
	background-color:#FFFFFF; 
	vertical-align: top;
}
.content
{
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
} 
.footer
{
	color: #FFFFFF;
	background-color:#000000; 
	vertical-align: top;
	text-align: center;
	font-size: 9pt;
	padding-top: 15px;
	padding-bottom: 10px
}
.page_headermenu1, .page_headermenu2, .page_headermenu3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	cursor: Hand;
	cursor: Pointer;
	color: White;
	background-color: Black;
	text-align: center;
}
.page_headermenu1:hover
{
	color: Red;
	background-color: Green;
}
.page_headermenu2:hover
{
	color: Yellow;
	background-color: Purple; 
}
.page_headermenu3:hover
{
	color: Black;
	background-color: Lime; 
}

/******************************/
.td_image_holder
{
	width:60px;
	height: 60px;
}

.centered {
	position: absolute;
	text-align: center;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.overlay 
{
	color: #FFFFFF;
	
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}
* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
.loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}
* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/*
.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}
* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
.loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}
* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
*/

/*=============================*/
.title
{
	font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
/*	color: #434367; */
	background-color: #FFFFFF;
}

.GalleryImage
{
	background-color: Red;
	width:auto;
}
/*
.GalleryLink
{
	font-family: Jokerman, Comic Sans MS, Arial;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	padding-top: 0px;
	padding-bottom: 3px;
	text-decoration: none;
}
*/

