
/* Element styling */

body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8796AB;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

a {
	color: #005961;
}

/* IDs */
#encompass {
	margin: auto;
	width: 1000px;
	background-color: white;
}

#header {
	margin: 0px 10px;
	background-color: #E7F1F3;
}

#contentFrame {
	background-image: url(images/content_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 10px;
	background-color: #E6F1F3;
}

#content, #homePageContent {
	background-image: url(images/content_swish.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content {
	padding: 25px;
}


#homePageContent {
	font-size: 12px;
	color: #5C5C5C;
	line-height: 150%;
}

#footer {
	font-size: 10px;
	color: #D9E0EA;
	padding-top: 3px;
}

#footer a {
	color: #D9E0EA;
	text-decoration: none;
}

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

/* Classes */
.homePageHeading {
	font-size: 18px;
	color: #059DAC;
	font-family: Trebuchet MS;
}

.heading {
	font-size: 20px;
	color: #059DAC;
	font-family: Trebuchet MS;
}

.imageMargin {
	margin: 5px;
}

