﻿@import url(layout.css);
body {
	margin-top: 10px;
	background: #C0C0C0 url('../graphics/bottom4.jpg') repeat-x;  
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #FFFFFF
}
/* Styles for DIV tags */
#container {
	background:#666666; 
	border-right:3px solid #999999; 
	border-left:3px solid #999999; 
	border-top:3px solid #999999; 
	border-bottom:3px solid #999999; 
	margin-left:solid; 
	margin-right:solid;
}
#masthead {
	background-color: #666666;
	padding: 15px;
}
#navigation {
	background-color: #998866;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}


#column_right {
	background-color: #ccbb99;
	padding-bottom: 30px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #C0C0C0;
	color: #FFFFFF;
}
/* Styles for Masthead */

#masthead p  {
	text-align: center;
}

#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h2 {
	color: #FFB3FF;
	font-style: normal;
	font-weight: normal;
	font-size: x-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
 	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: small;
	text-align: centre;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for New Navigation */

#nav {
  margin-top: 10px;
}
#nav li {
  float: left;
  background: url('../graphics/arr.gif') no-repeat left center;
  padding-left: 10px;
  padding-right: 10px; list-style-type:none
  }
#nav a {
  color: #1A1A1A;
  text-decoration: none;
  font-size: small;
  font-weight: bold;
}
#nav a:hover {
  color: #FFB3FF;
}


/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */




/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -200px;
	left: -185px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 156px;
	height: 117px;
}

.hoverbox td
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 390px;
	height: 293px;

}