﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #fff;
	
}

#container {
	background-image: url('images/containerBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	
}

#wrapper
{
	background-color: #fff;
	margin: 0px auto;
	width: 615px;

}

#header {
	background-image:url('images/header.jpg'); 
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 615px;
	height: 224px;
}

#footer {
	background-color: #fff;
	margin: 0px auto;
	width: 615px;
	height: 20px;

} 


.text {
	margin: 0px 0px 0px 20px;
}

.largeText {
	font-size: 30pt;
	font-weight: bold;
}

.ccStyle
{
	clear:left; 
	float:left;
	width:150px;
	padding:5px;
}
.giStyle
{
	clear:left; 
	float:left;
	width:150px;
	white-space:pre-wrap;  
	padding:5px;	
}
div#mainNav {
	border-color: #fff !important;
	background: url('images/underpageNAVcreamSun.jpg') no-repeat 770px;
}

ul#navmenu-h {
	background-image: url('images/underpageNAVcream.jpg');
}