h1{
  font-size: 24px;
  margin: 5px 0;
  font-weight: bold;
}

h2{
  font-size: 18px;
  margin: 5px 0;
  font-weight: bold;
}

h3{
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
}

p{
  margin: 5px 0;
}

strong{
  font-weight: bold;
}

form{
  display: inline;
}

body, html {
  font-family: Franklin Gothic Book, Helvetica, Sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

table, tr, td {
  border-collapse: collapse;
  border: 0px;
  margin: 0px;
  vertical-align:	top;
}

body{
  background: #808080;
}

#site{
  background: #808080 url(/download/?id=3979184) repeat-y scroll center top;
  padding-bottom: 10px;
}

a, a:hover, a:visited, a:link, a:active  {
  text-decoration: none;
}

a:visited {
  color: #FF9801;
}

a.search {
  color: #FFFFFF;
}

#main{
  margin: 0 auto;
  width: 944px;
  padding-top: 2px;
}

#header{
  margin: 0px 0px;
}

#header_top{
  text-align: right;
  margin: 0 5px 2px 0;
  height: 18px;
}

#header_top input.button{
  background-color: transparent;
  border: 0;
  width: 70px;
  height: 16px;
  background-image:url(/download/?id=3979197);
  cursor:pointer;
  margin: 0 15px 0 10px;
  color: #fff;
  font-size: 12px;
}

#header_top #edit_profile{
  background-color: transparent;
  border: 0;
  width: 80px;
  height: 16px;
  background-image:url(/download/?id=4524595&maxWidth=160);
  cursor:pointer;
  margin: 0 0 0 10px;
  color: #fff;
  font-size: 12px;
}


#header_logo{
  background-image:url(/download/?id=1237367);
  background-repeat: no-repeat;
  height:140px;
  width:158px;
  float: left;
}

#header_logo a{
  display: block;
  height: 100%;
  width: 100%;
}

#header_right{
  float: left;
  width: 755px;
  margin-left: 12px;
}

#header_right_imagebar{
  background-image: url(/download/?id=1237369);
  background-repeat: no-repeat;
  width:773px;
  height: 93px;
}

#header_right_imagebar_margin{
  padding: 8px;
}

#header_right_imagebar_margin_left{
 float: left;
}

#header_right_imagebar_margin_left a.thickbox{
  margin: 0 1px;
}

#header_right_imagebar_margin_right{
  float: right;
  font-size: 10px;
  margin-right: 10px;
  padding-left: 10px;
  border-left: 1px dotted #fff;
}

#header_right_imagebar_margin_right input.text{
  width: 80px;
  height: 13px;
  margin-right: 10px;
  font-size: 10px;
}

#header_right_imagebar_margin_right input.login_button{
  background-color: transparent;
  border: 0;
  width: 70px;
  height: 16px;
  background-image:url(/download/?id=3979197);
  cursor:pointer;
  color: #fff;
  font-size: 12px;
}

#header_right_imagebar_margin_right a.newprofile_button{
  background-color: transparent;
  border: 0;
  width: 70px;
  height: 16px;
  display: block;
  background-image:url(/download/?id=3979197);
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#header_right_historybar{
  background-image:url(/download/?id=1237371);
  background-repeat: no-repeat;
  width:773px;
  height: 41px;
  margin-top: 6px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-family:Helvetica,Arial;
}

#header_right_historybar a{
  color: white;
}

#header_right_historybar_margin_left{
  float: left;
  margin: 12px 10px;
}

#header_right_historybar_margin_right{
  float: right;
  margin: 12px 10px;
}

#header_right_historybar_margin_right input{
  border:1px solid #000000;
  font-weight: normal;
  font-size: 10px;
}

#header_right_historybar_margin_right input.text{
  width:112px;
}


#header_right_historybar_margin_right input.button{
  width: 60px;
}

#wrapper{
  background: #CBCBCB url(/download/?id=3979203) repeat-y scroll left top;
  margin: 10px 0;
}

#menu{
  width: 157px;
  background-color: #5c5454;
  float: left;
  color: #cccccc;
}

#menu_margin{
  margin: 15px 9px 0 9px;
}

#menu_bar{
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

#menu_bar ul {
margin: 0;
padding: 0;
list-style: none;
width: 140px; /* Width of Menu Items */
background-color: #5c5454;
}

#menu_bar ul li {
  position: relative;
}

