/* CSS Document */
@import url("/css/sgml.css");
/* main formating */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#E4E7E9;
	background-image:url(/images/html_bg.png);
	background-repeat:repeat;
	font-size:12px;
}

#document{
	margin:auto;
	width:760px;
	
}

#top, #head, #body{
	width:760px;
	clear:left;
}

#top{
	height:16px;
	background-image:url(/images/tbc.png);
	background-repeat:repeat-x;
}

#top #elm1{
	text-align:right;
	padding:0px 20px;
	width:706px;
	float:left;
}

#top #elm1 a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#logo{
	height:59px;
	width:200px;
	clear:left;
	float:left;
}

#logo img{
	padding:10px 0px 0px 33px;
}

#head_01{
	width:360px;
	height:59px;
	float:left;
}

#head_02{
	text-align:right;
	padding:21px 8px 0px 0px;
	width:192px;
	height:35px;
	float:left;
}

#body{
	background-image:url(/images/body_main.png);
	background-repeat:repeat-y;
}

#menu{
	width:208px;
}

#menuBox{
	width:206px;
	padding:10px 1px;
	clear:left;
	float:left;
	background-color:#E98E0C;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-y;
}

#menuBox ul, #menuBox ol{
	padding:0px;
	margin:0px;
	
}
#menuBox .btn{
	padding:3px 2px 3px 8px;
	margin-top:3px;
	border-top:1px solid #F7D5A5;
	border-bottom:1px solid #F7D5A5;
	background-color:#E7810D;
	list-style-type:none;
	clear:left;
	font-weight:bold;
}

#menuBox li a{
	text-decoration:none;
	color:white;
}

#menuBox li a:hover{
	text-decoration:none;
	color:red;
}

#bodyBox{
	width:552px;
}

#menuBox .submenu{
	list-style-type:none;
	clear:left;
	padding:0px 3px 3px 17px;
	font-weight:normal;
}

#mainInfo{
	width:552px;
	padding:10px;
}

#titleELM1{
	width:57px;
	height:38px;
	float:left;
}

#titleELM2{
	width:470px;
	float:left;
	height:19px;
	border-bottom:2px solid #DA1212;
}

#titleH1{
	font-size:130%;
	padding-left:10px;
	color:#DA1212;
}

#titleELM3{
	padding-left:10px;
	width:460px;
	height:15px;
}

#titleELM3 a{
	font-size:85%;
	text-decoration:none;
}

#mainInfoText{
	width:511px;
	padding:12px 0px 10px 15px;
	clear:left;
}

.newsBox{
	width:206px;
	padding:5px 1px;
	clear:left;
}

.newsH2{
	clear:left;
	font-size:130%;
	padding:2px 2px 2px 8px;
}

.newsH2 a{
	float:left;
	color:#DA1212;
	text-decoration:none;
}

.newsH2 a:hover{
	color:white;
}

.newsText{
	clear:left;
	padding:0px 3px;
	color:white;
}
	