/* Copyright Cornwall 365 stylesheet */

/* fixes and hacks */


.clear 
{
clear:both
}

/* Body elements */


html, body {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px;
}

body
{
	background-color: #dedede;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}

p {
	max-width: 740px;	
}

h1, h2
{
	font-weight: bold;
	border-bottom: 1px #000000 solid;
	color: #ff9c00;
}

h1
{
	font-size: 130%;
	padding: 0px;
	margin-top: 5px;	
	margin-bottom: 5px;
}

h2 {
	font-size: 90%;
	margin-top: 5px;	
	margin-bottom: 5px;
}
h3
{
	font-size: 110%;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}

.smallText {
	font-size: 85%;
}

.imgBorder
{
	border: 1px #000 solid;
}

/* link styles */

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #0066ff;
}

a:hover
{
	text-decoration: none;
	color: #0066ff;
}

#footer a:link, #footer a:visited, #footer a:active
{	
	color: #000000;
	text-decoration: underline;
	padding: 5px;
}

#footer a:hover
{	
	text-decoration: none;
}



.topNavArea a:link, .topNavArea a:visited, .topNavArea a:active, .topNavArea a:hover
{
	text-decoration: none;
	color: #ffce37;
	font-size: 110%;
}

.topNavArea a:hover
{
	color: #ffe38c;
}

.topNavArea
{
	font-size: 125%;
	line-height:40px;
	}



a.boxedLinks:link, a.boxedLinks:visited, a.boxedLinks:active, a.boxedLinks:hover
{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #3e77bd;
	border: #1e77bd;
}

a.boxedLinks:hover {
	background-color: #00377c;
}

a.homePageInfoLarge:link, a.homePageInfoLarge:visited, a.homePageInfoLarge:active, a.homePageInfoLarge:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
}

a.homePageInfoLarge:hover {
	text-decoration: none;
}

a.homePageInfoSmall:link, a.homePageInfoSmall:visited, a.homePageInfoSmall:active, a.homePageInfoSmall:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.homePageInfoSmall:hover {
	text-decoration: none;
}
