/*///////////////////////////////////////////////*/
/*/////////Body and Content//////////////////////*/
/*///////////////////////////////////////////////*/

body{
margin:0;
text-align: center;
background: #ffffff url('../img/background.gif') top center repeat-x fixed;
font-family: Veranda, sans-serif;
color:#232323;

}


#wrapper{
width:785px;
margin: 0 auto; 

}

#content{
background: #ffffff url('../img/content.gif') top center repeat-x fixed;
}


#leftside {
text-align: left;
width:349px;
float:left;
padding-left: 25px;
padding-right: 25px;
background: #ffffff url('../img/content.gif') top center repeat-x fixed;
}


        
#rightside{
text-align: right;
width:386px;
text-align: center;
background: #ffffff url('../img/content.gif') top center repeat-x fixed;
}

.clear{ clear:both; }


/*///////////////////////////////////////////////*/
/*////////////////////Tags///////////////////////*/
/*///////////////////////////////////////////////*/

H1{
font-size:20px;
font-weight: 900;
color:#3949BB;
font-family:'Times New Roman', Helvetica, sans-serif;
letter-spacing:3px;
margin-top:30px;

}

H2{
font-size:16px;
font-weight: 900;
color:#3949BB;
font-family:'Times New Roman', Helvetica, sans-serif;





}

/*///////////////////////////////////////////////*/
/*////////////////////Links//////////////////////*/
/*///////////////////////////////////////////////*/

A:link{ color:#3949BB; text-decoration:underline; }
A:hover{ color:#D53A38; text-decoration:underline; }
A:active{ color:#3949BB; text-decoration:underline; }
A:active:hover{ color:#D53A38; text-decoration:underline; }
A:visited{ color:#3949BB; text-decoration:underline; }
A:visited:hover{ color:#D53A38; text-decoration:underline; }



/*///////////////////////////////////////////////*/
/*////////////////////Header/////////////////////*/
/*///////////////////////////////////////////////*/

.toptoptop{
background: url('../img/toptoptop.gif');
margin: 0 auto;
margin-left:0px;
width:785px;
height:25px;
text-align: center;
color:#3949BB;
}


.banneradtop{
background: #ffffff;
margin: 0 auto;
width:785px;
height:90px;
text-align: center;

}


/*///////////////////////////////////////////////*/
/*////////////////////Nav////////////////////////*/
/*///////////////////////////////////////////////*/

#nav {
  height:36px;
  background: #ffffff url('../img/shadow.gif') top left repeat-x;
  border-top: 1px solid #AACDED;
  clear: both;
}

#nav ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #ffffff url('../img/navbg.gif') top left repeat-x;
  color: #3949BB;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  
}

#nav ul li { display: inline; }

#nav ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:5px;
  background: #ffffff url('../img/navbg.gif') top left repeat-x;
  color: #3949BB;
  text-decoration: none;
  float: left;
  
  
}

#nav ul li a:hover
{
  background: #ffffff url('../img/hover.gif') top left repeat-x;
  color: #D53A38;
}

/*///////////////////////////////////////////////*/


