/* Import main stylesheet and then set colors and branding for the desired look. */

@import url(leftmenu.css);

body {
margin:0;
padding:0;
line-height: 2.0em !important;
font-size:1.2em !important;
}

#branding {
	background: url('../images/besc_heading.jpg') no-repeat;
	margin-left:5px 15px;
	height:150px;
	}
	
#branding {
	height: 150px;
	padding-top:1px;
}

#branding h1 {
	text-indent: -5000px;
}
	
b{font-size: 110%;font-weight:bold;}
em{color: red;}

p, li {font-size:1.2em !important;}

ul{
font-size:1.2em;
padding:0; 
list-style-image: url('../images/bullet.gif'); 
vertical-align:bottom; 
margin-left:16px; 
margin-right:5px; 
margin-top:5px; 
margin-bottom:5px
}

#topsection{
background: #ffffff;
height: 145px; /*Height of top section*/
border-bottom:2px #bbdee6 double;
}

#topsection h1{
margin: 0;
padding-top: 25px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 20%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#contentcolumn .nocolumn {
margin: 0 20px 0 2%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;
background: #fff;
}

#rightcolumn{
float: left;
width: 160px; /*Width of right column in pixels*/
margin-left: -160px; /*Set margin to -(RightColumnWidth)*/
margin-top:5px;
background: #7a9bc9;
}

#footer{
clear: left;
width: 100%;
background: #bbdee6;
color: #000;/*#57757b*/
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* = Table
------------------------------------------------------------------------------*/
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: white white white white;
	border-collapse: separate;
	background-color: #B9EAF6;
	empty-cells:hide important!;
}
table.sample tr {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color:#B9EAF6;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: #B9EAF6;
	-moz-border-radius: 6px 6px 6px 6px;
}