/* CSS Document */

h1 {
  font-size:15pt;
  color: #eddc14;
  font-family: verdana, arial,helvetica;
  text-align: left;
  margin: 0 0 150px 0;
}

h2 {
  font-size:12pt;
  color:#eddc14;
  font-family: verdana, arial,helvetica;
  padding-top: 2em;
}

h3 {
  font-size:11pt;
  color:#f2dc0c;
  font-family: verdana, arial,helvetica;
}

p {
  font-size:10pt;
  color:#fff;
  font-family: verdana, arial,helvetica;
}


body{
  font-size:10pt;
  	background: url(../_images/329-343.jpg) no-repeat;
  background-repeat: no-repeat;
  background-color: black;
	font-size: 101%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  padding: 10px 50px;
  max-width: 100%;
}

table{
  font-family: verdana, arial,helvetica;
	font-style : normal; 
        color: white; 
        text-align: left
}

a { 
  font-size:10pt;
  color:#f2dc0c;
  font-family: verdana, arial,helvetica;
  text-decoration: none;
}

a:hover {
  font-size:10pt;
  color:white;
  font-family: verdana, arial,helvetica;
  text-decoration:underline;
}

a strong {font-size: 10pt; font-weight:bold; text-transform:uppercase;}

td 
{
  font-size:10pt;
  color:white;
  font-family: verdana, arial,helvetica;
}

.marg {
  border-left: thin dotted black;
  border-right: thin dotted black;
}

.nav {
  margin-left: 50px;
  margin-right: 50px;
  background-color: black;
}

.main {
  font-size:10pt;
  color:white;
  width: 800px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.nav {
   border-top: thin dotted #f2dc0c;
   border-bottom: thin dotted #f2dc0c;
 font-size:9pt;
  color:#f2dc0c;
  width: 800px;
  margin-left: 30px;
  margin-right: 30px;
  align: center
}

.menu {
  font-size:9pt;
  color:#f2dc0c;
  width: 800px;
   indent-left: 150px;
  align: center
}

p.image-wrap {max-width: 100%; max-height: auto;}
img {border: 2px solid #ffffff; max-width: 100%; max-height: auto;}


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

body {padding: 10px;}
}
