/*{{{ basics */
body {
	margin:0 0 0px 0;
	padding:0px;
	/*font-family:	 			"Trebuchet MS", "Lucida Grande", "Lucida Sans"*/
	/*font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; */
	/*font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10pt;*/
	/*font-size:12px; */
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
	color:#000000;
	background:#ffffff;
	min-width:770px;
	line-height:1.5em;
	/*background-color:#808080;*/
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

html>body #banner {
	height:116px;
}

p,pre {
	margin:0px 10px 10px 10px;
}
#maincontent h2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0.5ex;
	/*color: #4080ff;*/
	color: navy;
	font-size:					26px;
	font-family:				"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:				normal;
	line-height:				40px;
	letter-spacing:				-1px;

}
h2 {
	font-family: "trebuchet ms", tahoma, sans-serif;
}

a {
	/*color:#599065;*/
	color:navy;
}

blockquote {
	background:#ffd;
    margin-left:10px;
    margin-right:50px;
    margin-top:15px;
    margin-bottom:15px;
	padding:5px;
	border:1px solid navy;
	font-style:normal;
	color:navy;
	text-align:center;
}
h1 {
	font-size:22px;
	padding-top:10px;
}
img {
	border:none;
}

a:hover {
	background-color: #bfe2f9;
}

/*}}}*/
/*{{{ header */
/***************************************************************************/

#ignored {
	
}

#header {
	padding-right: 0px; 
	padding-left: 0px; 
	background: #000; 
	background: url(img/bg2.gif) #000 repeat-x left bottom; 
	/*background: url(img/bg1.gif) #000 repeat-x left bottom; */
	/*background: url(img/bg1.gif) #9ca294 repeat-x left bottom; */
	/*background: url(img/bg1.gif) #455372 repeat-x left bottom; */
	/*padding-bottom: 15px; padding-top: 15px; */
	position: relative; 
	/*border-top: 1px solid #fff;*/
	/*height: 3em; */
	height: 40px;
	/*voice-family: inherit*/
	/*min-height: 39px; */
	/*border: 1px solid #f00;*/
}
#header h1 {
	margin:0px 10px 10px 10px;
}
#header h1 a {
	background: url(img/one-n.png) #000 no-repeat; 
	display:block;
	/*text-indent: -700em; */
	text-indent: -400px; 
	height:29px;
	width:115px;
	text-decoration:none;
	position: absolute;
	top:2px;
/*border: 1px solid yellow;*/
}

#header ul {
	padding-right: 15px; 
	padding-left: 0px; 
	z-index: 90; 
	/*right: 0px; */
	/*background: url(../../images/header_br.gif) no-repeat right bottom; */
	padding-bottom: 0px; 
	margin: 0px; 
	left:300px;
	width: auto; 
	bottom: 6px;
	padding-top: 0px; 
	list-style-type: none; 
	position: absolute;
}
#header ul li {
	font: bold 12px verdana, tahoma, arial, sans-serif;
	display: inline;

	/*border: 1px solid #00f;*/
}

#header ul li a {
	text-decoration:none;
	color: #fff;
	padding: 3px 10px;
	padding: 0px 10px 0px 10px;
	margin: 0 0.5em;

}

/*#header li { text-shadow: #cda 0.1em 0.1em 0.2em }*/
#header ul li a:hover {
	/*color:#000;*/
	background:#888;

}

/*}}}*/

#container
{
	position:relative;
	width:780px;
	padding:0px;
	margin:10px auto;
}



/*{{{ maincontent */

/* TODO: review */
html>body #maincontent {
	/*margin-left: 101px;*/
	/*margin-left: 201px;*/
	/*margin-right:201px;*/
}


#maincontent {
	float:left;
	background:#ffffff;
	margin-top:0px;
	margin-left: 0px;
	line-height:1.4em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:600px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
}

#maincontent h1 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 0.5ex;
	color: #404080;
	/*color: black;*/
	border-color: #4080ff;
	font-size:					26px;
	font-family:				"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:				normal;
	line-height:				40px;
	letter-spacing:				-1px;

}
#maincontent h1 {
	/*
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size:20pt;
	font-weight:bold;
	*/
}

/*}}}*/
/*{{{ right panel*/
#rightcontent {
	float:right;
	margin-top:10px;
	/*border-bottom:1px solid #000080;*/
	font-size:8pt;
	/*border-left: 1px solid #ddd;*/
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	line-height:1.2em;
	background-color:#eee;
	/* voice-family hides subsequent attributes from IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:140px;
}
#rightcontent h1 {
	font-size:12pt;
	border-bottom: 1px solid gray;
}
#rightcontent h2 {
	font-size:10pt;
	border:none;
	color:black;
}
#rightcontent h3 {
	font-size:8pt;
}
#rightcontent p {
	font-size:8pt;
}
/*
#rightcontent ul li {
	margin-left:0;
	padding-left:0;
	color: red;
}
*/



/*}}}*/
/*{{{ footer*/
.footer {
	clear:both;
}
.footer p {
	position:relative;
	background:#ffffff;
	/*border:1px solid #f00;*/
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	/*color:#B7D7AF;*/
	color:#555555;
	line-height:1.2em;
	margin-top:50px;
}
.footer a {
	color:#555555;
}


/*}}}*/
/*{{{ note*/
.note {
	padding:10px;
	/*background:#ffffd0;*/
	background:#dda;
	/*background:#b2c3aa;*/
	background:#bda;
	border:1px solid #888;
	letter-spacing:.1em;
	margin-bottom:10px;
}

.note img {
	margin-left: 5px;
}
/*}}}*/
/*{{{ Fixes*/
/***************************************************************************/
/******* workarounds and hacks *******/
/***************************************************************************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *//*}}}*/
