@charset "utf-8";
/* CSS Document */

body{ background-color:black; margin:0px}


HTML{
scrollbar-base-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #141414;
scrollbar-highlight-color: #190900;
scrollbar-shadow-color: #190900;
scrollbar-track-color: #000000;
}

/* -------------------------Home Page------------------ */

.main_content{ width:99%; margin:2px 0px 0px 4px; border: 1px solid #666666; padding:3px; height:25px}

H1{ font-family:"Trebuchet MS"; font-size:16px; color: #FF9933; padding:0px; margin:0px}

.regular_content{ font-family: "Trebuchet MS"; font-size:13px; color:#CCCCCC;}

.cells{ width:50%} 

.block_1{ width:290px; height: 167px; border: solid 1px  #333333;}
.title{ width:280px; height: 33px; border: solid 1px  #333333; margin-left:4px; margin-top:4px; background-image:url(../images/title-bg.jpg); background-repeat:repeat-x; padding-left:4px}

.boxes_contents{ font-family: Tahoma; font-size:17px; color:#FFFFFF; display: block; padding:4px; margin:10px}
.boxes_contents a{ color:#999999; text-decoration:none}
.boxes_contents a:hover{ color:#FF9900}
.upcoming_events_image{ margin-left:4px}
/* -------------------------Download Page------------------ */
.downloads{ width:99%; margin:2px 0px 0px 4px; border: 1px solid #666666; padding:3px; height:25px; font-family:tahoma; font-size:12px; color:#666666}
.downloads a{ color:#999999; text-decoration:none}
.downloads a:hover{ text-decoration:underline}
