/* @override http://bacnet.affiniscape.com/associations/8066/btl/styles/btl_styles.css */

body {
	margin: 10px 0 0 0;
	background: #eeeeee;
}

body#nobackground { background: #fff none; }

body,
td,
p {
	color: #333;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}


/* Left Nav
----------------------------------------*/
#leftnav {
	vertical-align: top;
	background: #074378;
	border-left: 2px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
	width: 174px;
	margin: 0;
	padding: 20px 10px;
	text-align: right;
}

#leftnav p {
	font: bold 15px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 1.1em;
	padding: 0;
	width: 174px;
}

#leftnav a:link,
#leftnav a:active,
#leftnav a:visited {
	color: #fff;
	text-decoration: none;
}

#leftnav a:hover {
	color: #9bb3c8;
	text-decoration: none;
}


/* Main Content
----------------------------------------*/
#content {
	background: #ffffff;
	border-right: 2px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
	padding: 20px;
	vertical-align: top;
	text-align: left;
	width: 806px;
}

/* My Comment */

h1 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #1c71af;
	padding: 0 0 12px 0;
}

#content p {
	color: #333;
	line-height: 1.5em;
}

#content a:link,
#content a:active,
#content a:visited  {
	color: #1c71af;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #1c71af;
	text-decoration: none;
}