﻿body{
  font-family: Arial,sans-serif;
  font-size: 80%;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
  background-repeat:repeat;
}
#container {
	width:780px;
	margin:10px auto;
	padding:10px;
	border:2px solid #0033CC;
	background: url(images/background.jpg);
}
#container img{
	display:block;
	text-align:center;
}
#header{
  padding:15px;
  width:100%;
  background-repeat: no-repeat;
  background-position: top center;
}
#logo{
	padding: 0px;
	border:0px solid #999;
	background-image:url(images/background_strip.jpg);
	
}

#buttons {
  padding:0px;
  border-top:0px;
}
a{
  color:#000;
  text-decoration:none;
}

a:link{
  color:#000;
  text-decoration: none;
}

a:visited{
  color: #006699;
  text-decoration: none;
}

a:hover{
  color: #006699;
  text-decoration: underline;
}

h1{
  font-family: Verdana, Arial, sans-serif;
  font-size:120%;
  color: #3366cc;
  margin: 0px;
  padding: 0px;
}

h2{
  font-family:Verdana, Arial, sans-serif;
  font-size: 120%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

h3{
  font-family: Verdana, Arial,sans-serif;
  font-size: 110%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

h4{
  font-family: Arial,sans-serif;
  font-size: 100%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

/* add some margin space to main content */
#main{
	font-family:Arial,sans-serif;
	/*font-size: 80%;*/
	/*font-weight:400;*/
	font-style:inherit;
	padding-left:10px;
	padding-right: 10px;
	margin-left:120px;
}
#nav {
  font-family: Arial,sans-serif;
  /*font-size: 75%;*/
  /*font_weight:400;*/
  padding: 12px;
  border-bottom: 0px solid #E2EAEF;
  border-top: 0px solid #E2EAEF;
  border-right: 0px solid #E2EAEF;
  background-color: url(images/background.jpg);
  background-repeat: no-repeat;
  width:20%;
  float:left;
}
#navbar {
	background-color:#aaa;
	/* left margin must match leftcolumn width */
	margin-left:150px;
	margin-right:121px;
	background:#aaa url(images/navbarodd.jpg) repeat-x center;
	height:1.65em;
	/*font-size:.8em;*/
	color: #B8A78B;
	/*margin-left:126px;*/
	/*margin-right:126px;*/
}
/* remove bullets from ul in the navbar */
#navbar ul{
	list-style-type:none;
}
/* list iems in the navbar */
#navbar li{
	float:left;
	background-color:aaa;
	height:1.75em;
}
/* applies to navbar links, visited, and unvisited */
#navbar a,
#navbar a:link,
#navbar a:visited{
	/* removes underline */
	text-shadow:inherit;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
	background-color:#aaa url(images/navbarodd.jpg) repeat x center;
	color:#000;
	display:block;
	height:2em;
	width:7em;
	line-height:2em;
	text-align:center;
	outline-style:none;
	/*border-left:solid 1px #ddd; */
	border-right:solid 1px #ddd;
}
/* navbar hover and active links, display diff color when over button */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:vistited{
	background:#ddd url(images/navhoverodd.jpg) repeat-x center;
	color:#000;
}
#news {
  padding: 7px;
  border-bottom: 1px solid #E2EAEF;
  border-top: 1px solid #E2EAEF;
  border-left: 1px solid #E2EAEF;
  background-color: url(images/background.jpg);
  width: 20%;
}

#footer {
  padding: 7px;
  font-family:Arial,sans-serif;
  font-size: 75%;
  font-weight:400;
  font-style:inherit;
  border-bottom: 0px solid #E2EAEF;
  border-top: 0px solid #E2EAEF;
  background-color: url(images/background.jpg);
  width: 100%;
}
/* Style for table cells that contain thumbnails */
td.thumbs{
	border:solid 0px #039;
	padding: 2px;
	vertical-align:top;
}
/* Style for table cells that contain thumbnails */
table.thumbs{
	width:200px;
	height:80px;
	border:solid 0px #039;
	padding: 2px;
	vertical-align:top;
}
/* Style for thumbnail images */
img.thumbs{
	width:200px;
	border-width:5px;
	text-align:justify;
}