body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #0a1f62; /* change this to have what's below the foot stripe be white */
}

body, body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#address a{
color: #B0B7CD;
text-decoration:none;}
#page {
	background-color: white;
}

.constraint { 			
	width: 800px;
	margin: 0 auto;
	text-align: left;
	
	/* this and the body text-align property control how big the page lets out and whether it aligns center or left or what have you */
}

#sitetitle {
	margin: 0;
	float: left;
	width: 358px;
	height: 94px;
	background-image: url(images/LogoAndTagline.gif);
	font-size: 8px;
	color: white;
}

#address {
	font-size: 11px;
	margin: 35px 14px 0 0;
	float: right;	
	color: #B0B7CD;	
	text-align: center;
} 
#footaddress {
font-size:11px;
	padding: 1em 0;
	color: #B0B7CD;	
	text-align: center;
}
#footaddress a{color:#B0B7CD;
	text-decoration:none;
	font-size:11px;
}


#nav {
	background-color: #0a1f62;
	height: 20px;
	line-height: 20px;
	color: #8F8F8F;
}
#nav .shim {
	padding-left: 54px;
	display: inline-block;
}
#nav a {
	color: #8F8F8F;
	text-decoration: none;
	padding: 0 8px;
}
#nav a:hover {
	color: #7FC52D;
}


#contentsection {
	color: #5D5D5D;	
	background-image: url(images/ContentBG.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	left: 3px;
}
#home #contentsection {
	background-image: none;
}

#contentsectiontoppad {
	background-image: url(images/ContentSectionTopPadBG.gif);
	height: 28px;
	background-repeat: repeat-x;
}
#contentsectionfootpad {
	background-image: url(images/ContentSectionFootPadBG.gif);
	height: 23px;
	background-repeat: repeat-x;
}

.col {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}
h3 {
	*font-size: 1.2em;		
}

.leadin {
	font-weight: bold;
	font-size: 150%;
	color: #0F1D68;
}

#pagetitle {
	font-size: 150%;
	color: #0F1D68;
}

#foot {
	background-image: url(images/Sub-FootBG.gif);
	background-repeat: repeat-x;
	height: 44px;
}
#home #foot {
	background-image: url(images/Home-FootBG.gif);
	height: auto;
	background-color: #0a1f62; 
}


table.layout {
    border-spacing: 0;
    border-collapse: collapse;
}
table.layout td {
    padding: 0;
    margin: 0; 
    vertical-align: top;
}

.clear {
	clear: both;
}

form#contact {
	line-height: 130%;
}
form#contact label {
	display: block;
	float: left;
	clear: right;
	width: 120px;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
}

form#contact label#details {
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
}
form#contact input.text,
form#contact textarea {
	margin-bottom: 2px;
	font-size: 11px;
	outline: none;
	border: 1px solid #666;
}

form#contact input#submit {
	margin: 8px 0 0 135px;
}

