@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
h1 {
	color: #72862d;
	font-size: 17pt;
	margin-bottom: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 13px;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #006699;
	padding-left: 20px;
	padding-right: 17px;
	margin-bottom: 20px;
}

h3 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	padding-left: 20px;
	padding-right: 17px;
	margin-bottom: 20px;
}

h4 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-left: 20px;
	padding-right: 17px;
	margin-bottom: 5px;
	font-style: italic;
}
a:link{
	color: #006699;
}
a:visited{
	color: #993300;	
}
a:active{
	
}
a:hover{
	color: #999999;	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 35px;
	padding-left: 20px;
	line-height: 18px;
	color: #333333;
}
body {
	background-color: #bcbda4;
	background-repeat: repeat-x;
	background-image: url(../images/bkgdSlice.jpg);
}
ol, ul {

}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {

}
#footer {
	width: 960px;
	clear: both;
}
#mainContent {
	float: left;
	background-image: url(../images/mainContentBkgd.jpg);
	width: 960px;
}
#leftTrimColumn {
	float: left;
	background-color: #55534c;
}
#leftColumn {
	float: left;
	width: 289px;
}
#rightColumn {
	float: right;
	width: 648px;
}
.pictureFitRight {
	margin-right: 10px;
}
.pictureFitBottom {
	margin-bottom: 10px;
}
.rightImage {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#nav {
}
p.rightpadding {
	padding-right: 30px;
}
