﻿/* General */ 
 
body 
{
   color:#003399;
   font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration:undeline;
	color: #ffffff;
}
a:active {
	text-decoration:undeline;
	color: #ffffff;
}

/* Photo Gallery */ 
.clsCMOn {
	font-size: 11px;
	text-align: left; 
    padding: 2px 4px;
    font-family:Arial, Helvetica, sans-serif;
    border:thin white solid;
    font-weight:bold;
	color: white;
	background-color:#000066;
}

.clsCMOver {
	font-size: 11px;
	text-align: left; 
    padding: 2px 4px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    border:thin white solid;
	color: #ffffcc;
	background-color:#006666;
}
 
.style1blink {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink 
}

.thumb_border {
border:1px solid #000000;
}

.thumb_border:hover {
border:1px solid #3399FF;
}
.tab {
background-image:url(../../images/bluetab.gif);
background-repeat:no-repeat;
height: 33px;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
font-weight:bold;
color:#FFFFFF;
}
.TABTEXT {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
font-weight:bold;
color:#FFFFFF;
padding-top:10px;
padding-left:15px;
}

/* Main Site Structure */  

.mainSiteStructure
{
    width: 732px;
    border: 0px;
    padding: 0px;
    
}
	
/* Sub Menus */  

.MainMenu
{
   background-image: url(images/b.gif);
   background-repeat:repeat-x;
   width: 732px;
}
.level1
{
    color: #ffffff !important;
    font-size: 11px !important;
    background-color: #2f425a;
    text-decoration: none !important;
    font-weight: normal;
}
.level2
{
    color: #ffffff !important;
    font-size: 12px !important;
    background-color: #000066;
    text-decoration: none !important;
    font-weight: bold;
    border-right: #ffffff 2px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 1px solid;
    padding-left: 2px;
    padding-right: 2px;
}
.level3
{
    color: #ffffff !important;
    font-size: 12px !important;
    background-color: #000066;
    text-decoration: none !important;
    font-weight: bold;
    border-right: #ffffff 2px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 1px solid;
    padding-left: 2px;
    padding-right: 2px;
}
.level4
{
    color: #ffffff !important;
    font-size: 12px !important;
    background-color: #000066;
    text-decoration: none !important;
    font-weight: bold;
    border-right: #ffffff 2px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 1px solid;
    padding-left: 2px;
    padding-right: 2px;
}
.hoverstyle
{
    color: #ffffbd!important;
    font-size: 12px;
    background-color: #006666;
    text-decoration: none!important;
    font-weight: bold;
    border-right: #ffffff 2px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 1px solid;
    padding-left: 2px;
    padding-right: 2px;
}

/* Search Engine */  

.searchTitle
{
    text-align: center;
    font-size: 16px!important;
}
.searchTable
{
    color: #003399!important;
    background-color: #caddff;
    text-decoration: none!important;
    font-weight: normal;
    border-right: #caddff 5px solid;
    border-top: #caddff 1px solid;
    border-left: #caddff 5px solid;
    border-bottom: #caddff 1px solid;
    width: 100%;
}
.searchTableLinkColumn
{
    text-align:left;
}
.searchTableInfoColumn
{
    text-align:left;
}

/* Request Visitor Information */  

.InfoRequest
{
    color: #003399!important;
    background-color: #caddff;
    text-decoration: none!important;
    font-weight: normal;
    border-right: #caddff 5px solid;
    border-top: #caddff 1px solid;
    border-left: #caddff 5px solid;
    border-bottom: #caddff 1px solid;
    width: 100%;
}
.InfoRequestTextColumn
{
    text-align:right;
}
.InfoRequestInfoColumn
{
    text-align:left;
    width:  100%;
}
.InfoRequestMenuTitle
{
    text-align: center;
    font-size: larger;
}