@charset "UTF-8";
/* CSS Document */

body {background-image:url(../images/bg_header.png); background-repeat:repeat-x; background-color:#FFFFFF; margin:0; font:.75em/1.6em Arial,Helvetica,sans-serif; font-size:12px; }
a {text-decoration:none; color:#a5312b; }
a:hover {text-decoration:underline; }
a.header3 {font-size:16px; font-weight:bold; }
a.underline {text-decoration:underline; }

/* CSS Identifiers */
#page {width:800px; margin-left:auto; margin-right:auto; }
#header {height:106px; color:#d3d3d3; margin-top:15px; }
#header .logo {width:154px; float:left; padding-left:14px; }
#header .toplinks {color:#d3d3d3; float:right; padding-right:8px; font-size:11px; }
#menu {clear:both; height:42px; background-image:url(../images/bg_menu.png); background-repeat:repeat-x; position:relative; top:9px; }
#content {float:left; width:580px; color:#525252; margin-bottom:40px; }
#content .heading {position:relative; top:10px; color:#aaaaaa; font-size:16px; font-family:Tahoma,Arial,Helvetica,sans-serif; height:50px; }
#sidepanel {float:right; width:200px; margin-top:10px; }
#submenu {background-image:url(../images/bg_submenu.jpg); background-repeat:no-repeat; height:335px; overflow:visible; padding-top:24px; }
#submenu ul {margin:0px; padding:0px; list-style:none; }
#submenu ul li {height:24px; background-image:url(../images/submenu.jpg); background-repeat:no-repeat; padding:6px 0px 0px 14px; color:#555555; cursor:pointer; cursor:hand; }
#submenu ul li.selected {background-image:url(../images/submenu_active.jpg); background-repeat:no-repeat; font-weight:bold; color:#000000; cursor:default; }
#submenu ul li.selected a {color:#000000; }
#submenu ul li.over {background-image:url(../images/submenu_over.jpg); background-repeat:no-repeat; }
#submenu ul li a {color:#555555; text-decoration:inherit; }
#breadcrumb {color:#aaaaaa; font-size:11px; }
#breadcrumb a {text-decoration:underline; color:#aaaaaa; }
#footer {clear:both; background-image:url(../images/gradient_division_2.png); background-repeat:no-repeat; height:40px; padding-top:14px; color:#918f8f; font-size:11px; }

/* CSS Classes */