﻿.contentbluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243D98;
	text-decoration: none;
}
.contentbluetext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F78E1D;
	text-decoration: underline;
}
.contentwhitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.contentwhitetext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243D98;
	text-decoration: underline;
	font-weight: bold;
}
.border {
	border: 1px solid #243D98;

}
.contactbg {
	background-image: url(images/Building-Night.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.hp200 {
	background-image: url(images/hp200big.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.home {
	background-image: url(images/roughcollie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.table
{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    font-family:Arial;
    font-size:0.8em;

}

.background
{
	background-color:#becde7;
	height:31px; 
	font-size:1.6em;

}

.subbackground
{
	background-color:#becde7;
	height:31px; 
	font-size:1.6em;
	padding-left:10px;
	text-align:left;
}


A:link 
{
    text-decoration: none;
    color:#17215f;
}

A:visited
{
    text-decoration: none;
    color:#17215f;
}

A:active 
{
    
    text-decoration: none;
    color:#17215f;
}

A:hover 
{  
    color: #fa681f;
    
}

.title
{
	font-size:3.1em;
	font-family: Arial;
	color:White;
}

A.current:link 
{
    text-decoration: none;
    color:white;
}

A.current:visited
{
    text-decoration: none;
    color:white;
}

A.current:active 
{
    
    text-decoration: none;
    color:white;
}

A.current:hover 
{  
    color: #ffffff;
    
}

.currentbackground
{
	background-color:#17215f;
	height:31px; 
	font-size:1.6em;
}

.currentsubbackground
{
	background-color:#17215f;
	height:31px; 
	font-size:1.6em;
	text-align:left;
	padding-left:10px;
}