/********************************  Colors *************************************/
/* 366227 = light forest green */
/* c47137 = tan paddle (old) */
/* eace95 = beige main content */

/********************************  Overall *************************************/

* {margin:0; padding:0;}

body {
	font-family: Arial; 
	font-size: 12pt; 
	font-weight:normal;
	margin:0px; 
	padding:0px; 
	background-color:#c08861; 
	}
	
/********************************  Page Layout *************************************/

/* Page wrapper. */
/* To center the overall page on a wide screen, but make text left-aligned (unless overridden to be centered in another div). */
#wrapper {
	position: relative; 
   	margin: 0 auto;  /* center on everything else */
   	width: 980px;  /* fixed width for content */
   	text-align: left;}
		
/* Add width + MarginAndPadding*2 (or height + MarginAndPadding*2) to get the true width (or height) of the div. */

/* Header. */
#Header {
	width:980px; 
	text-align:left;
	margin: 0px;
	}
	
/* Overall Content - left col + main content + right col. */
#ContentArea {
	width:980px;
	background-image: url('graphics/ContentColorBar.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	}

/* Navigation column. */
#ColLeft {
	background-color:#366227; 
	color:#FFFFFF; 
	text-align:left;
	width:180px; 
	float:left;
	}

#ColLeft a:link, #ColLeft a:visited, #ColLeft a:active {
	color:#FFFFFF; 
	text-decoration:none;
	}
	
#ColLeft a:hover {
	color:#FFFFFF; 
	text-decoration:underline;
	}

/* Main content column.  */
/* Decrease width setting by the amount that the padding settings are increased. */
#ContentMain {
	background-color:#eace95; 
	width:526px; 
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	}

#ContentMain a:link, #ContentMain a:visited, #ContentMain a:hover, #ContentMain a:active {
	color:#CC3333; 
	text-decoration:none;
	}

/* Photo column. */
#ColRight {
	background-color:#366227; 
	color:#FFFFFF; 
	font-weight:normal;
	text-align:center;
	width:254px; 
	float:left;
	}
	
#ColRight a:link, #ColRight a:visited, #ColRight a:active {
	color:#FFFFFF; 
	text-decoration:none;
	}

#ColRight a:hover {
	color:#FFFFFF; 
	text-decoration:underline;
	}

/* Footer with background image. */
#FooterCont {
	color:#366227;
	width:980px; 
	height:166px;
	float:left;
	text-align:left;
	background-image: url('graphics/Footer-MVC-619F.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
	
/* Footer - supplemental */
#FooterLower {
	color:#000000;
	width:980px; 
	float:left;
	text-align:center;
	font-weight:normal;
	}

#FooterLower a:link, #FooterLower a:visited {
	color:#366227; 
	text-decoration:none;
	}
	
#FooterLower a:hover, #FooterLower a:active {
	color:#FFFFFF; 
	text-decoration:none;
	}

.footerCopy {
	font-size: 8pt; 
	text-align:center;
	font-weight:normal;
	}

.footerNav, .footerNav td {
	font-size: 9pt; 
	text-align:left; 
	color:#234119;
	font-weight:bold;
	}

.footerNav a:link, .footerNav a:visited, .footerNav a:active {
	font-size: 9pt; 
	text-align:left; 
	color:#000000; 
	text-decoration:none;
	font-weight:bold;
	}
	
.footerNav a:hover {
	font-size: 9pt; 
	text-align:left; 
	color:#b61313; 
	text-decoration:none;
	font-weight:bold;
	}


.clearthefloats {clear:both;}


/********************************  Text Formats *************************************/

h1 {
	color:#366227;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
}
	
hr {
	border: solid #FFFFFF 1px;
}

p {
	margin-bottom: 15px;
}

.sketch {
	background-color:#FFFFFF; 
}
	
.hdg {
	color:#366227; 
	font-weight:bold;
}

img {
	margin:0px;
	border:0px;
}
	
ul {
	margin-top: 0px;
	margin-right:  0px;
	margin-bottom:  20px;
	margin-left:  20px;
	padding: 0px;
}

img {
	border:0px;
}

/* Use for images that you want to align to the left - leaves extra "hspace" on the right-hand side of the image. */
.imgleft {
	margin-right: 5px;
	float: left;
}

/* Use for images that you want to align to the right - leaves extra "hspace" on the left-hand side of the image. */
.imgright {
	margin-left: 5px;
	float: right;
}


/* Creates table with green heading bar (when <th> used) and gray cells. */
.grid table {
	padding: 10px;
} 

.grid th {
	background-color: #366227;
	color: #FFFFFF;
} 

.grid td {
	text-align: center;
	background-color: #c1c1c1;
}

/* To center a table in both IE and FireFox. */
.tblcenter {
	align: center;
	margin: auto;
	border: 0px;
}
	
