body 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

a { color: #00479F; }

img { border:0; }

hr
{
	background-color: black;
	color: black;
	height: 1px;
	border: none;
}

div.title_top
{
	background:#00479F;
	width:100%;
	height:25px;
	border-bottom:2px solid black;
}

div.title_logo_top
{
	width: 100%;
	background: #D0DFF4;
	height: 71px;
}
div.title_logo_middle
{
	width:100%;
	background-image: url(ympo_middle.png);
	height:2px;
	background-color:black;
	background-repeat:no-repeat;
	font-size:2px;
}
div.title_bottom
{
	width: 100%;
	background-image: url(ympo_bottom.png);
	height: 24px;
	background-color: #00479F;
	background-repeat: no-repeat;
}

div.menu
{
	float: left;
	background: white;
	width:147px;
	margin-top: 30px;
}

#menu ul
{
	list-style-type: none;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0 0 0 5px;
}

li.menu
{
	background-image: url("menu_back.png");
	margin-bottom: 23px;
	padding: 5px 0 5px 0;
}

#menu a
{
	text-decoration: none;
	color: black;
}

#menu li a:hover
{
	text-decoration: underline;
	color: black;
}
#menu ul li
{
	position: relative;
}

#menu li ul
{
	position: absolute;
	left: 137px;
	top: 0;
	width: 150px;
	display: none;
	background: #F3F6FC;
	list-style-type: none;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	border-top: 24px solid #CFDEF3;
	padding-left: 5px;
}

#menu li:hover ul
{
	display: block;
}

#menu ul li ul
{
	padding-bottom: 15px;
	z-index: 1;
}

#menu ul li ul li
{
	padding-top: 15px;
}

#menu #current ul
{
	background: white;
	list-style-type: none;
	margin:0 0 0 15px;
	font-weight:normal;
	font-style:italic;
	font-size:12px;

	position: relative;
	display: block;
	left:0;
	width: auto;
	border: none;
	padding-left: 0;
	padding-bottom: 0;
	z-index: 0;
}

#menu #current li
{
	background: white;
	padding-top: 15px;
	margin-top: 0px;
}

#menu #current a
{
	text-decoration: none;
	color: black;
}

#menu #current a:hover
{
	text-decoration: underline;
	color: black;
}

li#current
{
	padding-bottom:0;
}

div.body
{
	background: url("menu_back.png");
	background-repeat: repeat-y;
	margin-top: 30px;
	padding: 0 30px 10px 175px;
}
h1
{
	font-size: 1.2em;
	color: #00479F;
	font-style: italic;
}
h2
{
	font-weight: bold;
	font-size: 1em;
}
h3
{
	font-size: 1.5em;
	margin-top: 0;
}
h4
{
	font-size: 1em;
	font-weight:normal;
}
p.indent
{
	padding-left:30px;
}
li.header
{
	list-style: none;
	font-weight: bold;
}
li.header ul
{
	list-style: disc;
	font-weight: normal;
}
span.bullet
{
	font-style: italic;
	text-decoration: underline;
}
div.footer
{
	background:url("menu_back.png");
	background-color:#00479F;
	background-repeat: repeat-y;
	color: white;
	clear: both;
	font-size: 9px;
	text-align: right;
	width:100%;
	height:50px;

}
#footer span
{
	position:relative;
	top:38px;
}

