/* CSS Document */

body {
	background: #ebebeb url(../layout/images/body_bg.gif) repeat-x;
	padding: 0;
	margin-top: 5px;
	text-align: center;
}
#frame {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url(../layout/images/frame_bg.gif) repeat-y;
}
#frame_top {
	height: 10px;
	font-size: 1px;
	background: url(../layout/images/frame_top.gif) no-repeat;
}
#frame_bottom {
	height: 20px;
	font-size: 1px;
	background: url(../layout/images/frame_bottom.gif) no-repeat;
}
#header_frame {
	width: 780px;
	height: 254px;
	background: url(../layout/images/header_bg.gif) no-repeat top;
}
#main_frame {
	width: 780px;
}
.ver_menu {
	background: #25a3d6;
	width: 172px;
	float: left;
	display: inline;
	margin: 8px 0 0 12px;
}
.ver_menu_bg {
	background: #25a3d6;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Tahoma;
	text-align: left;
}
.ver_menu_bottom {
	background: #ededed url(../layout/images/ver_menu_bottom.gif) no-repeat top;
	height: 20px;
	font-size: 1px;
	padding-bottom: 10px;
}
.ver_menu_th {
	background: url(../layout/images/ver_menu_th.gif);
	width: 154px;
	height: 17px;
	margin: 5px 0 2px 5px;
	padding: 3px 0 0 8px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #27bae3;
	text-align: left;
}
/* menu */
a.ver_menu_a:link, a.ver_menu_a:active, a.ver_menu_a:visited, a.ver_menu_a:hover {
	display: block;
	width: 154px;
	height: 17px;
	background: #fff;
	text-align: left;
	margin: 2px 0 2px 5px;
	padding: 3px 0 0 8px;
	text-decoration: none;
	color: #27bae3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.ver_menu_a:hover {
	text-decoration: underline;
	color: #27bae3;
	background: #ecf5f7;
}
a.ver_menu_a_selected:link, a.ver_menu_a_selected:active, a.ver_menu_a_selected:visited, a.ver_menu_a_selected:hover {
	display: block;
	width: 154px;
	height: 17px;
	background: #03b4d9;
	text-align: left;
	margin: 2px 0 2px 5px;
	padding: 3px 0 0 8px;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* sub menu */
a.ver_sub_menu_a:link, a.ver_sub_menu_a:active, a.ver_sub_menu_a:visited, a.ver_sub_menu_a:hover,a.ver_sub_menu_a_selected:link, a.ver_sub_menu_a_selected:active, a.ver_sub_menu_a_selected:visited, a.ver_sub_menu_a_selected:hover {
	display: block;
	width: 144px;
	height: 15px;
	background: #dbeff3;
	text-align: left;
	margin: 2px 0 2px 5px;
	padding: 3px 0 0 8px;
	text-decoration: none;
	color: #27bae3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.ver_sub_menu_a:hover {
	text-decoration: underline;
	color: #27bae3;
	background: #ecf5f7;
}
a.ver_sub_menu_a_selected:link, a.ver_sub_menu_a_selected:active, a.ver_sub_menu_a_selected:visited, a.ver_sub_menu_a_selected:hover {
	background: #03b4d9;
	color: #ffffff;
}
ul.ver_sub_menu {
	list-style-type: none;
	marker-offset: 0;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
/* path box */
.main_path_box {
	background: #25a3d6;
	color: #ffffff;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 2px 10px 4px 178px;
	margin: 4px 10px 0 10px;
}
a.path_link:link, a.path_link:active, a.path_link:visited, a.path_link:hover {
	color: #ffffff;
	text-decoration: none;
}
a.path_link:hover {
	text-decoration: underline;
}
/* Main */
#main_frame_inner {
	width: 579px;
	margin: 6px 0 0 3px;
	background: url(../layout/images/main_frame_bg.gif) repeat-y;
	float: left;
	display: inline;
}
#main_frame_top {
	background: url(../layout/images/main_frame_top.gif) no-repeat;
	width: 579px;
	height: 2px;
	font-size: 1px;
}
#main_frame_bottom {
	background: url(../layout/images/main_frame_bottom.gif) no-repeat;
	width: 579px;
	height: 2px;
	font-size: 1px;
}
#main {
	padding: 8px 10px 8px 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #25a3d6;
	margin-bottom: 12px;
}
/* menu */
#menu {
	margin: 5px 20px 0 20px;
	padding: 2px 0 2px  0;
	background: #ffffff;
	font-size: 11px;
}
a.menu:link, a.menu:active, a.menu:visited, a.menu:hover {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-family: Arial;
}
a.menu:hover {
	text-decoration: underline;
}

/* links */
a:link, a:active, a:visited, a:hover {
	color: #0099FF;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
}
/* img */
img.img {
	color: #0099FF;
	border: 1px solid #000;
}