body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #E2D6BC;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
	font-style: normal;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

td, th {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #E2D6BC;
}

a {
	color: #E2D6BC;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Veranda, "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFF66;
}

.subtitle {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #E2D6BC;
	font-style: oblique;
}

.header {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E2D6BC;
}

.nav {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navLink {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E2D6BC;
}
a:hover {
	color: #F00;
}

.sidebar {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 3px;
}
#sidebar_nav {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-left: 20px;
}
#sidebar_nav a {
	color: #FFC;
	text-decoration: none;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
}
#sidebar_nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#sidebar_nav a:hover {
	color: #F00;
	text-decoration: underline;
}
#sidebar_nav ul {
	padding: 0px;
	list-style-type: none;
}



.sidebarHeader {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #E2D6BC;
	font-weight: bold;
}

.sidebarFooter {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #E2D6BC;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
}

.footer {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #E2D6BC;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
}

.legal {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #E2D6BC;
}

.box1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.promo {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	color: #E2D6BC;
}

.titlebar {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E2D6BC;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


#container {
	width: 780px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
	border: 1px solid #096;
	padding: 15px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	color: #D0BCA4;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2D6BC;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
} 
#container #mainContent h1 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #096;
	text-decoration: none;
	text-align: center;
}
#container #mainContent h2 {
	font-family: veranda, Arial, Helvetica, sans-serif;
	color: #096;
	font-size: 20px;
	font-style: normal;
	text-align: center;
}
#container #mainContent h3 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #096;
	text-align: center;
}
#container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E2D6BC;
	text-align: center;
}
#container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #E2D6BC;
}




#footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/site-imgs/bkgd-pebbled-bg.jpg);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
