﻿body 
{
    font-family:Verdana;
    font-size:small;
    background-color:#a0a4b0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
}
/*These styles override the default link styles for the menu********/
/*Do not remove unless you want the menu to be virtually invisible or otherwise ugly*/
DIV#navbar A:link {color:white; cursor:hand} 
DIV#navbar A:hover {color:white} 
DIV#navbar A:visited {color:white} 
/*******************************************************************/

/*These styles override the default link styles for the menu********/
/*Do not remove unless you want the menu to be virtually invisible or otherwise ugly*/
DIV#newsbar A:link {color:black; cursor:hand;font-size:small;} 
DIV#newsbar A:hover {color:white;font-size:small;} 
DIV#newsbar A:visited {color:black;font-size:small;} 
/*******************************************************************/

a:link
{
    color:#0000FF;
}
a:visited
{
    color:#00457C;
}
a:hover
{
    color:red;    
}  
.PageTitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #00457C;
	border-bottom: silver;
	vertical-align:bottom;
	float:left;
	width:176px;
	margin-top:95px;
	text-align: left;
}
.Subtitle1
{
	font-size: 11pt;
	font-weight: bold;
	color: #00457C;
	font-family: Trebuchet MS;
}
.Position
{
	font-size: 10pt;
	font-weight: bold;
	color: #00457C;
	border-top-color: Silver;
	border-top-width: thin;
	width: 100%
}
.Cities
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	color: #00457C;
}
.gold
{
    background-color:#f3cd00    /*#F7C603*/
}
.ErrorStar /* a nice big red asterisk (or whatever character) */
{
        font-size:larger;
        font-weight: bold;
        color:Red;
}

.PageTitleGroup /*this area encompasses the page title on a content page and the graphic on the right*/
{
    height:117px;
}
.PageTitleRuleLine /*should be right under the PageTitleGroup*/
{
    height: 2px; 
    background-color:Silver; 
    width:100%
}
.PageTitleTable
{
    width: 100%;
    border-bottom: silver thin solid;
}
.ContentBody /*use this style for characteristics that apply to the whole page on content pages*/
{
    margin:5px;
     
}