/*This centre body should centre everything for Win IE5-6 which ignores auto margins, but you also then have to set the containers text alliance to the left or all the text goes to the centre*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
.container
 {
	color: #333333;
	background-color: #000000 !important;
	border-width: 2px;
	border-color: #000000;
}
.container-fluid
 {
	background-color: #000000 !important;
}
.panel
 {
	background-color: #000000 !important;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF6600 !important;
}
#toppanel {
	height: 8px;
	color: #FFFFFF;
}
#bottombar {
	height: 16px;
	color: #FFFFFF;
}

#certpanel {
	background-color: #FFF;
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-top: 100px;
	height: 350px;
	font-size: 12px;
	border-top: 2px dotted #999;
	text-align: center;
	padding-left: 16px;
	border-bottom: 2px dotted #999;
}
#certpanel .medbox {
	background-color: #FFF;
	height: 215px;
	width: 150px;
	text-align: center;
	margin-right: 16px;
	display: block;
	float: left;
	border: 1px solid #999;
	margin-bottom: 16px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#certpanel .certitle {
	background-color: #000099;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	width: 150px;
	border-top-width: 4px;
	border-top-color: #fff;
	}
#closebar {
	height: 50px;
	text-align: right;
	font-weight: bold;
	font-size: 60px;
	line-height: 30px;
	width: 60px;
	float: right;
	}
#arrowbar {
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	color: #000000;
	line-height: 30px;
	float: left;
	width:300px;
	margin-left: 20px;
	}
#name {
	height: 34px;
	float: left;
	width: 200px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding-top: 12px;
}





.orangebold/*------ various classes ------*/
 {
	font-weight: bold;
	color: #FF6600;
}
.bluebold {
	font-weight: bold;
	color: #000099;
}
.blue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.redbold {
	font-weight: bold;
	color: #C00;
}
.greybold {
	color: #666666;
}
.dashed   {
	margin-bottom: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3em;
}
.story {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}







@media screen and (max-width: 768px) {

#arrowbar {
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 30px;
	float: left;
	width: 100px;
	margin-left: 10px;
	}
	
	#closebar {
	height: 34px;
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	width: 40px;
	float: right;
	}
	
	
}
