body { padding:15px; color:#dbdde2; font-family:tahoma, verdana, sans-serif; font-size:70%; background:#181819; }
/* BODY TAG SETS THE ATTRIBUTES OF THE PAGE EDITOR */
table { font-size:1em; }
a { color:#fff; text-decoration:underline;  }
a:hover { text-decoration:none; }
input, textarea { background:#181819; color:#fff; border:0; padding:3px; }
b, strong { color:#fff; }
h1, h2, h3, h4 { font-family:"georgia", serif; font-weight:normal; }
h1 { color:#fff; font-size:2.2em; border-bottom:1px solid #434445; line-height:25px; padding-bottom:4px; margin-top:7px; }
h2 { color:#555657; font-size:1.6em; }
h3 { color:#465EB9; font-size:1.6em; border-bottom:1px solid #C6C6C6; border-top: 1px solid #C6C6C6; line-height:25px; letter-spacing:-1px; }
h4 { color:#18387E; font-size:1.4em; }
img.clsleft { margin-right:10px; margin-bottom:10px; }
img.clsmiddle { margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsright { margin-left:10px; margin-bottom:10px; }
img.clsborderleft { border:1px solid #434445; padding:4px; margin-right:10px; margin-bottom:10px; }
img.clsbordermiddle { border:1px solid #434445; padding:4px; margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsborderright { border:1px solid #434445; padding:4px; margin-left:10px; margin-bottom:10px; }
.datatable { border:1px solid #C6C6C6; }
.datatable th { background:#465EB9; color:white; font-weight:bold;  border:1px solid white; padding:4px; }
.datatable td { background:#efefef; border:1px solid white; padding:4px; }
.datatable p { padding:0; margin:0; }
.notes { font-size:0.8em; }
.shout { font-size:1.2em; color:#fff; font-weight:bold; padding:5px; background:#465EB9; }
.shout2 { font-size:1.2em; color:#fff; font-weight:bold; padding:4px 5px; background:#18387E; border:1px solid white; }
.submit { background:#434445; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:5px; text-transform:uppercase; }
.reset { background:#2f3031; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:5px; text-transform:uppercase; }
.quote { border:1px solid #C6C6C6; padding:4px; color:#465EB9; font-weight:bold; }
.caption { font-weight:bold; background:#465EB9; float:right; width:200px; padding:10px 8px; margin:0 0 10px 10px; color:white; font-size:0.9em; }
.custom1 {}
.custom2 {}
.border { border:1px solid #434445; padding:4px; }
.noborder { border:0; }
#container { width:940px; margin:25px auto 7px; text-align:left; background:#181819; border:3px solid #434445; }
#head { height:110px; border:1px solid #0a0a0a; }
#sitelogo { float:left; padding:15px 0 0 15px;  }
#top_pic { float:right; width:453px; background:url(top_pic.jpg) no-repeat; height:90px; margin:8px 8px 0 0; }
#hbc { float:right; padding:30px 15px 0 0; height:60px; text-align:right; }
#hbc a:hover { border:0; }
#inner_container { height:320px; }
#pagebody { float:left; width:565px; height:290px; margin:15px; overflow:scroll; overflow-x:hidden; padding-right:20px; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#5c5e5f; scrollbar-shadow-color:#5c5e5f; scrollbar-3dlight-color:#181819; scrollbar-arrow-color:#5c5e5f; scrollbar-track-color:#101111; scrollbar-darkshadow-color:#181819; scrollbar-face-color:#181819; }

#pagebody form img { border:0; }
#bottom { height:40px; background:#434445; font-size:1em; color:#dadde0; clear:both; padding:5px 4px 0;}
#bottom a { color:#dadde0; text-decoration:underline; font-weight:normal; }
#bottom b, #bottom strong { font-weight:normal; color:#fff; }
#bottom b { padding-left:15px; }
#bottom a:hover { color:#fff; text-decoration:none; }
#container_bottom { width:935px; margin:0 auto; text-align:left; }
#end { float:right; }
#end, #end a { color:#4f5051; font-size:0.9em; font-weight:normal; text-decoration:none; }
#end a:hover { color:white; border-color:white; }
#copyright { color:#dadde0; float:left; }

#nav { background:#434445; margin:0; padding:0; font-weight:bold; color:white; clear:both; height:30px; line-height:30px; }

/** positioning the drop-down menu **/
#nav ul, #nav ul ul { text-align:left; list-style-type:none; }
#nav li { display:inline; position:relative; top:0; margin-right:-3px /* fixes inline list bug */; }
#nav li a { padding:8px 15px; text-decoration:none; border:0;   }
#nav li ul { margin:0; padding:0; display:none; position:absolute; top:28px/* distance away from the main nav bar */;  }
#nav li>/**/ul { top:19px /* distance away from the main nav bar for firefox */ ; }
#nav ul ul { margin:0 0 0 180px /* moves second drop down away from first */; display:block; padding:0; display:none; position:absolute; top:0;  } 
#nav li:hover ul ul, #nav li.over ul ul { display:none; }
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav ul li a { display:block; width:164px /* width of the drop-downs */; left:0; }

/** styling the drop-down menu **/

#nav li a { color:#c4c6cb; font-weight:bold; }
#nav li a:hover { color:#fff; }
#nav ul li a, #nav ul ul li a { background:#3b3c3d; padding:0 15px; }
#nav ul li a:hover, #nav ul ul li a:hover { background:#555558; }
#nav #active { color:#fff; cursor:default; }