/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111A00;
	margin: 0px;
	background-color: #FCF3A8/*#FFFFCC*/;
	background-attachment: fixed;
	background-image: url(../img/bckg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/side_l.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;*/
	padding-left: 50px;
	background-color: #FFFFFF;
}
div.side_t {
	background-image: url(../img/side_t.png);
	height: 50px;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
div.edge_t {
	background-image: url(../img/edge_t.png);
	height: 24px;
	width: 338px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bdy {
	margin-left: 20px;
	margin-bottom: 40px;
	margin-right: 15px;
}


.logo {
	background-image: url(../img/logo.png);
	float: left;
	height: 229px;
	width: 353px;
	margin-bottom: 25px;

}


.slogan {
	padding-left: 20px;
	font-size: 20pt;
	height: 199px;
	background-image: url(../img/edge_t.png);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	width: 477px;
	margin-bottom: 25px;
	text-align: right;
	padding-top: 30px;
}
/*
div.edge_l {
	background-image: url(../img/edge_l.png);
	height: 125px;
	width: 50px;
	float: left;
	margin-top: 0px;
}
div.logo_t {
	background-image: url(../img/logo_t.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 303px;
	float: left;
}
div.logo_b {
	background-image: url(../img/logo_b.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 353px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
*/
div.btt {
	text-align: center;
	background-image: url(../img/bottom.png);
	background-repeat: repeat-x;
	width: 850px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	vertical-align: middle;
	font-size: 10pt;
	color: #333333;
	clear: both;
	height: 38px;
	margin: 0px;
}
.ttle {
	margin-right: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 22pt;
}

a:link,a:visited  {
	color: #655E01;
	text-decoration: underline;
}
a:hover   {
	text-decoration: none;
	color: #FF6600;
}
.l_side {
	background-image: url(../img/l_side.png);
	background-repeat: repeat-y;
	width: 17px;
}
.r_side {
	background-image: url(../img/r_side.png);
	background-repeat: repeat-y;
	width: 17px;
}
.menus {
	position: relative;
	clear: both;
	left: 0px;
	top: 0px;
}
.import {
	border: 1px double #360;
}
.i {
	font-style: italic;
}

