@import url(/css/bb_search.css);

body {
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, ul {
	font-family: arial, sans-serif;
	font-size: 9pt;
}

h3 {
	font-size: 11pt;
}

input, textarea {
	font-size: 8pt;
	font-family: arial, sans-serif;
}

#header img {
	margin-right: 12px;
	margin-bottom: 12px;
	border: none;
}

#leftCol {
	vertical-align: top;
}

.leftColPadding {
	margin: 1ex 4px 0 1ex;
}

#centerCol {
	vertical-align: top;
}

.centerColPadding {
	margin: 0 25px 0 12px;
}

.centerColPadding a, .dummyLink {
	text-decoration: none;
	font-weight: bold;
}

.centerColPadding a:hover {
	text-decoration: underline;
}

.centerColPadding a.normal {
	text-decoration: none;
	font-weight: normal;
}


#rightCol {
	margin-right: 12px;
	vertical-align: top;
}


ul.leftNavi, ul.leftNavi li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

ul.leftNavi li {
	border-top: 2px solid;
	padding: 1px;
}

ul.leftNavi ul {
	margin: 0;
	padding: 0;
}

ul.leftNavi ul li a{
	padding-left: 3ex;
	font-weight: normal;
}

ul.leftNavi li a{
	text-decoration:none;
	display: block;
	font-weight: bold;
	
	padding: 3px 0 3px 1ex;
}


.helpNavi {
	text-align:center;
}

.helpNavi a{
	text-decoration:none;
	font-weight: bold;
}

.helpNavi a:hover{
	text-decoration: underline;	
}

.infoBox {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 258px;	
}

.infoBoxHeader {
	padding: 3px 0 3px 1ex;
	font-weight:bold;
}

.infoBoxText {
	padding: 1ex;
}

.infoBoxText a {
	text-decoration: none;
}

.infoBoxText a:hover {
	text-decoration: underline;
}

.searchBox {
	width: 200px;
	font-size:8pt;
}

.searchButton {
	font-size: 8pt;
}

#logoBottom {
	margin: 3ex 0 0 0;
}

img.left {
	float: left;
	margin-right: 2ex;
}

a img{
	border:none;
}

#toPageTop {
	clear:both;
	display: block;
	margin-top: 20px;
	padding-left: 16px;
	text-decoration: none;
	font-weight: bold;
}

.sitemapN {
	background: url(/pics/icons/n.gif) no-repeat;
}

.sitemapT {
	background: url(/pics/icons/t.gif) no-repeat;
}

.sitemapE {
	background: url(/pics/icons/e.gif) no-repeat;
}


.sitemapL {
	background: none;
}

.sitemapLevel1 {
	
}

.sitemapLevel2 {
	font-size: 11pt;
	font-weight:bold;
}

.errorMsg {
	color: red;
	font-weight: bold;
}