/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec;
}

a{
color:#e61577;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#ff0404; text-decoration:none; background-color:inherit;}

p{padding:0 0 1.1em 0;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
text-align:left;
background:#ffffff;
color:#303030;
margin:0px auto;
}

#header{
height:80px;
width:760px;
background-color:#FFCCCC;
}

#header2{
height:28px;
width:760px;
background-image:url('images/header.jpg');
}

#header2 h2{
margin-left:15px;
padding-top:3px;
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
color:#ffffff;
}


#header2 a{
color:#ffffff;
text-decoration:none;
}

#header2 a:hover{color:#FA9FC9; text-decoration:none;
}


#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}


/**************** Content styles ****************/

#content{
float:left;
width:550px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:none;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:140px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.4em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 2px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}



/**************** Footer styles ****************/

#footer{
clear:both;
width:760px;
font-size:0.9em;
background-image:url('images/footer.jpg');
padding-top:3px;
padding-bottom:3px;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#666666; font-weight:normal;}
#footer a:hover{color:#000000; text-decoration: none;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}


