
body {
  background: #aac474 url(/images/bgpattern.gif) center top repeat-y;
  color: #666;
  font-family: verdana, tahoma, arial;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}
	
* {
  margin: 0;
  padding: 0;
}


/* Header*/

#header {
  width: 750px;
  height: 247px;
  background: transparent url(/images/header.jpg) left top no-repeat;
 /* border: solid 1px black;*/
}



/* Navigation */

#nav {
  clear: both;
  height: 30px;
  background: transparent url(/images/nav-bg.gif) left bottom no-repeat;
  border-bottom: solid 3px #959596
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  height: 30px;
  display: block;
  margin: 0;
  padding: 0;
}

#nav ul li a#nav-01 { width: 94px; background: transparent url(/images/menu1.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-02 { width: 120px; background: transparent url(/images/menu2.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-03 { width: 184px; background: transparent url(/images/menu3.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-04 { width: 123px; background: transparent url(/images/menu4.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-05 { width: 119px; background: transparent url(/images/menu5.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-06 { width: 110px; background: transparent url(/images/menu6.gif) top left no-repeat; text-indent: -9999px; }

#nav ul li a#nav-01-current { width: 94px; background: transparent   url(/images/menu1-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-02-current { width: 120px; background: transparent   url(/images/menu2-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-03-current { width: 184px; background: transparent  url(/images/menu3-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-04-current { width: 123px; background: transparent  url(/images/menu4-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-05-current { width: 119px; background: transparent   url(/images/menu5-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-06-current { width: 110px; background: transparent  url(/images/menu6-over.gif) top left no-repeat; text-indent: -9999px; }

#nav ul li a#nav-01:hover { background: transparent url(/images/menu1-over.gif) top left no-repeat; }
#nav ul li a#nav-02:hover { background: transparent url(/images/menu2-over.gif) top left no-repeat; }
#nav ul li a#nav-03:hover { background: transparent url(/images/menu3-over.gif) top left no-repeat; }
#nav ul li a#nav-04:hover { background: transparent url(/images/menu4-over.gif) top left no-repeat; }
#nav ul li a#nav-05:hover { background: transparent url(/images/menu5-over.gif) top left no-repeat; }
#nav ul li a#nav-06:hover { background: transparent url(/images/menu6-over.gif) top left no-repeat; }


/* Layout */

#page {
  width: 750px;
  margin: 0 auto;
  padding: 0;
 /* background-color: #D3CFD6;*/
 background-color: #ffffff;
  border: 1px solid #959596;
  text-align: left;
}



a {
  color: #969702;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Content */

#content {
  text-align: left;
  margin: 0px 5px 0px 5px;
}

p {
  margin: 2px 0px 10px 0px;
  padding: 0;
  line-height: 20px;
}

.center {
  text-align: center;
}

ul {
  margin: 0 0 0 40px;
  list-style-type: disc;
  list-style-image: none;
}

ul ul {
  margin: 0 0 0 40px;
  list-style-type: circle;
  list-style-image: none;
}

ol {
  margin: 0 0 0 40px;
}

li {
  margin: 0 0 2px 0;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
  color: #bcbbba;
  font-size: 11px;
  padding: 0 0 3px 0;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	text-align: center;
	}
/* End Images */


/* Headers */

#content h1, h2, h3, h4, h5, h6 {
  color: #476901;
  font-family: verdana, tahoma, arial;
  font-weight: bold;
  text-align: left;
}

#content h1 {
  font-size: 25px;
  margin: 2px 0px 10px 0px;
	}

#content h2 {
  font-size: 20px;
  margin: 2px 0px 10px 0px;
}

#content h3 {
  font-size: 16px;
  margin: 2px 0px 10px 0px;
}

#content h4 {
  font-size: 14px;
  margin: 2px 0px 10px 0px;
}

#content h5 {
  font-size: 12px;
  margin: 2px 0px 10px 0px;
}

#content h6 {
  font-size: 10px;
  margin: 2px 0px 10px 0px;
}


/* Tables */

#content table {
  margin: 5px auto 15px auto;
  padding: 0;
}

#content table thead {
  color: #fff;
  background: #2364b0;
  font-family: verdana, tahoma, arial;
  font-size: 13px;
}

#content table thead th {
  padding: 4px 7px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
}

#content table tbody tr.row1 {
  background: #fff;
}

#content table tbody tr.row2 {
  background: #f0eee7;
}

#content table tbody td {
  padding: 2px 1px 2px 7px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

#content table tfoot {
  margin: 0;
}

#content table tfoot td {
  height: 13px;
  padding: 0;
  border-top: 3px solid #2364b0;
}

/*hr {
	display: none;
	}
*/

a img {
	border: none;
	}



/* Footer */

#footer {
  clear: both;
  width: 750px;
  margin: 0;
  padding: 0;
  color: #bddb6e;
  background: #627f27 url(/images/bg-footer.gif) left top no-repeat;
  font-family: verdana, tahoma, arial;
  font-size: 11px;
  line-height: 18px;
  border-bottom: 5px solid #bddb6e;
  text-align: center;
}

#footer ul {
  width: 715px;
  font-size: 10px;
  margin: 0 auto;
  padding: 19px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}

#footer ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#footer ul li {
  color: #d7d86f;
  text-decoration: none;
  padding: 0 3px 0 5px;
  font-weight: bold;
}

#footer ul li a:hover {
  color: #feffa3;
  text-decoration: underline;
}

#footer p {
  clear: both;
  padding: 4px 0 0 0;
}

#footer a {
  color: #d7d86f;
  text-decoration: none;
  padding: 0 3px 0 5px;
  font-weight: bold;
}

#footer a:hover {
  color: #d7d86f;
  text-decoration: underline;
}

