body {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper{
	width: 800px;
	margin: 0px auto;
}

/* ------------------------------------ START HEADER ------------------------------------*/
#top_deco {
	width: 800px;
	height: 15px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
	color: #FFF;
	background-image: url(../images/top_deco.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#top_deco span {
	margin: 0 15px 0 0;
	padding: 0;
	font-weight: bold;
}
#top_deco a {
	margin: 0;
	padding: 0;
	color: #FFFFCC;
	text-decoration: none;
}
#top_deco a:hover {
	margin: 0;
	padding: 0;
	color: navy;
	text-decoration: none;
}
#header{
	width: 800px;
	height: 120px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
	background-image: url(../images/header.png);
	background-position: right;
	background-repeat: no-repeat;
}
/* ------------------------------------- END HEADER --------------------------------------*/

/* ----------------------------------- START LEFT COL -----------------------------------*/
.left_col {
	width: 140px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	font-size: 0.85em;
}
.left_col ul{
	margin: 15px 0 0 0;
	padding: 0;
}
.left_col li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	list-style-type: none;
	display: block;
}
.left_col a{
	margin: 0;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	display: block;
	background-color: #DAE2F2;
	color: gray;
}
.left_col a:hover{
	margin: 0;
	padding: 5px 0 5px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#back{
	border-top: 1px solid gray;
	margin: 0;
	padding: 5px 0 5px 15px;
	background-image: url(../images/back_arrow.gif);
	background-position: 2px;
	background-repeat: no-repeat;
}
/* ------------------------------------ END LEFT COL -------------------------------------*/

/* ----------------------------------- START RIGHT COL -----------------------------------*/

.right_col {
	width: 140px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 0.85em;
}
#rcontent{
	width: 138px;
	margin: 0;
	padding: 20px 0 20px 0;
	background-color: #fff;
	border: 1px solid gray;
}
#rcontent h2{
	margin: 10px 0 20px 5px;
	padding: 0;
	font-size: 1em;
	text-align: left;
}
#rcontent h3{
	margin: 30px 0 10px 5px;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
}
#rcontent p{
	width: 124px;
	margin: 0 5px 15px 5px;
	padding: 0;
	text-align: center;
	line-height: 19px;
}
/* ----------------------------------- END RIGHT COL -----------------------------------*/

/* ------------------------------------ START MAIN ------------------------------------*/
#main {
	width: 500px;
	padding: 0;
	margin: 0;
	float: left;
}

		/* ------------------- START MENU --------------------------*/
#menu {
	width: 501px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: smaller;
}
#nav{
	width: 501px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border: 1px solid red;*/
}
#nav li{
	position: relative;
	width: 99px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}
#nav li a {
	margin: 0;
	padding: 6px 0 4px 0;
	display: block;
	text-decoration: none;
	color: #867D71;
	font-weight: bold;
	background-color: #DAE2F2;
}
#nav li a:hover {
	margin: 0;
	padding: 6px 0 4px 0;
	display: block;
	text-decoration: none;
	color: #867D71;
	background-color: #FFF;
}
#nav li ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	margin: 1px 0 0 -1px;
	padding: 0;
	display: none;
	list-style-type: none;
	border-right: 1px solid gray;
}
#nav li ul li {
	width: 120px;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 1px solid gray;
	text-align: left;
}
#nav li ul li a {
	width: 115px;
	margin: 0;
	padding: 5px 0 5px 5px;
	color: gray;
	font-weight: normal;
	background-color: #DAE2F2;
}
#nav li ul li a:hover {
	width: 115px;
	margin: 0;
	padding: 5px 0 5px 5px;
	color: gray;
	background-color: #FFF;
}
#nav li > ul {
	top: auto;
	left: auto;
}
#menu li:hover ul, #menu li.over ul{
	display: block;
}
#menu li:hover ul li ul, #menu li.over ul li ul{
	display: none;
}
#menu li ul li:hover ul, #menu li ul li.over ul{
	display: block;
}
#menu li ul li:hover ul li ul, #menu li ul li.over ul li ul{
	display: none;
}
#menu li ul li ul li:hover ul, #menu li ul li ul li.over ul{
	display: block;
}
#subnav {
	width: 120px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid gray;
}
#subnav li{
	position: relative;
	width: 120px;
	margin: 0;
	padding: 0;
}
#subnav li ul {
	position: absolute; 
	left: 120px;
	top: 0;
	width: 120px;
	margin: -1px 0 0 0;
	padding: 0;
	display: none;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
#subnav li a {
	width: 120px;
	margin: 0;
	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
}
#subnav li a:hover {
	width: 120px;
	margin: 0;
	padding: 5px 0 5px 0;
	display: block;
}
#subnav li ul li{
	width: 120px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	border-top: 1px solid gray;
}
#sec_subnav {
	width: 120px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sec_subnav li{
	position: relative;
	width: 120px;
	margin: 0;
	padding: 0;
}
#sec_subnav li ul {
	position: absolute;  
	left: 120px;
	top: 0;
	width: 120px;
	display: none;
}
#sec_subnav li a {
	margin: 0;
	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
}
#sec_subnav li a:hover {
	margin: 0;
	padding: 5px 0 5px 0;
	display: block;
}
#sec_subnav li ul li{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
			/* ---------------------- END MENU ----------------------*/

