﻿html,body 
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	min-height: 100%;
	margin-bottom: 1px;
}

A
{
    color: #663333;
    font-weight: bold;
    text-decoration: none;
}
A:link
{
}
A:visited
{
}
A:hover
{
    text-decoration: underline;
}
A:active
{
}

h1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14pt;
	color: #663333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #663333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #663333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #663333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #663333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #663333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColElsCtrHdr  { 
	background: url(/images/bg.png) repeat-x;
	background-color: #fff8f8;
} 

.oneColElsCtrHdr #header { 
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 250px;
	background-color: #ffffff;
	margin: 20px auto 0px 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. */
	padding: 0px;  /* 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. */
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
} 

.oneColElsCtrHdr #menu { 
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #ffffff;
	margin: 0px 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. */
	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. */
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
} 

.oneColElsCtrHdr #mainpage { 
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px 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. */
	background-color: #ffffff;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}

.oneColElsCtrHdr #innermainpage { 
	padding: 10px;
	min-height: 300px;
	_height: 300px;
}

.oneColElsCtrHdr #footer 
{
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.oneColElsCtrHdr #footer p
{
	width: 972px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px 0 2px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: Gray;
	font-size: 11px;
}

.oneColElsCtrHdr #footer a
{
    color: Gray;
    font-weight: normal;
} 

#visitors A
{
    color: Black;
    font-weight: normal;
}

.TitleContainer
{
	position: relative;
}

.PageHeader
{
    margin-bottom: 15px;
}

.Error
{
    color: Red;
    font-weight: bold;    
}

.AdminDivStyle
{
    padding: 5px;
}

.PagesImagesViewText
{
	font-style: italic;
    color: #666666;
}

.SlideShow
{
    height: 250px;
    width: 970px;
    margin: auto;
}

.SlideShow img
{
     border: 0px;
     display: none;
}

.SlideShow img.first
{
     display: block;
}
