﻿body {
  margin:0px;
  background-color:#3F6AA0;
}
#main, #blank {
  position:relative;
  top:0px;
  background-image: url('body.jpg');
  background-repeat: no-repeat;
  height: 635px;
}

#blank 
{
    background-image: url('blank.jpg');
}



#top {
  top: 0px;
  margin:0px;
  padding:0px;
  height:120px;
  width:659px;
  background-image: url('Assets/header.jpg');
  background-repeat: no-repeat;
  border-bottom: solid 20px gold;
 }
 
 #top h2
 {
	position:relative;
	top:85px;
	left: 370px;
	color: #FFD700;
	font-size: 2em;
	}
 
#textBox, #blankBox
{
    position:absolute;
    top:190px;
    left: 50px;
    width: 260px;
    z-index:100;
        
}

#blankBox 
{   
    left: 110px;
    width: 520px;
    top: 170px;
    background-color: White;

}

#bottom {
  position:relative;
  height:100px;
  width:100%;
  padding-top:0;
  background-color: #ccc;
  margin: 0px;
}

* {margin: 0; padding: 0;}
body {font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333; }

a {text-decoration: none; }
a img {border: none;}
a:link, a:visited {color: #555; font-weight:bold; border-bottom: 1px solid #555;}
html body a:hover {color: #000; background-color: #F4F2E4;
  border-bottom: 1px solid #9A8E51;}
  
  #top a:link, #top a:visited {border-bottom:none;}
  html body #top a:hover {border-bottom: none;}
  
h1 {font: bold 1.5em Georgia, "Times New Roman", serif; letter-spacing: 1px;}
h2 {font: 1.5em Georgia, "Times New Roman", serif; letter-spacing: 1px;}
h3 {font: bold 1em Verdana, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase;}
h4 {font: bold 1.1em Georgia, "Times New Roman", serif; letter-spacing: 1px;}

.exception {list-style: square inside;}
.exception li {margin-bottom: 8px;}


ul, ol {list-style: none;}
li {margin-bottom: 20px;}
li a {font-weight: bold; font-size: 1.1em;
}


#navbar {height: 2.4em;
  padding: 0 0 0 215px;
  background: #FBFAF4;
  border-top: 5px solid #333;
  font: 18px Georgia, Times, serif; overflow: hidden;
  min-width: 750px;}
/*
#main {float: left; font-size: 0.88em;
  width: 750px; padding: 1.5em 0 1.5em 210px;
  background: url(/pix/threecolbg.gif) 794px 0 repeat-y;}
*/
p {text-align: left; line-height: 1.8em; font: normal 1em Verdana, Arial, sans-serif;  margin: 1em 0 1em;}


/* IE5.x/Win hacks */

/* IE5/Mac hacks */
/*\*//*/
#navbar {padding-top: 0.75em; height: 1.66em;}
#navbar li a {display: inline;}
/**/


#blankBox .bar a, #blankBox .bar img, #blankBox .bar a:visited, #blankBox .bar input
{border-bottom: none; text-decoration:none; margin-left:0px; float:left; padding-left:0px; }

.clear{clear:left;}

/* NAVIGATION *****************************************/

#navigation
{
margin: 0px 0 0 0px;
padding: 0;
height: 40px;
}

#navigation ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navigation li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navigation ul li a
{
background: #fff;
width: 90px;
height: 24px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #e9b373;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px/22px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navigation ul li.sponsors a
{
	border-right:1px solid #e9b373;
}

#navigation ul li a:hover
{
color: #930;
background: #e9b373;
}

#navigation a:active
{
background: #c60;
color: #fff;
}

#navigation li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

#navigation li#active a:hover {cursor:default;}



div.brochureThumb 
{
	border: dashed 1px #3f6880;
	padding: 15px;
	float:right;
	margin-left: 10px;
	font-size: 10px;
	line-height: 14px;
	text-align:center;
	}