body {
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	color: #663300;
	font-size: 10pt;
}

p, table, tr, td	{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #663300;
	margin-top: 0px;
	text-align: left;
}

h1	{
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #663300;
	margin-top: 0px;
}

div {
	margin: 0;
	padding: 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

table, form	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#page	{
	width: 970px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header	{
	width: 970px;
	height: 81px;
	background-image: url(images/header.jpg);
}

#header_home	{
	width: 970px;
	height: 81px;
	background-image: url(images/header_home.jpg);
}

#main	{
	width: 970px;
	height: 465px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
}

#main_home	{
	width: 970px;
	height: 465px;
	background-image: url(images/content_home.jpg);
	background-repeat: no-repeat;
}

#main_l	{
	width: 110px;
	height: 465px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	float: left;
}
#main_l ul li a	{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	padding: 5px 13px 0px 0px;
	margin: 0px;
	width: 110px;
	height: 28px;
}
.menu_down	{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	padding: 5px 13px 0px 0px;
	margin: 0px;
	width: 110px;
	height: 28px;
	background-image: url(images/menu_down.gif);
	font-weight: bold;
	font-size: 11pt;
	color: #cc9966;
}
#main_l ul, #main_l ul li	{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#main_l a {
	display: block;
	background-image: url(images/menu_up.gif);
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
#main_l a:link {
	color: #663300;
}
#main_l a:visited {
	color: #663300;
}
#main_l a:active {
	color: #663300;
}
#main_l a:hover	{
	background-image: url(images/menu_down.gif);
	color: #cc9966;
}

#main_l a.red:link {
	color: #cc3300;
}

#main_l a.red:visited {
	color: #cc3300;
}

#main_l a.red:active {
	color: #cc3300;
}

#main_l a.red:hover	{
	background-image: url(images/menu_down.gif);
	color: #ff9933;
}

#content	{
	width: 835px;
	height: 465px;
	float: left;
	padding: 5px 20px 5px 20px;
	overflow: auto;
}

#main_r	{
	width: 25px;
	height: 465px;
	float: left;
}

#bottom	{
	width: 970px;
	height: 23px;
}

#bottom_l	{
	width: 110px;
	height: 24px;
	background-image: url(images/bottom_l.gif);
	float: left;
}

#bottom_r	{
	width: 860px;
	height: 24px;
	background-image: url(images/bottom_r.jpg);
	padding: 2px 0px 0px 10px;
	float: left;
}

#bottom_r_home	{
	width: 860px;
	height: 24px;
	background-image: url(images/bottom_r_home.jpg);
	padding: 2px 0px 0px 10px;
	float: left;
}

.menu-item	{
	width: 110px;
	height: 28px;
	background-image: url(images/menu_down.jpg);
}

.justify	{
	text-align: justify;
}

.alert	{
	color: red;
}

.padding	{
	padding-left: 50px;
}

a:link {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #cc9966;
	text-decoration: underline;
	font-weight: bold;
}

a.bottom:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a.bottom:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a.bottom:active {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a.bottom:hover {
	color: #cc9966;
	text-decoration: none;
	font-weight: bold;
}

