/*w4w css*/

body {

background-color: #D0D0D0;
/*background-image: url(bg/global400x600.jpg);*/
font-family: "Century Gothic", tahoma;
font-size: 12px;
text-align: left;
margin: 0px auto;
scrollbar-highlight-color:#F8F8FF;
scrollbar-base-color:#ffffff;
scrollbar-arrow-color:#AFEEEE;
scrollbar-shadow-color:#ffffff;
margin: 0px;

}    

#header {

height: 60px;
width: 400px;
padding-top: 10px;
padding-left: 15px;
color: #fff;
text-align: center;
font-family: "Copperplate Gothic";
font-size: 24px;
font-weight: bold;

}

#header a {

font-size: 20px;
font-family: arial;
color: #fff;
text-decoration: none;

}

#header a:hover {

text-decoration: underline;

} 
        

#hnav {

height: 60px;
/*width: 700px;*/
padding-top: 7px;
font-size: 16px;
margin-top: 0px;
}

#hnav a {

/*padding-left: 14px;
padding-right: 14px;
*/
color: #000;
font-weight: bold;
text-decoration: none;

}

#hnav a:hover {

text-decoration: underline;

} 


#nav {

position: absolute;
left: 470px;
top: 60px;
width: 180px;
/*height: 700px;*/
font-weight: bold;
line-height: 1.5;
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
float: left;

}

#nav ul {

color: #71fd2a;
list-style: none;
padding: 0px;
margin: 0px;

}

#nav a {

color: #F3F781;
text-decoration: none;

}

#nav a:hover {

text-decoration: underline;

} 

#content {

width: 600px;
/*background-image: url("w4w_img/bg/global_gray1_400x600.jpg");
*/float: left;
margin-left: 100px;
margin-top: 0px;
}

#content ul {

color: #330099;
/*list-style: none;*/
font-size: 12pt;
line-height: 1.5;
padding-left: 30px;
margin: 0px;

}

#content .text {

width: 550px;
font-size: 14px;
line-height: 1.3;
padding-top: 8px;
padding-left: 20px;

} 

#content .title {

/*font-family: "Copperplate Gothic";*/
font-size: 16px;
font-weight: bold;
color: #9900CC; /*light purple*/
line-height: 1.5;
padding-top: 8px;
/*padding-left: 20px;*/

} 

#footer {

/*width: 600px;
height: 15px;*/
text-align: center;
padding: 15px;
margin-top: 0px;
font-family: "Copperplate Gothic";
color: #254117;
color: navy;
font-size: 12px;
font-weight: bold;

}


