@charset "utf-8";
/* CSS Document */
a.selected {
	font-weight:bold;
}

#fix_menu {
	height:110px;
	width:915px;
	margin-left:30px;
	border-bottom:2px solid;
}

#fix_menu a {
	text-decoration:none;
	color:#000;
}

#fix_menu a:hover {
	text-decoration:underline;
}

#name {
	position:relative;
	/*left:110px;*/
	top:49px;
	float:left;
}

#logo {
	position:relative;
	left:440px;
	top:15px;
	float:left;
}

#main_page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#page_left {
	width:150px;
	margin-top:20px;
	margin-left:65px;
	line-height:25px;
	font-size: 14px;
	float:left;
}

#image_link a {
	text-decoration:none;
	color:#FFF;
}

#options {
	position:relative;
	left:35px;
	top: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#page_left a {
	text-decoration:none;
	color:#000;
}

#page_left a:hover {
	text-decoration:underline;
}

#page_center {
	width:670px;
	margin-top:20px;
	margin-left:70px;
    	line-height:16px;
	float:left;
}

#page_center a {
	text-decoration:none;
	color:#000;
}

#page_center a:hover {
	text-decoration:underline;
}

#page_center ul {
	list-style:square;
}

#separation {
	height:20px;
}

#separation_long {
	height:460px;
}

#title_style {
	font-size: 14px;
	font-weight: bold;
	clear:both;	
	margin-right: 10px;
	line-height: 20px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom: 2px solid #CCC/*#BDBDBD;*/
}

ul.split {}
ul.split li:before
{
    counter-increment: mycounter;
    content: "(" counter(mycounter) ")\00A0";
}
ul.split li {}
ul.start { counter-reset: mycounter; }