#menu_bar li ul {
  position: absolute;
  left: 139px; /* Set 1px less than menu width */
  top: 0;
  display: none;
}

#menu_bar li ul li ul{
  left: 159px;
}

#menu_bar li ul {
  width: 160px;
}

/* Styles for Menu Items */
#menu_bar ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #5c5454;
  background: #5c5454 url(/download/?id=3979191) no-repeat scroll left top;
  padding: 2px 10px 3px 20px;
  border-bottom: 0;
  height: 16px;
  border-top: 1px dashed #7E7878; 
}

/* Fix IE. Hide from IE Mac \*/
* html #menu_bar ul li { float: left; height: 1%; }
* html #menu_bar ul li a { height: 1%; }
/* End */

#menu_bar ul li a:hover { 
  color: #E47E18;
  background: #5c5454 url(/download/?id=3979194) no-repeat scroll left top;
} /* Hover Styles */
		
#menu_bar li:hover ul { display: block; } /* The magic */

#menu_bar ul ul, #menu_bar li:hover ul ul {
  display:none;
}

#menu_bar li:hover ul, #menu_bar li:hover li:hover ul {
  display:block;
}

#menu_margin table.smallCalendar {
  width: 140px;
  margin-top: 10px;
}

.clsCursor{
  width: 6px;
}

.smallCalendarDate {
  border: 1px solid #949a98;
  color:	#CCCCCC;
  text-align: center;
  cursor: pointer;
}

.smallCalendarDay {
  border: 1px solid #949a98;
  color: #FF9801;
  text-align: center;
}

.smallCalendarDateToday, .smallCalendarDateTodaySelected, .smallCalendarDateEventTodaySelected, .smallCalendarDateEventToday{
  border: 1px solid #949a98;
  color: #FFFFFF;
  background-color: #FF9801;
  text-align: center;
}

.smallCalendarDateSelected { 
  border: 1px solid #949a98;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
}

.smallCalendarDateEvent { 
  border: 1px solid #949a98;
  color: #FFFFFF;
  background-color: #DDDDDD;
  text-align: center;
  cursor: pointer;
}

.smallCalendarDateEventSelected { 
  border: 1px solid #949a98;
  color: #FFFFFF;
  background-color: #CCCCCC;
  text-align: center;
}

.smallCalendarDateMonth {
  color: #FFFFFF;
  text-align: center;
  border: 0px;
}

#menu_text{
  text-align: center;
  margin-top: 10px;
}

#menu_text a{
  color: #cccccc;
}

#content{
  float: left;
  width: 640px;
  margin-left: 14px;
  padding-bottom: 10px;
  background-color: #eeeced;
}

#content ul{
  margin: 0 0 0 40px;
}

#content form input.button{
  margin: 5px 0px;
  border:1px solid #000;
}

#content.large{
  width: 772px;
}

#content_left{
  float: left;
  width: 350px;
  margin-left: 10px;
}

#content_left.large{
  width: 482px;
}

#content_right{
  float: right;
  width: 250px;
  margin-bottom: -10px;
  background-color: #808080;
}

#content_right a{
  color: white;
}

#content_right_margin{
  margin: 5px;
}

#content_right_margin div{
  width: 236px;
  color: white;
  padding: 5px 2px;
  overflow: hidden;
}

#content_right_margin div.lightbox{
  background-color: #989898;
}

#content_right_margin form input.commentBox{
  width: 175px;
  float: left;
}

#content_right_margin form input.button{
  float: right;
  margin: 0px 0px;
  border:1px solid #000;
  width: 55px;
  font-size: 12px;
}


#content_right_margin div span.title{
  font-weight: bold;
}

#skyscraper{
  float: right;
  width: 122px;
  background-color: #eeeced;
  text-align: center;
  padding: 10px 0;
  margin-left: 10px;
}

#footer{
  background-color: #eeeced;
  padding: 10px;
  font-size: 10px;
}

#footer_disclaimer{
  width: 440px;
  float: left;
}

#footer_banner{
  float: left;
  margin-left: 10px;
  width: 474px;
}

hr.line{
  border: 1px dashed #bbbbbb; 
  height: 2px;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0; 
} 

.clearfix { display: inline-block; } 
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }

#closer{
  margin: 0 auto;
  height: 10px;
  background-color: #272727;
  width: 962px;
}