/* body
   ---- */
   
body { 
	width: 750px;
	margin: 0 auto;
	padding: 0; 
	font: 0.8em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

/* header
   ------ */
   
.header {
	height: 63px;
	padding: 0px; 
	border-bottom: 3px solid #eee;
}

.top_info {
	float: right;
	width: 650px;
	padding: 0px 0 10px 0;
}

	.top_info_left {
		width: 540px;
		float: left;
		border-right: 1px solid #eee;
	}

	.top_info_right {
		float: right;
		width: 80px;
		padding: 0 0 0 20px;
	}

.logo {
	padding-top:3px;
	width: 60px;
	height: 60px;
}

/*	Multi-level Dropdown Menu CSS
	This code is taken with permission from Stu Nicholls
	http://www.cssplay.co.uk/index.html
    ----------------------------------------------------- */
.menu {
	margin: 0 auto;
	padding: 0px;
	clear: both;

	font-size:0.85em;
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:150px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff; 
	width:139px; 
	height:30px; 
	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#6b82a3;
	padding-left:10px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:139px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#6b82a3 url(images/bar.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#6b82a3 url(images/bar.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#6b82a3 url(images/bar.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#6b82a3;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#515151;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:150px; 
	top:0;
	width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#6b82a3;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:150px;
	w\idth:129px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	background:#515151;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#515151;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility:visible;
}

.man { 
	font: 1.2em Tahoma, sans-serif; 
	line-height: 1.0em;
}

/* content
   ------- */
   
.content { 
	position: relative;
	/*padding: 10px;*/ 
}

/* one column
   ---------- */

.full {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

/* two column (left side)
   ---------------------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}
	
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
				
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
	
	.left_side a, .right_side a { color: #414141; background: #FFF; }
			
	.left_box { margin: 0 0 5px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* two column (right side)
   ----------------------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

	.right h3 {
		background: #6b82a3  url(images/corner.gif) no-repeat top right;
	}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { 
	color: #808080; 
	background: white; 
}

/* common styles
   ------------- */
.example {
	font: bold 1em Courier New;
}

.normal {
	font-weight: normal;
	font-family: Tahoma, sans-serif;
}

.em {
	font-weight: bold;
}

span.xmp {
	font: bold 1em Courier New;
}

span.smcaps {
	font-size: smaller;
	font-weight: bold;
}

div.xmp {
	margin: 1em 0 1em 1em;
	font: bold 1em Courier New;
}

div.xmp em {
	font: bold 1em Courier New;
	color: FireBrick;	
}

dl.xmp dt {
	margin-top: 1em;
	font: bold 1em Courier New;
}

dl.xmp em {
	font: bold 1em Courier New;
	color: FireBrick;	
}

dl.xmp dd {
	margin-top: 0.5em;
	font: 1em Tahoma, sans-serif;
}

div.jclxmp {
	margin: 1em 0 1em 1em;
	padding: .25em 0 .25em .5em;
	font:  1.25em Fixed, monospace;
	color: #33ff33;
	background: black;
}

pre.license {
	font: bold 1em Courier New;
}

code {
	font: bold 1em Courier New;
}

h1 {
	clear: both;
	background: #95b5e4 url(images/corner.gif) no-repeat top right;	
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 2em Tahoma, Arial, Sans-Serif;
	margin: 5px 0 5px 0;
}

h2 {
	clear: both;
	background: #95b5e4 url(images/corner.gif) no-repeat top right;	
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.5em Tahoma, Arial, Sans-Serif; 
	margin: 9px 0 5px 0;
}

h3 {
	clear: both;
	background: #95b5e4 url(images/corner.gif) no-repeat top right;	
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 9px 0 5px 0;
}

h4 {
	clear: both;
	background: #95b5e4 url(images/corner.gif) no-repeat top right;	
	color: #FFF;
	padding: 2px 0 2px 2px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 12px 0 5px 0;
}

.dateline {
	font: bold .9em Tahoma, Arial, Sans-Serif;
}

a.related:link    {
	font: .9em Tahoma, sans-serif;
	font-weight: bold; 
	text-decoration:  underline;
	color: #515151; 
} 
a.related:visited {
	font: .9em Tahoma, sans-serif;
	font-weight: bold; 
	text-decoration:  underline;
	color: #95b5e4; 
} 
a.related:hover   {
	text-decoration:  underline;
	color: #6b82a3;
} 
a.related:active  {
	text-decoration:  underline;
	color: #6b82a3;
} 

.image {
	float: left;
	margin: 0 9px 3px 0;
}

.lsbimg {
	float: left;
	margin: 0 20px 0 0;
}

li.xtopspace { margin-top: 0.5em; }

