HTML, BODY
{
	height: 100%;
}
BODY
{
	margin: 0;
	padding: 0;
	font: 75% Arial, verdana, helvetica, arial, sans-serif;
	line-height: 1.8em;
	color: #444;
	background: #FFF;
}
/*HEADER*/
.siteheader
{
	height: 130px;
	width: 100%;
	padding-top: 0;
/*background:#007EBB url(/images/HeaderCBNI_nano.jpg) repeat-x;*/
	background: #007EBB url(/images/cbni_header.jpg) repeat-x;
}
/*HEADER LOGO*/
.logo
{
	width: 650px;
	padding: 40px 0 0;
	margin: 0 0 0 50px;
	font: bold 2.4em Arial, georgia, sans-serif;
	letter-spacing: 5px;
	color: #DCE4F6;
}
/*TOP NAVBAR*/
.topnav UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
.topnav UL LI
{
	display: block;
	float: left;
	margin: 0;
}
.topnav UL LI A
{
	letter-spacing: 2px;
	display: block;
	float: left;
/*padding:11px 20px 0 20px;*/
	padding: 10px 10px 0;
	height: 23px;
	text-decoration: none;
	color: #030D41;
	border-left: 0px solid #DCDCDC;
	border-right: 0.1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #A9A9A9;
	background: transparent url(/images/bgOFF.gif) repeat-x top right;
}
.topnav UL LI A:hover, .topnav UL LI A.current
{
	color: #2345ED;
	background: #FFF url(/images/bgON.gif) repeat-x;
}
/*LEFT SIDEBAR*/
.sidebar
{
/*
float:left;
width:18%;
*/
	background: transparent;
	height: 100%;
	padding-top: 0;
	border-right: 1px solid #EEE;
}
.sidebar IMG
{
	padding-left: 15px;
}
/*COLUMNS*/
.gutter
{
	float: left;
	width: 1%;
	height: 1px;
}
.col1
{
	float: left;
	width: 70%;
	margin-left: 1%;
	margin-right: 1%;
}
.col2
{
	float: left;
	width: 30%;
}
/*FOOTER*/
.footer
{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: center;
	background: #000 url(/images/foot.jpg) repeat-x;
	color: #DCE4F6;
}
/*LINKS*/
A:link, A:visited
{
	color: #1F3CCF;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
	color: #2345ED;
}
/*TYPOGRAPHY*/
BLOCKQUOTE
{
	font-weight: normal;
	font-style: italic;
	color: #6897C0;
}
H1
{
	font: 1.7em calibri, arial, georgia, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #2345ED;
	padding: 10px;
}
H2
{
	font: 1.3em Calibri, arial, georgia, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #2345ED;
	padding: 2px;
}
P
{
	padding-left: 10px;
	padding-right: 10px;
	color: #030D41;
}
P STRONG
{
	color: #030D41;
}
/*IMAGES*/
.imgleft
{
	float: left;
	margin-right: 20px;
	padding: 10px;
	border: 0px solid #EEE;
}
/*LEFT MENU*/
.navlist
{
	padding-left: 0;
	margin-left: 0;
/*border-bottom: 1px solid #eee;*/
	width: auto;
}
.navlist LI
{
	list-style: none;
	margin-left: 5px;
	padding: 0.25em;
	border-top: 1px solid #EEE;
}
/*Nasty hack, the orginal list was not designed to be nested*/
.navlist LI.notop
{
	list-style: none;
	margin-left: 5px;
	padding: 0.25em;
	border-top: 0px solid #000000;
}
.navlist LI A
{
	text-decoration: none;
	color: #030D41;
/*background :url(/images/arrow.png) left center no-repeat;*/
	padding-left: 0px;
}
.navlist LI A:hover
{
	text-decoration: underline;
	color: #2345ED;
}
/*LOGIN BOX*/
.error
{
	color: #FF0000;
	font-weight: bold;
}
.header
{
	font: normal 1.7em georgia, arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #993333;
	padding: 10px;
}
#welcomebox
{
	text-align: center;
	padding: 10px;
}
.tab
{
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 1px 10px;
}
/*SMALL ICONS

a[href $='.pdf'] {
padding-right: 18px;
background: transparent url(/x/image/icons/icon_pdf.gif) no-repeat center right;
}


a[type="application/pdf"]:after {
content: url(/x/image/icons/icon_pdf.gif);
}
*/
A[href$='.pdf']
{
	padding-left: 18px;
	background: transparent url(/x/image/icons/icon_pdf.gif) no-repeat center left;
}
A[href$='.doc']
{
	padding-right: 18px;
	background: transparent url(/x/image/icons/icon_doc.gif) no-repeat center right;
}
A[href$='.xls']
{
	padding-right: 18px;
	background: transparent url(/x/image/icons/icon_xls.gif) no-repeat center right;
}
INPUT
{
	margin: 2px;
	border: 1px solid #999;
	background: #FFF;
/*color: #96B89D;*/
	color: #444;
}
.subheader
{
/*background:transparent url(/images/bgOFF.gif) repeat-x top left;*/
	height: 30px;
	margin: 0 0 5px;
	vertical-align: middle;
	color: #444;
}
.std_table
{
	border-collapse: collapse;
}
.std_table TH
{
	background: #000;
	color: #DDD;
	border: 1px solid #444;
}
.std_table TD
{
	border: 1px solid #444;
	color: #030D41;
}
.late
{
	border: 1px solid #FF0000;
	background: #FDE9E9;
}
.messageBox
{
	border: 1px solid #BBB;
	width: 450px;
	text-align: center;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: arial;
	font-size: 12px;
}
.heading1
{
	font: 1.7em calibri, arial, georgia, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #2345ED;
	padding: 10px;
}
