body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#CC9999;
}
a:link 		{color: #0000E0; text-decoration: none;}
a:visited 	{color: #0000E0; text-decoration: none;}
a:active 	{color: #0000E0; text-decoration: none;}
a:hover 	{color: #0000E0; text-decoration: underline;}

p{
	margin-left:5px;
	margin-right:5px;
}

h1{
	text-align:left;
	margin:0px;
	margin-top:5px;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom:20px;
	padding-left:10px;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	height:30px;
	background-image:url(images/h1bg.jpg);
	background-repeat:repeat-y; 
	color:#c90916;
}
h3{
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
}
address{margin-left:5px; font-size:12px;}

.button1{
	border-right: 1px dotted #EFE8CE;
	border-left: 1px dotted #EFE8CE;
	margin: 2px 5px 2px 5px;
	padding: 0px 5px 0px 5px;
	font-size:15px;
	font-weight:600;
	height:30px;
	width:100px;
	text-align:center;
	/*background-image:url(images/button.jpg);*/
	color: #D6B562;
	text-decoration:none;
	background-color:#89262B;
}
a:hover.button1{
	color:#EBEBEB;
	text-decoration:none;
	font-weight:600;
}

#head{
	width:800px;
	height:110px;
	border:0px solid #545124;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:0px;
	background-color:#996666;
	color:#E0D6B0;
}
#head img{margin-top:0px;}

.menu{
	background-color:#996666;
	position:relative;
	width:800px;
	border-top: 1px solid #CC9999;
	border-bottom: 1px solid #CC9999;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
	margin-bottom:0px;
	text-align:center;

}
.imenu{
	text-align:center;
}
.imenu a{
	margin-left: 10px;
	margin-right: 10px;
}

#content{
	padding:5px;
	width:780px;
	border-left: 5px solid #996666;
	border-right: 5px solid #996666;
	border-top: 5px solid #996666;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#EBEBEB;
	color:#000000;
	height:auto;
}

#content:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
}

#content_left{
	text-align:center;
	border:1px solid #545124;
	margin:5px;
	margin-bottom:10px;
	padding:0px;
	left:0px;
	background-color:#996666;
	width:150px;
	float:left;
	font-size:10px;
}
#content_left h1{
	font-size:12px;
	font-weight:600;
	text-align:center;
	border-bottom:1px solid #545124;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	height:auto;
	background-image:none;
	color:black;
	font-style:normal;
	padding:0px;
}
#content_left a {color:#000000; text-decoration:none;}
#content_left a:hover{color:#000000; text-decoration:underline;}
#content_left a:visited{color:#000000; text-decoration:none;}

#footer{
	width:800px;
	/*height:100px;*/
	border:0px solid #545124;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#996666;
	background-image:url(images/logo_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	color:#E0D6B0;
	font-size:10px;
}
#footer img{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}
#footer a{color:#C90916;}

.disclaimer{
	font-size:10px;
	font-style:italic;
}

.error{
	font-weight:bold;
	color:red;
	text-align:center;
}

.JKYMenu {
	color: #B4070B;
	background-color: #996666;
	padding: 5px;
	padding-right:10px;
	padding-left:10px;
	border: 0px solid #163483;
	font-size:12px;
	font-weight:normal;
}
.JKYMenu:hover {background-color:#CC9999; color: #000000}