@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}

body
{
  background: url("../images/checkerboard.jpg") top repeat-x;
	color: #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 0.01em;
  word-spacing: 0.01em;
  color: #666666;
  margin: 0px 0 10px 0;
  text-align: right;
  float: right;
}

h2
{
	color:#7506A8;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:2em;
	line-height: 1.1em;
	font-weight:normal;
	margin:15px 0;
	text-align: left;
}

h3
{
	color:#1EBFF0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	padding: 20px 0 5px 0;
	margin: 0;
}

h4
{
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

p
{
	line-height:1.4em;
	margin:5px 0;

}
p span
{
  font-weight: bold;
}

p.back
{
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 0.01em;
  word-spacing: 0.01em;
  color: #666666;
  margin: 0px 0 0px 0;
  text-align: left;
  float: left;
  z-index: 1000;
}

p.back a:link, p.back a:visited
{
color:#FF0000;
}

p.back a:hover, p.back a:active, p.back a:focus
{
	color: #7506A8;
}

p.center
{
   text-align: center;
}

p.left
{
   text-align: left;
   font-size:1.4em
}

span.highlight
{
  font-weight: normal;
  font-size: 1.3em;
  color: #666666;
}

span.blue
{
  color: #1EBFF0;
}

span.orange
{
  color: #EF6213;
}

span.green
{
  color: #27BA12;
}

span.yellow
{
  color: #FBF400;
}

span.purple
{
  color: #7506A8;
}

span.red {
  color: red;
}


a:link, a:visited
{
	color:#27BA12;
	text-decoration: none;

}

a:hover, a:active, a:focus
{
	color: #7506A8;
}

a.word
{
  background: url(../images/word.gif) no-repeat;
  padding: 0 0 0 20px;
}

a.pdf
{
  background: url(../images/pdf.gif) no-repeat;
  padding: 0 0 0 20px;
}

ul
{
	list-style-position:outside;
	list-style-type: disc;
	padding:0 0 0 10px;
	margin:0 0 0 20px;
}

li
{
	padding:0;
	line-height:1.4em;
	margin:10px 0;
}
li span
{
  font-weight: bold;
}
img
{
	border:0;
}

img.right
{
  float: right;
  margin: 0 0 0 10px;
}

img.savannah
{
  float: right;
  margin: 20px 0 0 0;
}
img.center
{
float: center;
margin:10px 0 0 105px;
}

#container
{
	position: relative;
	background: transparent;
	border: none;
	color: #333;
	font-size: 0.8em;
	margin: 0 auto;
	width: 830px;
	padding: 75px 0 0 0;
	text-align: left;
}

/* ############## HEADER STYLES ################# */

#header
{
  width: 100%;
  height: 330px;
  background: transparent;
  /*background: url("../images/checkerboard.jpg") top no-repeat;*/
}

#logo
{
	width: 488px;
	height: 200px;
	padding: 50px 0 0 0;
	position:relative;
	float: right;
	text-align:left;
}

#header_image
{
  width: 330px;
  height: 270px;
  margin: 20px 0 0 -20px;
  position: relative;
  float: left;
  clear: both;
}

#header_image .news
{
  margin: 0 0 0 -20px;
}

/* ############## LEFT COLUMN AREA ############### */

#leftcol
{ 
  position: relative;
  float: left;
  margin: 20px 0 0 0;
  width: 230px;
  color: #666666;
  background: #ffffff;
  text-align: center;
}

#downloads
{
  border: 2px dashed #27BA12;
  padding: 0 10px 10px 10px;
  margin: 0 0 20px 0;
  text-align: left;
}

#instructions
{
  border: 2px dashed #27BA12;
  padding: 0 10px 10px 10px;
  margin: 20px 0 20px 0;
  text-align: left;
}

/* ############## MAIN CONTENT AREA ############### */

#main
{
	position: relative;
	float: right;
	width: 550px;
	margin: 0px 0 0 20px;
	padding: 0;
}

/* ############## FOOTER ############### */

#footer_container
{
  background: url("../images/checkerboard.jpg") bottom repeat-x;
  height: 95px;
  width: 100%;
  position: relative;
  float: left;
}

#footer
{
  width: 820px;
  margin: 0 auto;
  text-align: right;
}

#footer p
{
  font-size: 0.8em;
}


