/* Reset */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Set universals */

html { height: 100%; }

p { margin-bottom: 1em; }

body {
  background-color: rgb(65,77,54); 
  font-family: Verdana, arial, sans-serif;
  color: white;
  font-size: 11pt;
  height: 100%
}

#masterWrapper {
  width: 1000px;
  background-image: url(../images/fade_bg.gif);
  background-repeat: repeat-y;
  margin: 0 auto;
  min-height: 100%;
}

#headArea {
  padding: 0;
  margin: 0 40px;
}

#headImage {
  width: 920px;
  height: 200px; 
  display: block;
}

#contentArea {
  margin: 0;
  color: black;
  background-color: white;
  padding: 10px;
  display: block;
  float: left;
  width: 680px;
}

#menuArea {
  width: 900px;
  margin: 0 40px;
  background-image: url(../images/menu_bg.gif);
  background-repeat: repeat-x;
  background-color: black;
  color: white;
  min-height: 45px;
  padding: 0 10px;
  font-size: 9pt;
}


#menuArea ul li a:hover, 
#menuArea ul li a, 
#menuArea ul li a:link,
#menuArea ul li a:visited,
#menuArea ul li a:active  {
  margin: 0 0; 
  padding: 0 0.5em;
  text-decoration: none;
  color: white;
}

#menuArea ul li a:hover  {
  background-color: rgb(80%,80%,80%);
  color: black;
}
#menuArea ul li,
#menuArea ul li a  {
  display: block;
  float: left;
  list-style-type: none;
  min-height: 45px;
  line-height: 45px;
}

#leftArea {
  width: 200px;
  display: block;
  float: left;
  margin: 0 0 0 50px;
}

img.leftAreaPhoto {
  width: 200px;
  height: 133px;
  display: block;
}

#footerArea {
  clear: both;
}

#sponsorArea {
  display: block;
  float: right;
  width: 100px;
  margin-left: 10px;
}

#sponsorArea img {
  margin: 0.5em 0;
}

h1 { 
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

strong {
  font-weight: bold;
}
