@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/page_bg.jpg);
background-repeat:repeat-x;
background-color:#fdd6d7;
margin:0px;
font-family:"Times New Roman", Times, serif;
}

#dvContainer{
margin:0px auto;
width:984px;}

#BodyContainer{
background-image:url(../images/body_bg.jpg);
background-repeat:no-repeat;
width:984px;
float:left;}

#dvTopCont{
float:left;
width:750px;}


#dvLogo{
float:left;
width:165px;}

#dvSlogan{
float:right;
width:275px;}

#dvNavi{
height:49px;
width:983px;
float:left;

clear:both;
}

#dvBody{
padding-top:46px;
width:758px;
padding-left:124px;
float:left;
padding-bottom:90px;}

#dvCol1{
float:left;
width:322px;
padding-left:16px;
padding-right:10px;
padding-top:55px;}

h1{
font-size:20px;
color:#FFFFFF;
margin-bottom:0px;
margin-top:0px;}

p{
font-size:15px;
color:#FFFFFF;
margin-bottom:0px;
margin-top:0px;
padding-top:13px;}

#dvCol2{
float:left;
width:407px;
}

/* navigation css starts here */

	  
	  
#tabs11 {
      float:left;
      line-height:normal;
	 width:983px;
	  font-weight:bold;
	  font-size:12px;
	  font-family:"Times New Roman", Times, serif;
	  padding-top:5px;
      }
    #tabs11 ul {
	  margin:0;
	    padding: 0 0 20px 0px;
	
	  list-style:none;	  
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;


	  
      }
    #tabs11 a {
      float:left;
      background:url("../images/tableft12.gif") no-repeat left top;
      margin:0;
      padding:0 0px 0 1px;
      text-decoration:none;
	  	
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("../images/tabright12.gif") no-repeat right top; padding:8px 2px 8px 1px;

	
	   margin-right:27px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#0E0000;
      }
    #tabs11 a:hover {
      background-position:0% -32px;
	  color:#0E0000;
      }
    #tabs11 a:hover span {
      background-position:100% -32px;
      }

      #tabs11 #current a {
              background-position:0% -32px;
			  color:#0E0000;
      }
      #tabs11 #current a span {
              background-position:100% -32px;
			  color:#0E0000;
      }
