body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background:#3e515f;
	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 */
}

bodySummer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background:#736153;
	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 */
}

a {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:White;
}
a:hover {
	text-decoration:underline;
}

.ProgressBar
    {
        position:absolute;
        top:10px;
        right:10px;
        width:42px;
        height:38px;        
        background:#ffffff;
        border:solid 1px black;
        padding:5px 5px 5px 5px;
     }
     
.ContentBorderSummer
{
    border-width:5px;
    border-color:#cec1bb;
    border-style:solid;
}

.ContentBorder
{
    border-width:5px;
    border-color:#97a5b1;
    border-style:solid;
}

.ContentBackgroundSummer
{
    background:#504137;
}

.ContentBackground
{
    background:#1d2d38;
}

.LeftMenuBackgroundSummer
{
    background:#81756c;
}

.LeftMenuBackground
{
    background:#59666f;
}


.Spacing10side20
{
    padding:10px 20px 10px 20px;
}

.Top15Bottom5
{
    padding:15px 0px 5px 0px;
}


.Spacing5
{
    padding:5px 5px 5px 5px;
}

.Spacing5t8
{
    padding:8px 5px 5px 5px;
}

.Menu1Summer
{
    width:216px;
    background-color:#cec1bb;
    background-image:url(images/menu1bg-sm.gif);
    background-repeat:repeat-x;
    background-position:top;   
        
}

.Menu2Summer
{
    width:216px;
    background-color:#a49992;
    background-image:url(images/menu2bg-sm.gif);
    background-repeat:repeat-x;
    background-position:top;    
}

.Menu3Summer
{
    width:216px;
    background-color:#81756c;
    background-image:url(images/menu3bg-sm.gif);
    background-repeat:repeat-x;
    background-position:top;    
}

.Menu1
{
    width:216px;
    background-color:#97a5b1;
    background-image:url(images/menu1bg.gif);
    background-repeat:repeat-x;
    background-position:top;   
        
}

.Menu2
{
    width:216px;
    background-color:#859097;
    background-image:url(images/menu2bg.gif);
    background-repeat:repeat-x;
    background-position:top;    
}

.Menu3
{
    width:216px;
    background-color:#59666f;
    background-image:url(images/menu3bg.gif);
    background-repeat:repeat-x;
    background-position:top;    
}

.ContentDivider
{
    color:#59666f;
    height:1px;
}

.SitePath
{
    color:#ff900f;
    font-family:Verdana;
    font-size:11px;
}

.BottomBigSummer
{
    color:#817064;
    font-family:Verdana;
    font-size:24px;
}

.BottomBig

{
    color:#556571;
    font-family:Verdana;
    font-size:24px;
}

.LeftMenuItem
{
    padding:2px 0px 4px 0px;        
}

.Highlight
{
    color:#faf107;
}

.HighlightWinter
{
    color:#ff900f;
}

.ImageBorder
{
    border-width:2px;
    border-color:#ffffff;
    border-style:solid;
    margin:5px;
}

.ImageBorderDark
{
    border-width:2px;
    border-color:#ff0000;
    border-style:solid;
    margin:5px;
}

.GalleryLinkBorder
{
    border-width:1px;
    border-color:#ffffff;
    border-style:solid;
    margin:2px;
    padding:2px;
    font-family:Verdana;
    font-size: 14px;
}

.GalleryLinkSelected
{
    background-color:#c5ced5;
}

.DateShow
{
    border-width:0px;
    font-family:Verdana;
    font-size: 12px;
    width:70px;
    height:14px;
    background-color:Transparent;
}
 
 .BasicButton
 {
    border-right: thin solid;
     border-top: thin solid; 
     border-left: thin solid; 
     border-bottom: thin solid
 }
 
 .Spacing5v2
{
    padding:5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
}

.MenuHighlightSummer
{
    color:#ff900f;
}

.MenuHighlight
{
    color:#ffc423;
}



.BottomLinksBackSummer
{
    background: #504137;
}

.BottomLinksBack

{
    background: #1d2d38;
}


