@charset "UTF-8";
/* CSS Document */

p, h1, h2, h3, h4, h5, h6{
font-family: 'PT Sans', sans-serif;
line-height: 1.45;
}


li, div, ul, td{
font-family: 'PT Sans', sans-serif;
line-height: 1.45;
}	

.fontchange {
	font-family: 'Lora', serif;
}

.tradeshows2 {
	background: #dcdcdc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 10px;
	margin: 45px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.tradeshows {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	margin: 25px;
	color: #ff0000;
	font-weight: bolder;
	text-align: center;
}

.smallfont {
	font-size: 60%;
}

.contentbox5 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	margin-right: 30px;
	background: #071c59;
	font-weight: bold;
	color: white;
}

.contentbox2 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	background: #18327d;
	font-weight: bold;
	color: white;
}


.red {
	color: red;
}

.margin20 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.margin10 {
	margin-left: 10px;
	margin-bottom: 20px;
}

.marginleftbottom {
	margin-left: 20px;
	margin-bottom: 50px;
}


.marginleftbottom2 {
	margin-bottom: 50px;
}


.sidebardecor2 {
	border-style:solid;
	background-color: #E6FF42;
	border-color: #DCDCDC;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

.sidebardecor22 {
	border-style:solid;
	background-color: #f2b300;
	border-color: #000000;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}


.contentbox6 {
	border: 1px solid #19317b;
	box-shadow: 5px 5px 3px #bbb;
	padding: 5px;
	background: #19317b;
	margin-right: 50px;
	color: white;
	width: 100%;
}


.lineheight {
	line-height: .6;
}