body {
	behavior: url(csshover.htc);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	margin-top: 3px;
	background: url(images/bg.jpg);
} /* WinIE behavior call */

#toplogo {
	background: #3399CC;
	height: 12px;
	text-align: center;
	width: 100%;
	font-size: 9px;
}
#band {
	height: 200px;
	width: 780px;
	border-bottom: medium double #006699;
	margin-bottom: 10px;
	background-image: url(images/logo_top1.gif);
	background-repeat: no-repeat;
}





div#nav {
	width: 150px;
	background: #FDD;
	margin-left: 5px;
	float: left;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 150px;
	background: white;
	border: 1px solid #CCCCFF;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #DFDFDF;
	color: #003366;
}
div#nav li:hover {background: #FFFFFF url(images/men_left.jpg) no-repeat;}
div#nav li.submenu {background: url(images/20x15-07.gif) no-repeat right top;}
div#nav li.submenu:hover {
	background: url(../images/men_left.jpg) no-repeat;
	text-indent: 0px;
}

div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 140px;
	color: #003366;
}
div#nav>ul a {width: auto;}
div#nav ul ul {
	position: absolute;
	top: 0px;
	left: 150px;
	display: none;
}
div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

#main {
	color: #003366;
	margin-left: 165px;
	padding: 1px 0 1px 15px;
	border-left: 1px solid #CCCCCC;
	width: 595px;
	margin-right: auto;
}
#main a {
	font-weight: bolder;
	color: #003366;
	text-decoration: none;
}
#main a:hover {
	color: #003399;
}


#bottom {
	height: 30px;
	width: 780px;
	border-top: 1px solid #006699;
	border-right: 1px #006699;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #006699;
	border-left-color: #006699;
	margin-top: 10px;
	padding: 5px;
}
#bottom a {
	color: #003366;
	font-weight: bolder;
	text-decoration: none;
}
#bottom a:hover {
	color: #003399;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-left-color: #003366;
}
#pic2 {
	height: 300px;
	width: 300px;
	position: absolute;
	left: 549px;
	top: 260px;
}
hr {
	color: #003366;
	height: 1px;
	width: 100%;
}
.borderwhite {

	border: 1px solid #FFFFFF;
}
.bordergrey {

	border: 1px solid #CCCCCC;
}
.picborder {
	border-top: 1px solid #3399FF;
	border-right: 4px solid #003366;
	border-bottom: 4px solid #003366;
	border-left: 1px solid #3399FF;
	margin: 3px;
}
#newsbox {
	opacity:0.5;
	filter: alpha(opacity=50);
	padding: 5px;
	background-color: #FFFFFF;
}


#newsboxf {
	border: 1px dotted #FFDB00;
	float: right;
	width: 250px;
	position: relative;
	font-size: 14px;
	padding: 5px;
	color: #FF0000;
}

#main #dp td { border: 1px dotted #CCCCCC; }
