BODY {
	scrollbar-arrow-color: #6B91BA;
	scrollbar-base-color: #6B91BA;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #6B91BA;
	margin : 0 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	background : url(../images/bg.gif) repeat-y;
}

.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

.small{
	font-family : Arial;
	font-size : 11px;
}

a.A:link, a.A:visited {
	color: #669900;
	text-decoration: underline;
}

a.A:hover {
	border-bottom: 1px dashed #669900;
	color: #CCCCCC;
	text-decoration: none;
}

a.B:link, a.B:visited {
	color: #CCFF00;
	text-decoration: underline;
}

a.B:hover {
	border-bottom: 1px dashed #CCFF00;
	color: #CCCCCC;
	text-decoration: none;
}

.num{
	list-style-type : decimal;
}

#main {
	width : 780px;
	margin : 0;
	padding : 0;
}

.top {
	background : transparent url(../images/bg_top.jpg) no-repeat;
	width : 780px;
	height : 120px;
}

/***** index page *****/
.top-home {
	width : 780px;
	height : 130px;
	margin-top : -59px;
	/* for NS */
	/margin-top : -73px;
	/* for IE */
	padding : 0 0 0 20px;
	background : transparent url(../images/bg_home.jpg) no-repeat;
	float : left;
}

.top-home-body {
	width : 280px;
	height : 100px;
	float : left;
	margin-top : 20px;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
}

.top-home-button_L {
	float : left;
	margin : 113px 0 0 250px;
	padding : 0;
	position : relative;
}

.top-home-button_R {
	float : left;
	margin : 113px 0 0 65px;
	padding : 0;
	position : relative;
}

.top-home-addy {
	font-family : Arial;
	font-size : 11px;
	color : #333333;
	padding : 0;
	margin : 0;
	float : left;
	border-bottom : 1px solid #000000;
	width : 100%;
	text-align : center;
}
/**********************/


/***** Bottom Bar *****/
.bottom {
	width : 780px;
	height : 42px;
	padding : 0;
	background : transparent url(../images/bg_bottom.jpg) no-repeat top;
	float : left;
	margin-top : 20px;
	text-align : center;
}

.addy {
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	padding : 0;
	margin : 0;
	top : 7px;
	/top : 3px;
	position : relative;
}

.copy {
	font-family : Arial;
	font-size : 10px;
	color : #333333;
	padding : 0;
	margin : 20px 0 0 20px;
	position : relative;
	float : left;
}
/**********************/


#body-m-L {
	width : 360px;
	margin : 20px 0 0 20px;
	/* for NS */
	/width : 362px;
	/margin : 20px 0 0 10px;
	/* for IE */
	float : left;
	padding : 0 0 10px 0;
	border-right : 1px solid #D7D7AC;
	border-left : 1px solid #D7D7AC;
}

#body-m-R {
	width : 360px;
	margin : 20px 20px 0 0;
	/* for NS */
	/width : 362px;
	/margin : 20px 10px 0 0;
	/* for IE */
	float : right;
	padding : 0 0 10px 0;
	border-right : 1px solid #D7D7AC;
	border-left : 1px solid #D7D7AC;
}

#body-m {
	width : 330px;
	margin : 0 0 0 10px;
	padding : 0;
}

#body-m ul {
	margin-left : 10px;
	padding : 0;
}

/**********************************
Change the Height size
to make same Height for both
Left and Right outlines
**********************************/
.body-m-height {
	height : 250px;
	width : 1px;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	letter-spacing : 1px;
	font-weight : 800;
	font-style : italic;
	color : #333333;
}

.title-b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	letter-spacing : 1px;
	font-weight : 800;
	color : #333333;
}


/***** other page *****/
.top-body {
	width : 740px;
	margin : -39px 0 0 20px;	/* for NS */
	/margin : -53px 0 0 10px;	/* for IE */
	padding : 0;
	float : left;
	top : 0;
	left : 0;
}
/***********************/

/***** other page *****/
.line-box1, .line-box2, .line-box3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

.line-box1, .line-box2 {
	border-right: solid 1px #666666;
}

.line-box2, .line-box3 {
	border-top: solid 1px #666666;
}
/***********************/


.bn {
	list-style-type: none;
	height: 20px;
	background-color: #CCCCCC;
}


/***********************************************************
http://www.htmldog.com/articles/suckerfish/dropdowns/
***********************************************************/

.button-top {
	margin-top : -101px;
	padding : 0;
	float : left;
}

.button-bottom {
	margin-top : 100px;
	padding : 0;
	float : left;
}

/* all lists */
#nav {
	width: 100%;
	float: left;
	left : 0;
	top : 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
}

/* all list items */
#nav li {
	position : relative;
	float: left;
	margin : 0 0 -1px 0;
}

/* second-level lists */

#nav li ul {
	position: absolute;
	width: 180px;
	left : -999em;
	margin-left : 0;
	height: auto;
	/*background-color: #333333;*/
	display : block;
}

/* third-and-above-level lists */
/*
#nav li ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin : -16px 0 0 100%;
}*/

#nav li li, #nav li li li {
	width: 180px;
	display : block;
}

#nav li li {
	border : 1px solid #333333;
	margin : 0 0 -1px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

#nav li a {
	width: auto;
	display : block;
	text-decoration : none;
	color: #FFFFFF;
	letter-spacing : 1px;
}

#nav li li a {
	width: auto;
	/* for NS */
	/width: 180px;
	/* for IE */
	height: auto;
	display: block;
	padding : 2px 4px 2px 4px;
	background-color: #000000;
	text-decoration : none;
}

#nav li li a:hover{
	padding : 2px 4px 2px 4px;
	color : #CCFF00;
	text-decoration : none;
	background-color: #000000;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}