/*HTML Tags*/

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	padding: 0px;
	background-color: #848484;
}


a:link, a:visited, a:hover {
	text-decoration: none;
}

a:link {
	color:#999999;
}

a:visited {
	color:#999999;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
 color: #0A084A;
}

ul{
	list-style-type: disc;
	text-align: left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*Site Layout*/

#header{
	margin-bottom: 3em;
	margin-top:3em;
	padding: 20px 0px 15px 10px;	
	height: 75px;
	background-image: url(img/cblflogo.jpg);
	background-repeat: no-repeat;
	background-color: #2D0303;
	background-position:center;
	width:auto;
	border:1px solid #cccccc;
}

#content{
	border:3px solid #000000;
	padding-left: 15%;
	padding-right: 15%;
	margin: 1;
	background-color: #eeeeee;
	font-size:14px;
	text-align: left;
}


#footer{
	border: 1px solid #cccccc;
	margin-top:3em;
	height: 75px;
	background-image: url(img/cblffooter.jpg);
	background-repeat:no-repeat;
	background-color:#2D0303;
	background-position:right;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

