.PageTitle { color: rgb(51,51,102); }

a:link {color: #1c2f67;}/*Default Link Colour*/
a:visited {color: #1c2f67;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #857b57;}/*link's color when you Mouse Over it*/
a:active {color: #b9ac7e;}/*Color when link is clicked*/

.bottomLink { 
color: #fefefe ! important;/*Footer "Site Created By... Links, needed if you want the footer different*/
			   /*from the normal links*/
}


#navcontainer ul a {/*top and bottom main item margin 8px is a good value if you need space*/
       padding-bottom:4px;
padding-top:4px;
}

#navcontainer a {
font-size: 15px;
font-family: Arial;
color: #332a2a;
font-weight: normal ! important;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #fff;
	border-left: 0;
	border-right: 0;
	background-color: #1a3167;
font-weight: normal;
/*letter-spacing: .25px;*/
/*word-spacing: 3px;*/
}

#navcontainer .topline {
	border-top: solid 1px #373737;
/*width: 195px;*/
}

#navcontainer .top_bottomline {
	border-top: solid 1px #373737;
	border-bottom: solid 1px #373737;
/*width: 195px;*/
}

#navcontainer .subitem a
{
	display: block;
	padding: 0px 0px 0px/*SPacing between Sub-MenuItems VERTICAL*/ 8px;/*Indentation Under MAIN menu Header*/

	font-size: 13px;
	font-family: arial;
	color: #332a2a;
	width: 201px;
	text-decoration: none;
	margin-bottom: 0px;
	letter-spacing: normal;
}

.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 24px;
       font-weight: normal ! important;
    font-family: Georgia;
}
