/* Base CSS for BDP Website */

body {
	font-family: Helevetica,Arial,Verdana,Helvetica,Arial,sans-serif;
	font-size:   10pt;
	line-height: normal;
	color:       #666666;
	margin:      0px;
	padding:     0px;
	text-align:  center;
	position:    static;
}

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

div#ubercontainer {
	width: 800px;
	position: static;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-left: 1px solid #282c5a;
	border-right: 1px solid #282c5a;
	text-align: left;
	overflow: hidden;
}

div#masthead {
	position: static;
	display: block;
	width: 100%;
	height: 77px;
	margin: 0px;
	padding: 0px;
	background: #f89cd6;
}

div#masthead div#rightside {
	position: static;
	display: block;
	float: right;
	clear: right;
	width: 400px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	background-color: #282c5a;
	background-position: left;
	text-align: right;
}

div#masthead div#rightside div#search {
	position: relative;
	top: 40px;
	padding-right: 20px;
}

div#stripe {
	position: static;
	display: block;
	width: 100%;
	height: 12px;
	background-color: #282c5a;
}

div#navbar {
	position: static;
	width: 800px;
	height: 14pt;
	margin: 0px;
	padding: 0px;
	background-color: #6bc1f3;
}

div#navbar .navitem {
	float: left;
	width: 12%;
	text-align: center;
	background-color: #6bc1f3;
}

div#navbar a {
	color: #282c5a;
	font-size: 8pt;
	font-weight: bold;
}

div#navbar a:hover {
	color: #7880db;
}

div#content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display:block;
	position:relative;
	background-color: #ffffff;
}

div#footer {
	position: relative;
	padding:0px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	width: 802px;
	height: 18px;
	background-color: #282c5a;
}

div#footer * {
	padding-top:2px;
	vertical-align: bottom;
}
.link {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}


/*
 * Menus that appear in some (most) pages
 */

div#menu {
	padding-top: 15pt;
	padding-left: 12px;
	width: 140px;
	float: left;
}

div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div#menu ul li {
	padding: 0px;
	margin: 0px;
	height: 34px;
}

div#menu ul li * {
	vertical-align: middle;
}

div#motif {
	padding-top: 15pt;
	width: 150px;
	height: 150px;
	float: left;
}

div#blurb {
	padding-top: 15pt;
	width: 448px;
	float: left;
	background-color: FFFFFF;
}

div#blurb p, div#blurb h2, div#blurb h3 {
	margin-left: 8px;
}

h1 {
	font-size: 24pt;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	border-bottom: 2px solid #666666;
	color: #f30b64;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #f30b64;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #89789a;
}
	
div#frontMenu {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0px;
	display:block;
	position:absolute;
	left:282px;
	top:17px;
	width:311px;
	height:322px;
	z-index:1;
	color: #333333;
}

table#frontSidebar {
	background-color: #E9EBE8;
	float: right;
	display: block;
	width: 192px;
	height: 468px;
	border: 1px #D8D8D7;
	padding: 2px 4px;
	margin: 0px;
	overflow: hidden;
}

.linq { color: blue; font-size: xx-small; text-decoration: underline; }
