/* CSS Document */



body {
	font: 76%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #C5D2DA;}

#container {
	width: 900px;
	text-align: left;
	overflow: auto;
	/*	display: block;*/
	margin: 30px auto;
	padding: 0px;
	background: #FFFFFF url(/images/content-bg.png) repeat-y;
	border: 2px solid #405968;
	border-radius: 20px;
	box-shadow: 1px 0px 10px #333;}	

.header {
	position: relative;
	height: 180px;
	background: #FFFFFF url(/images/header.jpg) no-repeat;}

#header {
	position: relative;
	height: 180px;
	background: #FFFFFF url(/images/header.jpg) no-repeat;}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 368px;
	background: none;
	display: none;}	
	
#header h2 {
	text-indent: -9999px;
	display: none;}
	
#footer {
	font-size: 0.8em;
	width: 894px;
	padding: 3px;
	overflow: auto;
	background: #393073;	
	clear: left;}	
	
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center; }
	
#footer ul li {
	display: inline;
	color: #D6D6D6;
	margin: 0px;
	padding: 0px 30px;
	list-style: none;}

#footer ul li a {
	color: #D6D6D6;}
	
	
h2 {
	border-style: none;
	color: #393073;
	padding-top: 0.2em;
	font: 1.6em/1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
h3 {
	margin: 1em 0px 0px;
	color: #333333;
	padding: 0px;
	font: bold 1.4em "Trebuchet MS", Verdana, sans-serif;}
	
h4 {
	font-weight: bold;
	margin: .5em 0px 0px;
	font-size: 1em;}
	
#nav_top {
	position: relative;
	background: #383274;
	overflow: auto;
	text-align: center;
	width: 780px;
	padding-left: 120px;
	border-top: 1px solid #000;
	border-right: none;
	border-bottom: 1px solid #000;
	border-left: none;}
	
#nav_top ul {
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px;
	background: #383274;
	text-align: center;
	display: inline;}

#nav_top ul li {
	display: inline;
	font-size: 1.1em;
	text-align: center;}

#nav_top ul li a {
	padding: 0.1em 1em;
	color: #FFFFFF;
	text-decoration: none;
	background: #383274;
	float: left;}

#nav_top ul li a:hover {
	color: #DFF4E2;}

#nav_top ul li.last a {
    border: none;}
	
#nav_top li a.text:link, #nav_top li a.text:visited {
	font-weight: normal;
	color: #585352;
	background: #fff;
	text-decoration: underline;
	margin: 0px;
	display: none;
	padding: 2px 0px 2px 10px;
	height: 100%;
	font-size: .9em;
	float: right;}			
	
#home #nav_top .home,
#appearances #nav_top .appearances,
#osdi #nav_top .osdi,
#contact #nav_top .contact,
#book #nav_top .book
{
	color: #A2E1AA;
}
	
#content_main {
	width: 610px;
	margin: 0px 0px 0px 200px;
	padding: 20px 10px 20px 20px;
	display: block;}

#content_main p {
	margin: 0;
	padding-top: 0.7em;}		
	
#content_main a:link, #content_main a:visited {
	color: #393073;
	text-decoration: underline;
	font-weight: bold;}

#content_main a:hover {
	color: #7165BE;
	text-decoration: underline;
	font-weight: bold;}	
	
#content_main ul {
	margin-top: .5em;
	margin-bottom: 0.5em;}
	
#content_main li {
	padding-bottom: 0.2em;}
	
ul.no_bullet {
	list-style:none;
	line-height: 1em;}

#nav_left {
	float: left;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 175px;
	position: relative;
	border-top: none;
	border-bottom:  none;
	border-left: none;}	
	
#nav_left ul {
	margin: 0;
	padding: 0; }

#nav_left ul li {
	margin: 0px;
	padding: 0px;
	clear: left;
	list-style: none;
	border-bottom: 1px solid #7D8282;
	width: 100%;
	border-right: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;}
	
#nav_left li a:link, #nav_left li a:visited {
	font-weight: normal;
	color: #000000;
	background: #E7E7F7;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 2px 0px 2px 10px;
	height: 100%;}	
	
#nav_left li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #3F59A7;
	display: block;
	padding: 2px 0px 2px 10px;
	height: 100%;} 
	
#nav_left img {
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
	border-top-style: none;
	border-left-style: none;
	border-right: 1px solid #000000;}
	
#nav_left p {
	text-align: center;
	margin: 0px;
	padding: 0px;}	
	
#nav_left a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;}

.box {
	display: block;
	border: 1px solid #393073;
	margin-top: 20px;
	padding: 6px 6px 6px 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #FFEFB5;}

.imgRight {
	float: right;
	border: 1px solid #999;
	margin: 10px 0px 10px 25px;
	clear: right;}	

.imgLeft {
	float: left;
	border: 1px solid #999;
	margin: 10px 20px 10px 0px;}
	
.imgLeft_noborder {
	float: left;
	border-style: none;
	margin: 10px 20px 10px 0px; }

.imgRight_noborder {
	float: right;
	border: none;
	margin: 10px 0px 10px 10px;
	clear: right;}		

#right_box  {
	text-align: center;
	font-size: -2pt;
	line-height: 130%;
	float: right;
	width: 200px;
	border: 1px solid #6C8C91;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: #DEE7E7;
	border-radius: 20px;
	box-shadow: 1px 0px 10px #333;
	clear: right;
}


	
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;}
	
.indent {
	padding-left: 30px;
	display: block;}

.rule {
	border-bottom: 1px solid #A04A4A;
	height: 1px;
	margin: 0px;
	padding: 0px;}
	
.center {
	text-align: center;}

.clearfix {
	clear: both;
}