﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-color: #01111d;
	color: #000;
	font-family: arial,verdana, sans-serif;
	
	text-align: left;
}
#menu
{
    width: 800px;
    height:18px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Arial Black' , Arial;
    border-top: #ffffff 1px solid;
    background-color: #4682b4;
    font-size: 12px;
    text-align:left;
}
#menu ul { list-style: none; padding: 0px; margin: 0px; height:25px;}
#menu li
{
    display: inline;
    height:25px;


}


#menu a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	padding-right: 10px;
    padding-left: 10px;
}
#menu a:hover
{
    color: #ffffff;
    background-color: #ff0000;
}


.MenuLeft
{
    font-size: 11px;
    color: #000080;
    font-family: Verdana, Arial;
    width: 100%;
    height: 20px;
    border-bottom: black 1px dotted;
    background-color: #e6e6fa;
    font-weight: bold;
}
.MenuLeft A:active
{
    color: navy;
}
.MenuLeft A
{
   color: navy;
}

.DynamicLeft
{
   font-size: 11px;
    color: #000080;
    font-family: Verdana, Arial;
    width: 100%;
    height: 20px;
    border-bottom: black 1px dotted;
    border-right: black 1px dotted;
    border-left: black 1px dotted;
    background-color: #e6e6fa;
    padding-right:10px;
    font-weight: bold;
}
.DynamicLeft A:active
{
    color: navy;
}
.DynamicLeft A
{
   color: navy;
}

.HoverLeft
{
     font-size: 11px;
    color: #fff;
    font-family: Verdana, Arial;
    background-color: red;
    font-weight: bold;

}
.HoverLeft A:active
{
   color: white;
}
.HoverLeft A
{
   color: white;
}
.BodyText
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    margin: 5px;
}
.Title
{
    font-size: 14px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    margin: 5px;
}
.Gallery
{
    border-right: black 4px solid;
    border-top: black 4px solid;
    border-left: black 4px solid;
    border-bottom: black 4px solid;
}
.PageTitle
{
    font-size: 24px;
    font-family: 'Trebuchet MS';
    margin: 5px;
    font-weight: bold;
}
.PhotoCaption
{
    font-size: 9px;
    font-family: Arial;
    margin: 5px;
    font-weight: normal;
}
.Small
{
    color: black;
    font-size: 10px;
    font-family: Arial;
}

.content
{
    border-right: gainsboro 4px solid;
    border-top: gainsboro 4px solid;
    border-left: gainsboro 4px solid;
    border-bottom: gainsboro 4px solid;
    width:800px;
    padding:0px;
    text-align:left;
}

.leftcontent
{
    border: solid 4px steelblue;
    position: absolute;
    top: 100px;
    height: 100%;
    z-index: 200;
    background-color: #ffffff;
}
.logo
{
     position: absolute;
    top: 10px;
}