@charset "UTF-8";
body {
	background: url(images-NewTemplate/PageBackground.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 864px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images-NewTemplate/Header.png) no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:215px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images-NewTemplate/background.jpg) repeat-y;
	min-height:400px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images-NewTemplate/footer.png) no-repeat;
	height:52px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#MenuBar1 {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	padding-top:160px;
	padding-left:3em;

}

#MenuBarItemSubmenu-style1{
	border-color: #7e2217;
	border-style:solid;
	border-width:thin;
}





MenuBarHorizontal{
	color: #FFFFFF;
	background-color: #7e2217;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #2b547e;
	font-weight: bold;
}
.calback {
	background-color: #2b547e;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.dotted {
	border: thin dotted #7e2217;
}
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #7e2217;
}
.special {
	font-style: italic;
	color: #006600;
}
a:link {
    color: #2b547e;
    text-decoration: none;
}

a:visited {
    color: #2b547e;
    text-decoration: none;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.turqstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #347677;
}
.redhighlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #EFEFEF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #222222;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight: bold;
font-size: 11px;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}.Submenu {
	border: thin dotted #7e2217;
}
.turqhighlight {
	font-family: "Edwardian Script ITC";
	font-size: xx-large;
	font-weight: bold;
	color: #328D89;
}
.Header {
	font-family: "Edwardian Script ITC";
	font-size: 40px;
	font-weight: bolder;
	color: #7E2217;
}
