/*Element stylings*/
body { background: #727272; margin: 0; text-align: center; font-family: Arial, Helvetica, sans-serif; }
h1 { font-weight: bold; font-size: large; margin: 0; }
h2 { font-weight: bold; font-size: medium; margin: 0; }
p { font-size: small; }
table { font-size: small; }

/*Core structure*/
#wrapper { margin: 10px auto; width: 770px; background: #fff url(../images/sitewide/sidebar.gif) left repeat-y; text-align: left; border: 1px solid black;}

/*Header stylings*/
#header { width: 100%; height: 160px; background: #6eaf70 url(../images/sitewide/header_bg.jpg) bottom no-repeat; position: relative; }
#logo { position: absolute; top: 25px; left: 0; z-index: 1;}
#logo img { border: none; }
#topnav { width: 435px; height: 20px; background: #010103 url(../images/sitewide/nav_edge.jpg) left no-repeat; color: #fff; position: absolute; top: 57px; right: 1px; vertical-align: middle; text-align: right;}
#topnav a:link, #topnav a:visited { font-weight: bold; font-size: 11px; color:#fff; text-decoration: none; padding: 0 6px 0 8px; border-left: 1px solid #6ea8c5; line-height: 20px; }
#topnav a:hover, #topnav a:active { text-decoration: underline; }
#topnav a.topnavleft { margin-left: 27px; border: none; }

/*Main body content*/

/*Left column*/
#leftcol { width: 115px; height: 205px; float: left; background: url(../images/sitewide/sidebar_nav_bg.jpg) left no-repeat; }
#sidenav { padding-top: 33px; }
#sidenav a:link, #sidenav a:visited { font-family: "Trebuchet MS", verdana, arial, sans-serif; font-size: 11px; font-weight: bold; color: #4c4c4c; text-decoration: none; margin-left: 8px;  line-height: 25px; }
#wrapper #leftcol #sidenav td {
}

#sidenav a:hover, #sidenav a:active { color: #b53730; }
#sidenav a.sidenavtop{ margin-top: 25px; }

/*Right column -- main text area*/
#rightcol { width: 730px; float: right; }
#rightcolinner { padding: 10px 20px; }

/*Footer stylings*/
#redborder { width: 770px; height: 8px; background: #b53730; font-size: 1px; border-bottom: 1px solid #6d4d4c; clear: both; }
#footer { width: 770px; height: 100px; background: #000 url(../images/sitewide/footer_bg.jpg) top no-repeat; }
#footerinside { color: #999; height: 100px; font-size: x-small; padding-left: 8px; padding-top: 15px; }