.content {
	width: 499px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	float: left;
}
#top_content {
	width: 501px;
	height: 10px;
	margin: -1px 0 0 0;
	padding: 0;
	background-image: url(../images/top_content.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#bottom_content {
	width: 501px;
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bottom_content.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#footer {
	width: 499px;
	margin: 0;
	padding: 0;
	color: #867D71;
	font-weight: bold;
	font-size: smaller;
}
#footer p{
	margin: 0;
	padding: 0;
	text-align: center;
}
/* -------------------------------------- END MAIN --------------------------------------*/

/* ----------------------------------- START MAIN TAGS ----------------------------------*/
h1 {
	font-size: 1.5em;
	margin: 30px 0 20px 10px;
	padding: 0;
	color: #867D71;
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 10px 10px;
	padding: 0;
}
h3 {
	font-size: small;
	margin: 10px 0 10px 10px;
	padding: 0;
	text-align: left;
}
h4 {
	margin: 10px 0 10px 10px;
	padding: 0;
	text-align: left;
}
p {
	text-align: left;
	margin: 0 10px 10px 10px;
	padding: 0;
	line-height: 19px;
}
table{
	width: 480px;
	margin: 0 10px 10px 10px;
	padding: 0px;
}
table li {
	padding: 1px;
}
table h3 {
	margin: 10px 0 10px 0;
}
tr {	
}
td {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align: left;
}
td ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 0 30px;
}
ul {
	margin: 0 0 0 30px;
	padding: 0;
}
li {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	padding: 0;
	margin: 0;
	color: #3333FF;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 5px 0 10px 0;
	padding: 0;
	font-style: italic;
}
/* ----------------------------------- END MAIN TAGS ----------------------------------*/

/* -------------------------------- START SPECIAL TAGS --------------------------------*/
.clear {
	clear: both;
}
#small_font {
	font-size: 0.6em;
}
#bold {
	font-weight: bold;
}
#italic{
	font-style: italic;
}
#center{
	text-align: center;
}
#home h1 {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
}
#home h2 {
	color: #867D71;
}
#home_stat {
	margin: 0px auto;
	width: 63%;
}
#hour li{
	margin: 0 0 12px 0;
}
#first {
	width: 25%;
}
#contact {
	width: 10%;
}
#index {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	color: #867D71;
}
#index li {
	margin: 0;
	padding: 0;
}
#none_list {
	margin: 0;
	padding: 0;
}
#none_list li{
	list-style-type: none;
}
#letter_list {
	list-style-type: upper-alpha;
	margin: 0 0 0 40px;
	padding: 0;
}
#left_deco {
	width: 155px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bottom_content_left.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#right_deco {
	width: 155px;
	height: 15px;
	margin: 0 0 0 -15px;
	background-image: url(../images/bottom_content_right.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#bottom_deco {
	width: 140px;
	height: 15px;
	background-image: url(../images/bottom_deco.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#email_conf{
	color: #867D71;
	font-weight: bold;
	text-align: center;
}
#front {
	margin: 0;
	padding: 5px 0 5px 10px;
	background-image: url(../images/arrow.gif);
	background-position: 107px;
	background-repeat: no-repeat;
}
#newsletter {
	margin: 0;
	padding: 10px 0 5px 0;
	color: #867D71;
	font-weight: bold;
	text-align: center;
	border-left: 0;
	border-right: 0;
	font-size: 1.2em;
}
#sub_title {
	margin: 0;
	padding: 10px 0 5px 0;
	color: #867D71;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	border-left: 0;
	border-right: 0;
	font-size: 1.2em;
}
#left {
	float: left;
}
#right {
	float: left;
}
/* -------------------------------- END SPECIAL TAGS --------------------------------*/

/* --------------------------Fix IE. Hide from IE Mac -------------------------------\*/
* html .content {
	padding: 0 0 2px 0;
}
* html #top_content {
	margin: -1px 0 -1px 0;
	padding: 0;
}
* html #bottom_content {
	margin: -3px 0 0 0;
}
* html h1 {
	font-size: 18px;
}
* html #sub_title{
	font-size: 13px;
}
* html #menu {
	font-size: 10px;
}
* html #nav li ul{
	top: 22px;
}
* html #nav li ul li {
	border-right: 0;
}
* html #subnav li ul {
	top: 0px;
}
* html #footer {
	font-size: 10px;
}
* html ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
* html ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}
* html li{
	margin: 0 0 10px 30px;
}
* html table{
	margin: 0 0 10px 0;
}
* html #left_deco {
	width: 140px;
	height: 15px;
	background-image: url(../images/bottom_deco.gif);
	background-position: center;
	background-repeat: no-repeat;
}
* html #right_deco {
	width: 140px;
	height: 15px;
	margin: 0;
	background-image: url(../images/bottom_deco.gif);
	background-position: center;
	background-repeat: no-repeat;
}
* html #newsletter {
	font-size: 13px;
}
* html #top_deco {
	font-size: 12px;
}
/* -------------------------END Fix IE. Hide from IE Mac -----------------------------\*/