/* littlerun style sheet by Allen Murphy */
html {
	background-color: #444444;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

#side {
	width: 181px;
	float: left;
	margin-left: -1px;
	padding: 1px;
}

#content {
	padding: 10px 1px 1px 15px;
	margin-left: 210px;
	border-left: 6px solid #991111;
}

#singlecontent {
	padding: 10px 1px 1px 15px;
	margin-left: 20px;
	/*border-left: 6px solid #991111;*/
}

#header {
	color: #999;
	background-color: #777777;
	border-bottom: 6px solid #991111;
}

#banner {
	padding-top: 5px;
	background-repeat: no-repeat;
	position: relative;
}
	
#footer {
	background-color: #fff;
	color: #999;
	border-top: 6px solid #991111;
	text-align: right;
	padding: 2px 10px 7px 0px;
	clear: both;
}

.spacer {
	clear: both;
}
	
p {
	padding: 0;
	margin-top: 0px;
}

#innercontainer {
	padding-top: 5px;
	/*background: white url(images/bg9.png);*/
	background-repeat: repeat-x;
}

#bbcclogo {
	top: 40px;
	left: 400px;
	width: 150px;
	height: 108px;
	background-image: url("bbcc/bbcc.png");
}

.box {
	padding: 0px 10px 0px 10px;
	width: 95%;
}

.yellowbox {
	padding: 10px 10px 10px 10px;
	width: 90%;
	background-color: #ffffdd;
	border-style: solid;
}

.italicred {
	font-style: italic;
	color: #770000;
}
.boldred {
	font-weight: bold;
	color: #770000;
}

.boldblue {
	font-weight: bold;
	color: #000099;
}

/* min-height hack */
.prop {
	height:178px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/* end min-height hack */

td {
	font-size: 10pt;
}

h1 {
	color: #993300;
}

h2 { 
	color: #993300;
}

h3 { 
	border-bottom: 1px solid #000000;
	color: #770000;
	width: 95%;
	font-size: 12pt;
}

a { 
	color: rgb(57, 66, 166);
}

