/*----------------------Contact page styles--------------*/
#contact {
	color: 2a334b;
	padding: 20px 70px 0px 70px;}
#contact h2{
	color: #9E0000;
	font-size: 17px;
	font-weight: bold;}
#contact p{
	font-size: 12px;
}
#contactbox {
	width: 220px;
	height: 100px;
	border-right: dotted 2px #DDDDDD;
	float: left;
	margin: 40px 0px 40px 0px;}
#contact p a:link, a:visited {
	text-decoration: none;
	color: #9E0000;}
#contact p a:hover {
	text-decoration: underline;}
.style3 {color: #9E0000;}
.style4 {color: #0000ff;}
/*----------------------Our sites page styles--------------*/
table.foliotable 
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.foliotable td {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
}
table.latestsites{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.latestsites td{
	width: 33%;
	vertical-align: top;
	padding: 20px 20px 20px 0px;
	border-top: dotted 1px #999999;	
}
table.latestsites td a img{
	border: solid 5px #FFFFFF;
	margin: 3px 0px 3px 0px;
}
table.latestsites td a img:hover{
	border: solid 5px #CCCCCC;
}
table.othersites {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.othersites td{
	width: 25%;
	padding: 10px;
	vertical-align: top;
	border-top: dotted 1px #999999;
}
table.othersites td a img{
	border: solid 3px #FFFFFF;
	margin: 3px 0px 3px 0px;
}
table.othersites td a img:hover{
	border: solid 3px #12254c;
}
a.sitelink, a.sitelink:active, a.sitelink:link, a.sitelink:visited
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 0px;
}
a.sitelink:hover
{
	text-decoration: none;
	color: #999999;
}