/* ---------------------------- General Styles ------------------------ */
body{
	text-align: center;
	margin-top: 0px;
	font-family: Arial;
	font-size: 10pt;
	background: #010347;
}
td{
	font-family: Arial;
	font-size: 10pt;
}
.emphasis{
	font-weight: bold;
}

/* ------------------------------- Container ----------------------- */
#container{
	width: 750px;
	position: relative;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* ------------------------------- Header ---------------------------- */
#header{
	width: 750px;
	height: 190px;
	background: url(images/belprohead4.jpg);
	border-bottom: 4px solid black;
}

/* ------------------------------- Content ------------------------------- */
#content{
	text-align: center;
}
#content p{
	margin-right 5px;
	margin-left: 5px;
	display: block;
	text-align: left;
}
/* ---------------------------- Column One (Main column) --------------------- */
#column1{
	width: 549px;
	float: right;
	background-color: white;
	padding-bottom: 8px;
}
*html #column1{
	margin-top: 9px;
}
#column1 h2{
	margin: 3px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	display: block;
	text-align: left;
}
#column1 ul{
	display: block;
	text-align: left;
}
#column1 .who{
	font-size: 12pt;
	font-weight: bold;
}
#column1 .jobtitle{
	font-size: 10pt;
}
/* ------------------------------- Newsletter ------------------------------- */
#newsletter{
	text-align: left;
}
#newsletter form{
	margin-top: 10px;
}
#newsletter input{
	margin-left: 5px;
}
/* --------------------------------------- Navigation -------------------------- */
#navigation{
	text-align: left;
	width: 191px;
	float: left;
	background-color: white;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
* html #navigation{
	margin-right: -2px;
}
#navigation h2{
	display: block;
	text-align: left;
	background-color: #D6D3D6;
	padding: 3px 0px 3px 5px;
	color: #393839;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #C6C3C6;
}
#navigation a{
	display: block;
	text-decoration: none;
	color: #606060;
	width: 186px;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #C6C3C6;
	background-color: #E7E3E7;
}
*html #navigation a{
	width: 190px;
}
#navigation a:hover{
	background-color: #949494;
	color: #EEECEC;
}
#navigation h3{
	display: block;
	text-decoration: none;
	color: #606060;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #C6C3C6;
	background-color: #E7E3E7;
	margin: 0px;
}

/* ---------------------------------------- Footer --------------------------------- */
#footer{
	clear:both;
	width: 750px;
	background-color: #B50400;
	text-align: center;
	font-size: 8pt;
	color: white;
	padding-bottom: 5px;
}
#footer a{
	color: white;
}
#footer table{
	margin: auto;
	width: 750px;
	margin-bottom: 5px;
}
#footer table td{
	font-size: 8pt;
	color: white;
	text-align: center;
	width: 20%;
}
#footer table td a{
	color: white;
}

/* ----------------------------------------- Product Table ------------------------------ */
table.products{
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.products td{
	font: 10pt, Arial, sans-serif;
	text-align: left;
}
table.products td img{
	border: 1px solid black;
}
/* --------------------------------------- Piccaption -------------------------------- */
#piccaption{
	display: block;
	width: 148px;
	border: 1px solid silver;
	margin: 5px 85px 5px 5px;
	float: left;
	text-align: center;
}
#piccaption p{
	text-align: center;
	font-size: 8pt;
	clear: both;
	margin: 0px;
}
#piccaption img{
	display: block;
	margin: 5px 5px;
	border: 0px;
}
*html #piccaption img{
	margin-right: 3px;
	margin-left: 6px;
}