/* Body */
body {
	background-color: #EEEEEE;
	background-image: url(../img/body-bg.png);
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px; 
	padding: 0;
	text-align: center;
	vertical-align:text-top; 
}

/* Main */
.wb-main {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

/* Header */
.wb-header {
	margin: 0;
	padding: 0;
	height:70px;
}

/* Language Flags */
.wb-flags {
	float: right;
}

/* Logo */
.wb-logo {
	margin: 0px 0 0px 0;
	padding: 0;
	width: 750px;
	float: left;
	vertical-align: middle;
}

/* Menu */
.wb-menu {
	clear: both;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	height: 26px;
}
.wb-menu ul {
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	height: 25px;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
.wb-menu li {
	margin: 0px 0 0px 0;
	padding: 0px 0 0 2px;
	list-style: none;
	display: block;
	float: left;
	background-image: url(../img/menu-break.png);
	background-repeat: no-repeat;
	height: 25px;
}
.wb-menu a:link,
.wb-menu a:active,
.wb-menu a:visited 

{
	vertical-align: middle;
	/*text-transform: lowercase;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
.wb-menu a:hover {
	text-decoration: underline;
}
.wb-menu .active a {
	background-image: url(../img/link-bg.png);
	background-repeat: repeat-x;
	
}
.wb-menu .active a:hover {
	text-decoration: none;
}

/* Body */
.wb-body {
	background-color: #FFFFFF;
	/*background-image: url(../img/content-bg.png);
	background-repeat: repeat-x;*/
	float: left;
	margin: 0px 0 0px 0;
	padding: 15px 0 0 0;
	width: 750px;
}


/* Content */
.wb-content {

	float: left;
	width: 730px;
	margin: 0px 0 0px 0;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.slide_show {

	float: right;
	margin: 0px 0 0px 0;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}


#a{color:#003399;text-decoration:none;font-weight:normal;text-decoration:none;}
#a:visited{color:#003366;text-decoration:none;}
#a:active,a:hover{color:#336699;text-decoration:underline;}

a:active, a:visited {
	color: #003366;
	text-decoration: none;
}

a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}

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

/* Footer */
.wb-footer {
	clear: both;
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-decoration: none;
}

.footer_clippings {
	clear: both;
	background-image: url(../img/footer-bg-clippings.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-decoration: none;
}

.wb-footer a{text-decoration:none;}
.wb-footer a:visited{text-decoration:none;}
.wb-footer a:active,.wb-footer a:hover{text-decoration:underline;}

.index_titles
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 16px;
	color: #314263;
	font-weight: bold;
	text-decoration: none;
}

.title
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}


.title_page
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
