* {
  padding: 0;
  margin: 0;
}

body {
  font: 8pt "Verdana", Arial, Sans-Serif;
  background: #393939;

}


a {
  text-decoration: none;
  color: #301C15;
}
a:hover { color: #000; }

#wrap
{
  margin: 20px auto;
  width: 900px;
/*   height: 673px; */
  padding: 10px;
  background-color: #fff;
}


#header
{
  height : 116px;
  background-color : #000;
  background: url(../images/back1.jpg);
}
#header h1 { padding-left: 176px; padding-top: 12px; font-size: 20px; color: #FFF; }


#menu {
  text-align: center;
  margin-top: 1px;
  height: 20px;
  font-size : 12px;
  padding: 6px 0px 0px 0px;
  border: none;
  background-color : #000;
  background: url('../images/menu.jpg');
}

#menu a {
  color : #fff;
  text-decoration : none;
  padding: 0px 14px 0px 14px;

}
#menu a:hover {
  color : #C9C9C9;
}

#sidebar_right {
		 margin-top: 1px;
/* 		 background: #000000 url("../images/pic_placeholder.gif") no-repeat left top; */
         float: right;
         background-color: #E3E3E3;
         width: 179px;
/*          height: 455px; */
}
.sidebar_right_text {
/* 	padding: 220px 7px 0 13px; */
}
#sidebar_right h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#sidebar_right h1 { padding-bottom: 6px; font-size: 18px; color: #000080 }



#sidebar_left {
		 margin-top: 1px;
         float: left;
         background-color: #E9E9E9;
         width: 179px;
/*          height: 436px; */
         padding: 10px;
}

#sidebar_left h1 { padding-bottom: 6px; font-size: 18px; color: #000080 }

#sidebar_left h2 { padding-bottom: 6px; font-size: 16px; color: #004040; }

#content {
/*   float: left; */
  text-align: left;
  width: 595px;
  margin-top: 10px;
  padding: 0 7px 0 13px;
  font-size: 10pt;
/* overflow-y: auto; */
/* height:450px; */
}

#content h2 { padding-bottom: 6px; font-size: 15px; color : #444;}
#content h3 { color: #fff; background: #370F00; font-size: 86%; padding: 3px 6px;}

.study {
	padding: 12px 15px 15px 15px;
	background: #D6DEE5;
	font-size: 93%;
	font-family: arial, sans-serif;
}

.bulletin {
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
	font-face: arial, verdana;
}

#footer {
/*   float: left; */

/*   position: absolute; */
/*   top: 622px; */
/*   margin-top: 20px; */
  width: 900px;
  height: 60px;
  background-color: #A7C1E0;

}
.footer_text {

	text-align: center;
/* 	padding: 18px; */
	color: #777;
}


/* Dealer accoordian */
.dealer_list {
   width: 300px;
}
.dealer_head {
   padding: 5px 10px;
   cursor: pointer;
   position: relative;
   margin:1px;
       font-weight:bold;
       background: #eef4d3 url(left.png) center right no-repeat;
}
.dealer_body {
   display:none;
   background-color:#EFEFEF;
}
.dealer_body a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.dealer_body a:hover {
  color: #000000;
  text-decoration:underline;
}
