body {
	background-image: url(images/PgElements/BkgdPtrn.gif);
	background-repeat: repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #9a9766;
	}
	
#wrapper { 
	width: 1000px;
	margin: 0 auto;
	}
	
#topMenu {
	background-color: #f0eee2;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	}

#topMenu a:link, #topMenu a:visited {
	color: #9a9766;
	text-decoration: none;
	}

#topMenu a:hover {
	color: #351975;
	text-decoration: none;
	}

#header {
	background-image: url(images/PgElements/Header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 289px;
	}

#mainArea {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	}

#mainArea .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
	
a:link, a:visited {
	color: #9a9766;
	text-decoration: underline;
	}

a:hover {
	color: #351975;
	text-decoration: underline;
	}

/*=============== MAIN AREA - 1 COLUMN FORMAT ============*/

#main1Col {
	width: 970px;
	padding: 15px;
	}
	
#main1Col p {
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
	}

#main1Col p strong {
	font-weight: bold;
	}

#main1Col h1 {
	font-size: 1.8em;
	line-height: 1.0em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #351975;
	}

#main1Col h2 {
	font-size: 1.4em;
	line-height: 0.9em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #351975;
	}

#main1Col h3 {
	font-size: 1.1em;
	line-height: 0.7em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #351975;
	}

#main1Col .image_left { 
	margin: 0; 
	padding-bottom: 3px; 
	float: left; 
	width: 180px;
	font-style: italic;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 0.5em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/*=============== MAIN COL - 2 COLUMN FORMAT ============*/

#mainCol {
	float: left;
	margin-left: 0;
	width: 680px;
	padding: 15px;
	height: 100%;
	}
	
#mainCol p {
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
	}

#mainCol h1 {
	font-size: 1.8em;
	line-height: 1.0em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #351975;
	}

#mainCol h2 {
	font-size: 1.4em;
	line-height: 0.9em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #351975;
	}

#mainCol h3 {
	font-size: 1.1em;
	line-height: 0.7em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #351975;
	}

#mainCol .image_left { 
	margin: 0; 
	padding-bottom: 3px; 
	float: left; 
	width: 180px;
	font-style: italic;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 0.5em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/*============= SIDE BAR ===============*/

#sidebar {
	float: right;
	margin-right: 0;
	width: 258px;
	padding: 8px;
	background-color: #f7f4ef;
	height: 100%;
	}
	
#sidebar p {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
	}

#sidebar h1 {
	margin-top: 10px;
	font-size: 1.4em;
	line-height: .1em;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

#sidebar h2 {
	font-size: 1.9em;
	line-height: 1.0em;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f4c016;
	}

#sidebar h3 {
	margin-top: 40px;
	font-size: 1.1em;
	line-height: 1.0em;
	text-align: left;
	}

/*============== FOOTER ================*/

#footMenu {
	background-color: #f0eee2;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	clear: both;
	}
	
#footMenu a:link, #footMenu a:visited {
	color: #9a9766;
	text-decoration: none;
	}

#footMenu a:hover {
	color: #351975;
	text-decoration: none;
	}

#footer {
	background-color: #f7f4ef;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 0.8em;
	height: 80px;
	}
	
#footer a:link, #footer a:visited {
	color: #9a9766;
	text-decoration: underline;
	}

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

/*=============== MISC STUFF =================*/
.image_right { margin: 0; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0; padding-left: 10px; padding-bottom: 3px; float: left; }

