﻿* { outline: none; }

body{
background-image:url('images/bg.jpg');
margin:0px 0px; padding:0px;
font-family:Arial,Helvetica,Sans-Serif;
font-size:10pt;
}

#Container{
width:800px;
margin:0px auto;
text-align:left;
}

#Footer{
font-size:8pt;
text-decoration:none;
text-align:center;
color:#C2009F;
clear:both;
}

#Footer a {
color:#1D93FF;
text-decoration:none;
}

.Box {
font-weight: 300;
color: #000000;
width: 246px;
height:257px;
border:1px solid black;
}

.Box_header {
  padding-top: 1em;
  font-weight: 600;
  color: #ffffff;
  background-color: #CCCCCC;
  text-align: left;
  height: 30px;
  border-bottom:1px solid black;
  padding-left:10px
}

.Box_text {
  text-align: left;
  margin-left:-20px;
}

.Contact{
background-color:#CC7A00;
width:300px;
display:block;
}

.ContactText{
width:300px;
display:block;
margin-left: auto;
margin-right: auto
}

.title{
margin-bottom:20px;
}

.Blue{
color:#1D93FF;
font-style:italic;
}

.Green{
color:#86AA00;
font-style:italic;
}

.Red{
color:#C00000;
font-style:italic;
}

.Purple{
color:#C2009F;
font-style:italic;
}

.ExhibitImg{
border:1px solid black;
margin-bottom:10px;
margin-left:20px;
margin-right:10px;
}