 
body {
	margin: 0px;
	background-color: #E7E9DC;
	font-size: 70%;
	font-family: Arial;
}

a {
	color: #4E4F43;
}
a:hover {
	color: #2D2E2A;
}
/* Top mini-navigation */
#nav {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
    padding-right: 20px;
}
#nav a {
	color: #E7E9DC;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
/* Banner */
#banner {


    background-image: url(images/banner.gif); 
    background-color: #172028;
   	border-bottom: 2px solid #2A343D;
	
}

#banner h1 {
	font-family: trebuchet ms;
	color: #E7E9DC;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;	
}
/* The entire left column */
#left {
	width: 18%;
	float: left;
	background-color: #C7C9B8;
	border-right: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
}
/* The links on the left side */
#fullnav a {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 25px;
	border-bottom: 1px solid #BBBEAB;
	border-top: 1px solid #D2D3C6;
	color: #1E2B31;
	text-decoration: none;
}
#fullnav a:hover {
	background-color: #D1D3C3;
}
/* The headings on the left */
#left h1 {
	font-size: 100%;
	margin: 0px;
	padding-left: 2%;
	margin-top: 3px;
	margin-bottom: 0px;
}
/* Left paragraph text */
#left p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
}
/* The entire center column */
#center {
    
	float: left;
	width: 62%;
	margin-left: 0.8%;
	color: #3D3E37

}

/* Center column headers */
#center h1 {
	margin: 6px;
	font-size: 160%;
	color: #3D3E37;
}

/* Center column sub headers */
#center h2 {
	margin: 6px;
	font-size: 120%;
	color: #3D3E37;
}

#center h3 {
	margin: 6px;
	font-size: 100%;
	color: #3D3E37;
}

/* Center paragraphs */
#center p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center img {
	float: right;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}

/* Use class="left" for image to be on the left */
#center .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
/* The entire right column */


/* The entire center column */
#center1 {
	float: left;
	width: 31%;
	margin-left: 0.8%;
	color: #65675D;
}
/* Center column headers */
#center1 h1 {
	margin: 6px;
	font-size: 160%;
	color: #3D3E37;
}

/* Center column sub headers */
#center1 h2 {
	margin: 6px;
	font-size: 120%;
	color: #3D3E37;
}

#center1 h3 {
	margin: 6px;
	font-size: 100%;
	color: #3D3E37;
}


/* Center paragraphs */
#center1 p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center1 img {
	float: right;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}
/* Use class="left" for image to be on the left */
#center1 .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}


/* The entire center column */
#center2 {
	float: left;
	width: 31%;
	margin-left: 0.8%;
	color: #65675D;
}
/* Center column headers */
#center2 h1 {
	margin: 6px;
	font-size: 160%;
	color: #3D3E37;
}

/* Center column sub headers */
#center2 h2 {
	margin: 6px;
	font-size: 120%;
	color: #3D3E37;
}

#center2 h3 {
	margin: 6px;
	font-size: 100%;
	color: #3D3E37;
}

/* Center paragraphs */
#center2 p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center2 img {
	float: right;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}
/* Use class="left" for image to be on the left */
#center2 .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
/* The entire right column */

#right {
	width: 18%;
	float: right;
	background-color: #C7C9B8; 
	border-left: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
}
/* Right headings */
#right h1 {
	background-color: #ED1C24;  
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
    color: white;
	margin: 0px;
	padding-left: 1%;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}

/* Right paragraphs */
#right p {
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
}
/* Footer */
#footer {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	float: left;
	width: 100%;
}
#footer p {
	padding-right: 20px;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	border-bottom: 1px dashed #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}




/* <h2 class="withPadding">Title</h2> */
.withPadding{padding-top:5px; padding-bottom:5px}

/* <h2 class="withBottomPadding">Title</h2> */
.withBottomPadding{padding-bottom:5px}

/* <h2 class="withTopPadding">Title</h2> */
.withTopPadding{padding-top:5px}






/* The entire center left column for contact page only */
#center2a {
	float: left;
	width: 31%;
	margin-left: 0.8%;
	color: #65675D;
}
/* Center column headers */
#center2a h1 {
	margin: 6px;
	font-size: 160%;
	color: #3D3E37;
}

/* Center column sub headers */
#center2a h2 {
	margin: 6px;
	font-size: 120%;
	color: #3D3E37;
}

#center2a h3 {
	margin: 6px;
	font-size: 100%;
	color: #3D3E37;
}

/* Center paragraphs */
#center2a p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center2a img {
	float: middle;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}
/* Use class="left" for image to be on the left */
#center2a .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}





