html { 
	background-image: url('/images/style/background.jpg'); 
	background-repeat: repeat; 
	background-color: #666666;
	top: 0;
	left: 0;
	color: #FFFFFF;
	font: bold medium "Times New Roman", Times, serif;
}
a {
	background-color: transparent;
	color: #999999;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #FFFFFF;
}
#nav {
	float: left;
	width: 150px;
	line-height: 28px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin: 0;
}
#nav li li {
	margin: 0;
	width: 150px;
	position: relative;
	display: block;
	list-style-type: none;
}
#nav ul ul, #nav li ul {
	position: absolute;
	z-index: 500;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	top: 0;
	left: 100%;
}
#nav ul li {
	position: relative;
}
#nav li:hover {
	z-index: 100;
}
#nav ul li a {
	height: 1%;
} 
#nav ul li:hover ul ul, 
#nav ul ul li:hover ul ul,
#nav li:hover ul ul,
#nav li li:hover ul ul {
	display: none;
}
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav li:hover ul,
#nav li li:hover ul {
	display: block;
}
#nav a {
	display: block;
	padding: 8px 4px 6px 4px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	background-color: transparent;
	background-image:  url(button1.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 1.5em;
}
#special a {
	display: block;
	padding: 8px 4px 6px 4px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	background-color: transparent;
	background-image:  url(button1.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	line-height: 14px;
}
#nav a:link, #nav a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-image:  url(button3.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: transparent;
	color: #F9F99F;
	text-decoration: none;
}
#nav a.parent {
	background-image: url(button-1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 0;
}
#nav a.parent:hover {
	background-image: url(button-3.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.tbl-white {
	width: 450px; 
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000040;
	padding: 5px;
	border: 2px solid #666666;
}
.tbl-white td {
	background-color: #FFFFFF;
	color: #000040;
	padding: 5px;
	border: 2px solid #666666;
}
.tbl-w-cells table {
	padding: 7px;
	border-spacing: 1px;
}
.tbl-w-cells table, .tbl-w-cells td {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tbl-w-cells td {
	vertical-align: top;
	padding: 3px;
}
.font-s {
	font-weight: normal;
	background-color: transparent;
	color: #FFFFFF;
	font-size: small;
}
.font-1x-navy {
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #000040;
}
.font-navy {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #000040;
}
table {
	border: 0;
}
td {
	vertical-align: top;
	padding: 10px;
}
.ital {
	font-style: italic;
}
.ctr {
	text-align: center;
}
#content {
    position: relative;
    top: 0;
    left:  0;
    width: 100%;
	margin: 0 5px 0 5px;
}
#headline table td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#main {
	margin: 0 220px 10px 165px;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #000040;
	height: 1%;
}
#main ul {
	list-style-image: url(bullet1.gif);
	vertical-align: middle;
}
.place {
	clear: both;
	margin-bottom: 2px;
}
#footer {
	text-align: center;
}
#footer a {
	font-size: 80%;
	font-weight: bold;
	color: #000040;
}
#footer p {
	font-weight: bold;
	color: #000040;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #C9C909;
	text-align: center;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #C9C909;
}
h4 {
	letter-spacing: 2.5px;
	font-size: large;
	font-weight: bold;
	color: #000040;
	line-height: .75em;
}
h5 {
	font-weight: bold;
	color: #000040;
	line-height: .6em;
}
h6 {
	font-weight: normal;
	font-size: small;
	color: #000040;
}
input.txt, textarea.txt {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px ridge #CCCCCC;
	width: 300px;
}
#contact {
	float: right;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin: 5px 2px 2px 2px;
}
#contact input.txt, #contact textarea.txt {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px ridge #CCCCCC;
	width: 190px;
}
#c-form {
	line-height: 125%;
	display: inline;
}
#sidebox {
	border: 2px solid #666666;
	text-align: center;
	margin: 0;
	padding: 15px 0 15px 0;
	background-color: #CCCCCC;
}
.align-right {
	float: right;
}
.con-form {
	margin-left: auto;
	margin-right: auto;
}