/* CSS document */

body {
	background-color:#ECEAEA;
	font-size: 76%;
	font-family: arial, sans-serif;
	text-align:center;
	background-image:url(../images/background.png);
	background-position: center top;
	background-repeat:repeat-y;
	}

#container {
	margin: -12px auto 0 auto;
	width: 500px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* default link styles */
a {
	color: gray;
	text-decoration: none;
	}
	
a:hover {
	color: silver;
	text-decoration: underline;
	}
/* end link styles */

#masthead {
	position: relative;
	}

div#masthead h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	text-transform: uppercase;
	padding: 50px 0 0 20px;
	}
	
div#masthead h2 {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px 0 5px 20px;
	margin-top: -20px;
	margin-bottom: 60px;
	font-size: 1em;
	font-style: normal;
	font-family: "Trebuchet MS",Trebuchet, Tahoma, sans-serif;
	text-transform:uppercase;
  letter-spacing:.2em;}
  
p.badge {
	background-image: url(../images/badge.png);
	background-position: top center;
	position: absolute;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: 150px;
	padding: 25px ;
	color: white;
	left: 314px;
	top: 32px;
	z-index: 1000;
	}

* html p.badge {
	background-image: url(../images/badgeIE.gif);
	background-position: top center;
	position: absolute;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: 150px;
	padding: 25px ;
	color: white;
	left: 300px;
	top: 32px;
	z-index: 1000;
	}
	
div#masthead p.contact {
	font-size: 0.9em;
	color: gray;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px;
	}
	
	
div#banner {
	border-style: double;
	border-color: white;
	border-width: thick;
	margin: 10px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 20px 2px 20px;
	font-size: 2em;
	font-weight: bold;
	color: #333333;
	}
	
.catchphrase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:larger;
	color: white;
	text-align: right;
	margin-top: -10px;
	}
	
div#maincontent {
	padding: 0 15px 0 20px;
	color: #444444;
	line-height: 1.3em

	}
	
div#maincontent h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em; 
	margin-bottom: -5px;
	}
	
div#maincontent h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em; 
	margin-bottom: -5px;
	font-family: "Trebuchet MS",Trebuchet, Tahoma, sans-serif;
	text-transform:uppercase;
  letter-spacing:.2em;
  	color: black;
  }
	
div#maincontent a {}

div#maincontent img {
	display: block;
	margin: auto;
	border: solid 0.4px gray;
	padding: 4px;
	}

div#toplink {
	display: block;
	text-align: right;
	border-top: solid 0.5px;
	margin-top: 2em
	}
	
div#maincontent a:hover {
	text-decoration: underline;}
	
div#footer {
	background-color: #666666;
	/*margin: 0 10 0 10;*/
	}
	
div#footer p {
	font-size: 1.1em;
	color: white;
	text-align: center;
	padding: 3px;	}

div#footer a {
	margin-left: 2px;
	margin-right: 2px;
	color: white;
	text-decoration: none;
	}
	
div#footer a:hover {
	color: #999999;
	text-decoration: underline;}
	
p.copyright {
	font-size:xx-small;
	color:#CCCCCC;
	padding-right:5px;
	padding-bottom:5px;
	text-align: right;
	}