/* HTML TAG STYLES */
body { background: #e3d0b1; color: #333333; font-family: sans-serif; margin: 0px; padding: 0px; }
li { margin-bottom: 8px; font-size: 12px; line-height: 20px; }
p { color: #333333; font-family: tahoma, arial, sans-serif; font-size: 12px; line-height: 20px; }
p.no_leading { color: #333333; font-family: tahoma, arial, sans-serif; font-size: 11px; line-height: 13px; }
td { color: #333333; font-family: tahoma, arial, sans-serif; font-size: 11px; }
ul { list-style-type: square; margin-left: 30px; padding-left: 0px; padding-right: 20px; }

/* LINK STYLES */
a:link { color: #ffb612; text-decoration: underline; }
a:visited { color: #ffb612; text-decoration: underline; }
a:active { color: #ffb612; text-decoration: underline; }
a:hover { color: #ffb612; text-decoration: none; }

a.footer:link { color: #760001; text-decoration: none; }
a.footer:visited { color: #760001; text-decoration: none; }
a.footer:active { color: #760001; text-decoration: none; }
a.footer:hover { color: #760001; text-decoration: underline; }

a.section:link { color: #ffb612; text-decoration: none; }
a.section:visited { color: #ffb612; text-decoration: none; }
a.section:active { color: #ffb612; text-decoration: none; }
a.section:hover { color: #ffffff; text-decoration: underline; }

a.sidebar:link { color: #ffb612; text-decoration: none; }
a.sidebar:visited { color: #ffb612; text-decoration: none; }
a.sidebar:active { color: #ffb612; text-decoration: none; }
a.sidebar:hover { color: #ffffff; text-decoration: underline; }

a.red:link { color: #760001; text-decoration: underline; }
a.red:visited { color: #760001; text-decoration: underline; }
a.red:active { color: #760001; text-decoration: underline; }
a.red:hover { color: #760001; text-decoration: none; }

/* BACKGROUND STYLES */
.home_bkgbottom { background: url(../images/home_bkgbottom.jpg) no-repeat; }
.home_bkgleft { background: url(../images/home_bkgleft.jpg) no-repeat; background-position: top right; }
.home_bkgright { background: url(../images/home_bkgright.jpg) no-repeat; }
.homenav_bkgstrip { background: url(../images/nav_repeat.gif) repeat-x; }
.home_welcome { background: url(../images/home_welcome.jpg) no-repeat; }
.sidebar_bkg { background: url(../images/sidenav_bkg.jpg) repeat-x; }

/* PADDING STYLES */
.padding30 { padding: 30px; }
.padding_sideseparate { padding-top: 8px; padding-bottom: 8px; }
.sidebar_strip { border-left: 1px solid #372305; }

/* TEXT STYLES */
.brown { color: #473415; }
.lgrey { color: #897d6b; }
.red { color: #760001; }
.tan { color: #e4d1b2; }
.ver9 { font-family: verdana, arial, sans-serif; font-size: 9px; }
.ver10 { font-family: verdana, arial, sans-serif; font-size: 10px; }
.ver13 { font-family: verdana, arial, sans-serif; font-size: 13px; }
.ver22 { font-family: verdana, arial, sans-serif; font-size: 22px; }
.white { color: #ffffff; }