@charset "utf-8";
/*
 * HTML selector
 */

img{
   border:none;
}

body {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color:#4a4a4a;
   font-size: 12px;
   margin: 0px;
}

.purple{
  color: #6d0c2a;
}

a{
  color: #6d0c2a;
  text-decoration:none;
}

a.dropdownlist{
  background-image:none;
}

a:hover{
  text-decoration: underline;
  color: #000000;
}

h1{
  font-size: 18px;
  font-weight:bold;
  color:#e8a138;
}

h2 {
   color:#6D0C2A;
   font-size:14px;
   font-weight:bold;
}

h3{
  font-size: 12px;
  font-weight:bold;
  color:#6d0c2a;
}

.floatleft{
   float: left;
   margin: 0 10px 10px 10px;
   clear: left;
}

.floatright{
   float: right;
   margin: 0 10px 10px 10px;
   clear: right;
}


/*
 * Div1: Logo Header (common)
 */
#header{
   width: 100%;
   height: 100%;
   vertical-align: top;
   background-image: url(../images/header-bg.jpg);
   background-repeat: repeat-x;
   
}

#container1{
   width: 100%;
   height: 75px;
   margin: 0px;
   background-image: url(../images/header_bck.jpg);
   background-repeat: repeat-x;
}

#container1_body{
   width: 895px;
   height: 78px;
   margin: 0 auto;
}

#logo{
   float: left;
   margin-top: 15px;
}

#rss{
   width: 200px;
   height: 70px;
   float: right;
   position: relative;
	text-align: right;
   top: 20px;
}

/*
 * Div2: Dropdown Navigation Bar (common)
 * Deprecated. Use dropdown.css
 */

/*ul#menu{
   padding:0;
   list-style-type:none;
   font-size:12px;
   position:relative;
   display:block;
   font-weight:bold;
   width: 895px;
   height: 35px;
   margin: 0 auto;
}

ul#menu li{
   display:block;
   float:right;
   margin:0;
   background: url(../images/menu_middle_old.png) no-repeat;
}

ul#menu li a{
   display:block;
   float:left;
   color:#ffffff;
   text-decoration:none;
   padding:12px 20px 0 20px;
   height:24px;

}

ul#menu li a:hover{
   color: #fcd63f;
}

*/


/*
 * Div3: Banner (common)
 */


.bannertext{
   font-size: 14px;
   text-decoration: none;
   color:#FFFFFF;
   padding-top: 0px;
   padding-bottom: 10px;
   line-height: 20px;
   height: 90px;
}

#controlbutton table tr td table tr td:hover{
	background-color: #FCD63F;
	color: #460617
}

#controlbutton{
	float:right;
	margin-top:50px;
	color:#ffffff;
	cursor:pointer;
}

/*
 * Div4: Spacer (common) 
 */


#container4{
   width: 100%;
   height: 4px;
   margin: 0px;
   background-image:url(../images/body-border.png);
   background-repeat:repeat-x;
}

/*
 * Div6: Footer (common) 
 */

#container6{
   width: 100%;
   height: 81px;
   background-color:#ffffff;
   margin: 0px;
}

#container6_1{
   width: 100%;
   height: 38px;
   background-color:#484848;
   margin: 0px;
}

#container6_2{
   width: 100%;
   height: 43px;
   background-color:#676767;
   margin: 0px;
}

#container6_1body{
   width: 895px;
   height: 38px;
   margin: 0 auto;
   color: #ffffff;
}

#container6_2body{
   width: 895px;
   height: 48px;
   margin: 0 auto;
   color: #c3c3c3;
}

.footer_left{
   font-size: 11px;
   margin-top:10px;
   float: left;
   width: 50%;
   text-align:left;
}
.footer_left a{
   text-decoration: none;
   color:#ffffff;
}
.footer_left a:hover{
   text-decoration: underline;
   color:#ffffff;
}

.footer_right{
   font-size: 11px;
   padding-top:10px;
   float: right;
   /*width: 50%;*/
   text-align: right;
}
.footer_right a{
   text-decoration: none;
   color:#ffffff;
}
.footer_right a:hover{
   text-decoration: underline;
   color:#ffffff;
}

p.hheading
{
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;	
}

p.heading
{
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 40px;
}

a.wedidlink
{
	font-weight: bold;	
}
