
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #003399;}

body {
	background: #5F7492 repeat-x left bottom;
	color: #444;
	font: normal 62.5% Arial,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h2 {
	font: black 1.8em Tahoma,Arial,sans-serif;
	color: #003399;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 2px;
	padding: 8px 2px;
	white-space: pre;
}

.pullquote 
{width: 145px;
background:#003399;
color:white;
float: right;
border:0px solid black;
font style: times
font-weight:bold;
line-height:140%;
padding:5px;
margin-top:10px;
margin-left:15px;
margin-bottom:10px;
}

h1,h2,h3 {padding-top: 10px; padding-bottom: 4px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 20px 5px;
	width: 778px;
}

/* header */

/* title */
.header {
	background: #5F7492 url(img/bbre-header2.jpg) no-repeat center;;
	font-size: 1.2em;
	width: 762px;
	height: 172px;
	margin: 0 auto;
	padding: 0px 0px 0px 16px;
	border-left: 20px solid #FFF;
	border-right: 20px solid #FFF;
}
	

/* navigation */
.navigation {	
	background: #e50000 url(img/nav.gif);
	border-color: #e50000 #e50000;
	height: 41px;
}
.navigation a {
	background: #e50000 url(img/nav.gif);
	color: #FFF;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #FFFCB2;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 700px;
}
.content .descr {
	color: #664;
	font-size: 0.12em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Arial",sans-serif;}



/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 0px;
	text-align: center;
}

.footer a,.footer a:hover {color: #FFF;
}