body {
	/*	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBE0A3;
	background-image: url(images/1_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 140%;
}
h1, h2, h3, h4 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 140%;
	font-weight: normal;

}
.container {
	display: block;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	background-image: none;
	background-repeat: no-repeat;
	float: left;
	height: 119px;
	width: 194px;
}
.name {
	background-image: url(images/hdr_bg_edited.png);
	background-repeat: no-repeat;
	float: right;
	height: 119px;
	width: 554px;
}
.content {
	background-image: url(images/1_06.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
}
fieldset {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 10px;
}
legend {
	font-weight: bold;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #e8e8e8;
	text-align: left;
}


td {
	text-align:left;
	
}
.content-top {
	background-image: url(images/1_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	clear: both;
}
.content-bot {
	background-image: url(images/1_08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
}
.column-left {
	text-align: justify;
	width: 70%;
	margin-left: 20px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.column-right {
	float: right;
	text-align: justify;	
	width: 20%;
	margin-right: 20px;
}
.content-clr {
	clear:both;
	display: block;
	float: left;
}

/* Side Menu Navigation Setting */

#left-column {
	width: 26%;
	float: left;
	margin-right: 8px;
}
#nav {
/*
	width: 26%;
	float: left;
	margin-right: 8px;
*/
}
#nav ul, ol {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #336600;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #f8f8f8;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #DBE0A3;
/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBE0A3;
*/
	margin-bottom: 3px;
}
#nav a:hover {
	color: #333333;
	background-color: #e8e8e8;
	border-right-color: #ACB63D;
	border-bottom-color: #ACB63D;
}
#nav .inactive {
	display: none;
}
#nav .head a{
	text-decoration: none;
	background-color: #e2e2e2;
	display: block;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333333;
	border: 1px solid #d2d2d2;
}
#nav .locate a {
	font-weight: bold;
	background-color: #f2f2f2;
}
.content-foot {
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 90%;
}
.add {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 3px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #DBE0A3;
	font-size: 90%;
}
a {
	color: #009900;
	text-decoration: none;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
}
a:hover {
	color: #000000;
	background-color: #f2f2f2;
}
#pcontent {
	text-align: justify;
}
#pcontent li {
	margin-right: 40px;
	margin-bottom: 5px;
}
#prcontent img {
	margin-bottom: 4px;
	display: block;
	text-align: center;
}
#prcontent a {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #e8e8e8;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 0px;
}
#prcontent a:hover {
	background-color: #d8d8d8;
}
.imgfr {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clr {
	clear:both;
}

