/*   default theme    */
a:link {color: #557;}
a:visited {color: #557;}
a:active {color: #557;}
a:hover {
  color: #000;
}

#header {
 border-bottom:1px solid #000;
 background: #7692A7;
}

#header img.left {
  border: 6px solid #4F616E;
}

#header h1 {
  color: #333;
}

#header h4 {
  color: #333;
}

#menuBox ul {
  color: #ddd;
  background-color: #586976;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  text-transform: uppercase;
  letter-spacing:1px;
  border: ;
  border-color: #fff;
  }

#menuBox li a {
  color: #ddd;
  background-color: #586976;
  font-weight:normal;
  
    border-right: 1px solid #fff;
        
  }

#menuBox li #current {
  background-color: #586976;
  color: #fff;
  font-weight:normal;
  }

#menuBox li a:hover {
  background-color: #DCE3E9;
  font-weight:normal;
  color: #000;
  }

.banner {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  font-family: arial;
  text-decoration: underline;
  text-align : right;
}

.banner a:link {
  color: #000;
  font-family: arial;
  font-weight: bold;
}

.banner a:visited {
  color: #000;
  font-family: arial;
  font-weight: bold;
}

.banner a:active {
  color: #000;
  font-family: arial;
  font-weight: bold;
}

.banner a:hover {
  color: #000;
  font-family: arial;
  text-decoration: underline overline;
}

.inactivebanner {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;
	text-align : right;
	}

#rightCol .banner {
  text-align : left;
}

#rightCol .inactivebanner {
  text-align : left;
}

#rightCol .banner a:link {
  color: #000;
  font-family: arial;
  font-weight: bold;
}


#leftCol .sidebarlinks {
	text-align : right;
	}
#rigthCol .sidebarlinks {
	text-align : right;
	}


#rightCol input {
  font-family: arial;
  font-size: 11px;
  background-color: #586976;
  border-sytle:solid;
  border-color: #333;
  color: #fff;
}

#rightCol select {
  font-family: arial;
  font-size: 11px;
  background-color: #586976;
  border-sytle:solid;
  border-color: #333;
  color: #fff;
}

#rightCol form {
  font-family: arial;
  font-size: 11px;
}

#bottomleft{
	font-size: 11px;
	color: #336;
	line-height: 16px;
	font-family: ms sans serif, Verdana, Geneva, Arial;
	text-decoration: none;
       text-align:right;
}

.sidebarlinks
	{
	font-size: 11px;
	color: #336;
	line-height: 16px;
	font-family: ms sans serif, Verdana, Geneva, Arial;
	text-decoration: none;
	}
.sidebarlinks a
	{
	font-size: 11px;
	color: #336;
	line-height: 16px;
	font-family: ms sans serif, Verdana, Geneva, Arial;
	text-decoration: none;
	}

.sidebarlinks a:link {color: #336;}
.sidebarlinks a:visited {color: #336;}
.sidebarlinks a:active {color: #336;}

.sidebarlinks a:hover
	{
	color: #66c;
	text-decoration: underline overline;
	}


body {
  background:#fff;
  color: #333;
  a color: #336;
}

#leftCol {
 background:#BAC8D3;
 color: #333;
}

#rightCol{
 background:#BAC8D3;
 color: #333;
}

#centralBlock {
 background:#BAC8D3;
 color: #333;
}

#centerCol{
 background:#fff;
 color: #333;
 border: solid #000;
 border-width:0 1px;
}

#footer {
 background:#eee;
 color: #333;
 }

#entryDate {
  color: #91A8B9;
  background-color: ;
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
    text-align: left;
}

#banner a:link {
  color: #000;
  font-family: arial;
  font-weight: bold;
}

#entryDate a {
 background-color:;
  color:#91A8B9;
  text-decoration: none;
    }
#entryDate a:link {color: #91A8B9;}
#entryDate  a:visited {color: #91A8B9;}
#entryDate  a:active {color: #91A8B9;}
#entryDate a:hover {
  color: #000;
  text-decoration: ;
}


#entry {
  font-size: 14px;
}

#entryFooter {
  text-align: right;
  font-weight:bold;
  font-size:10px;
  color: #000;
  background-color: #DCE3E9;
  border-width 1px;
  border: solid #fff;
}



