@charset "UTF-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
line-height:17px;
}

.header_wsw {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	line-height:50px;

}

.title {
	color:#336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:bold;

}

.header {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#336699;
text-transform:uppercase;
letter-spacing:4px;
font-size:16px;
line-height:25px;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
line-height:17px;
}


#menu_wsw {
    float: left;
    width: 700px;
    border-bottom: 10px solid #484747;
    background: #3A3838;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:27px;

}

#menu_wsw ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
	margin-left:2px;
}

#menu_wsw li {
    float: left;
}

#menu_wsw a {
    display: block;
    float: left;
    height: 22px;
    margin-right: 0px;
    padding: 5px 15px 0 15px;
    background: #3A3838;
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    border-right: 1px dotted #ffffff;
	
	
}

#menu_wsw a:hover {
    background: #3A3838;
    color:#FF9900;
   
}

#menu_wsw .current_page_item a {
    color: #FF9900;
}

a:link {
color:#336699;
text-decoration:none;
}

a:visited {
color:#336699;
text-decoration:none;
}

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

a:active {
color:#336699;
text-decoration:none;
}

