body { 
	margin: 0; 
	background-color: #fff; 
	color: #000; 
	text-align: center; 
	font-family:  Arial, Times, Verdana; 
	font-size: small;
	background: #fff url("img/top_bg.png") repeat-x top;
}

a { 
	color: #000;
	font-weight: bold;
}

img { 
	border: none;
}

h1 { 
	font-size: large; 
	margin-top: 1em; 
	margin-bottom: 1em; 
}

h2 { 
	font-size: medium; 
	font-weight: normal; 
	font-variant: small-caps; 
	margin-left: 0.5em; 
	margin-top: 0em; 
	margin-bottom: 0.5em; 
}

h3 { 
	font-size: small; 
	font-weight: bold; 
	margin-top: 0.2em; 
	margin-bottom: 0.2em; 
}

ul {
	list-style-image: url("img/bullet.gif");
}

li {
	padding: 4px;
}

li a {
	text-decoration: none;
	padding-bottom: 10px;
	font-weight: normal;
}

ul a:hover {
	text-decoration: underline;
}

/******************** TOP ***********************/

.top {
	width: 98%;
	padding: 0;
	margin: 0 1% 0 1%;
}

.top2 {
	padding: 0 16px 0 16px;
}

/******************** HEADER ***********************/

.top_header {
	background-color: #f93;
	width: 100%;
	height: 42px;
}

.top_header_l {
	width: 19px;
	height: 42px;
}

.top_header_l img {
	width: 19px;
	height: 42px;
}

.top_header_title {
	width: 311px;
	height: 42px;
}

.top_header_title img {
	width: 311px;
	height: 42px;
}

.top_header_flag {
	background: #fff url("img/header_bg.png");
	width: 28px;
	height: 20px;
	vertical-align: middle;
	padding: 1px; 
}

.top_header_flag img {
	background: #fff url("img/header_bg.png");
	width: 28px;
	height: 20px;
	vertical-align: middle;
	padding: 1px;
}

.top_header_flag_small {
	background: #fff url("img/header_bg.png");
	width: 16px;
	height: 10px;
	vertical-align: middle;
	padding: 1px; 
}

.top_header_flag_small img {
	background: #fff url("img/header_bg.png");
	width: 16px;
	height: 10px;
	vertical-align: middle;
	padding: 1px;
}


.top_header_space {
	width: 100%;
	height: 42px;
}

.top_header_space img {
	width: 100%;
	height: 42px;
}

.top_header_r {
	width: 19px;
	height: 42px;
}

.top_header_r img {
	width: 19px;
	height: 42px;
}

/******************** MENU ***********************/

.top_menu {
}

.top_menu a {
	text-decoration: none;
	font-weight: normal;
}

.top_menu_home {
	padding: 0;
}

.top_menu_home a {
	background: #fff url("img/menu_home.png") no-repeat top;
	width: 62px;
	height: 38px;
	display: block;
}
.top_menu_home_sel a {
	background: #f93 url("img/menu_home_s.png") no-repeat top;
	width: 62px;
	height: 38px;
	display: block;
}
.top_menu_home img {
	width: 62px;
	height: 38px;
}
.top_menu_home_sel img {
	width: 62px;
	height: 38px;
}
.top_menu_home a:hover {
	background: #fb7 url("img/menu_home_h.png") no-repeat top;
}

.top_menu_item {
	width: 102px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
    white-space: nowrap;
}
.top_menu_item a {
	background: #fff url("img/menu_item.png") no-repeat top;
	width: 102px;
	height: 38px;
	display: block;
}
.top_menu_item a:hover {
	background: #fb7 url("img/menu_item_h.png") no-repeat top;
}
.top_menu_item_sel {
	background: #f93 url("img/menu_item_s.png") no-repeat top;
	width: 102px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	display: block;
}
.top_menu_item_sel a {
	width: 102px;
	height: 38px;
}

.top_menu_space {
	width: 100%;
	height: 38px;
	padding: 0;
}

.top_menu_space img {
	width: 100%;
	height: 38px;
}

.top_menu_r {
	width: 10px;
	height: 38px;
	padding: 0;
	background: url("img/menu_r.png") no-repeat;
}
.top_menu_r img {
	width: 10px;
	height: 38px;
}

/******************** BODY ***********************/

.body {
	width: 98%;
	margin: 10px 1% 10px 1%;
}

.space_h1 {
	width: 100%;
	height: 1px;
}
.space_v10 {
	width: 10px;
	height: 100%;
}

/******************** PANE/L ***********************/

.body_panel {
	width: 12em;
	vertical-align: top;
}

.body_panel a {
	color: #059efa;
}

.body_panel a:hover {
	color: #b006f9;
}

.body_panel_header {
	width: 100%;
	height: 30px;
	background: #ddd url("img/panel_header_bg.png") repeat-x;
}

.body_panel_header_l {
	width: 1px;
	height: 30px;
}
.body_panel_header_l img {
	width: 1px;
	height: 30px;
}

.body_panel_header_content {
	width: 100%;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 0 8px 0 8px;
    white-space: nowrap;
    text-transform: uppercase;
	font-size: x-small;
}

.body_panel_header_r {
	width: 10px;
	height: 30px;
}
.body_panel_header_r img {
	width: 10px;
	height: 30px;
}

.body_panel_content {
	background: #fff url("img/pane_content_bg.png") repeat-x top;
	border-left: solid 1px #a7a7a7;
	border-right: solid 1px #a7a7a7;
	border-top: solid 1px #fff;
	padding: 8px;
}

.body_panel_footer {
	background-color: #ddd;
	width: 100%;
	height: 10px;
}
.body_panel_footer_l {
	width: 10px;
	height: 10px;
}
.body_panel_footer_l img {
	width: 10px;
	height: 10px;
}
.body_panel_footer_space {
	width: 100%;
	height: 10px;
}
.body_panel_footer_space img {
	width: 100%;
	height: 10px;
}
.body_panel_footer_r {
	width: 10px;
	height: 10px;
}
.body_panel_footer_r img {
	width: 10px;
	height: 10px;
}

.body_panel_learn {
	vertical-align: top;
	padding: 8px;
	font-size: x-small;
}

.body_panel_learn a {
	color: #059efa;
}

.body_panel_learn a:hover {
	color: #b006f9;
}

/******************** PANE/C ***********************/

.body_panec {
	width: 100%;
	vertical-align: top;
}

.body_panec_header {
	width: 100%;
	height: 30px;
	background: #fb7 url("img/panec_header_bg.png") repeat-x;
}

.body_panec_header_l {
	width: 10px;
	height: 30px;
}
.body_panec_header_l img {
	width: 10px;
	height: 30px;
}

.body_panec_header_content {
	width: 100%;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 0 8px 0 8px;
    white-space: nowrap;
    text-transform: uppercase;
	font-size: x-small;
}

.body_panec_header_space {
	width: 100%;
	height: 30px;
}

.body_panec_header_r {
	width: 10px;
	height: 30px;
}
.body_panec_header_r img {
	width: 10px;
	height: 30px;
}

.body_panec_content {
	background: #fff url("img/panec_content_bg.png") repeat-x top;
	border-left: solid 1px #fb7;
	border-right: solid 1px #fb7;
	border-top: solid 1px #fff;
	padding: 8px;
	font-size: x-small;
}

.body_panec_content a {
	color: #059efa;
}

.body_panec_content a:hover {
	color: #b006f9;
}

.body_panec_content_learn {
	vertical-align: top;
	padding: 8px;
	font-size: x-small;
}

.body_panec_content_learn a {
	color: #059efa;
}

.body_panec_content_learn a:hover {
	color: #b006f9;
}

.body_panec_footer {
	background-color: #fb7;
	width: 100%;
	height: 10px;
}
.body_panec_footer_l {
	width: 10px;
	height: 10px;
}
.body_panec_footer_l img {
	width: 10px;
	height: 10px;
}
.body_panecc_footer_space {
	width: 100%;
	height: 10px;
}
.body_panec_footer_space img {
	width: 100%;
	height: 10px;
}
.body_panec_footer_r {
	width: 10px;
	height: 10px;
}
.body_panec_footer_r img {
	width: 10px;
	height: 10px;
}

/******************** PANE/R ***********************/

.body_paner {
	width: 15em;
	vertical-align: top;
}

.body_paner a {
	color: #059efa;
}

.body_paner a:hover {
	color: #b006f9;
}

.body_paner_header {
	width: 100%;
	height: 30px;
	background: #ddd url("img/paner_header_bg.png") repeat-x;
}

.body_paner_header_l {
	width: 10px;
	height: 30px;
}
.body_paner_header_l img {
	width: 10px;
	height: 30px;
}

.body_paner_header_content {
	width: 100%;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 0 8px 0 8px;
    white-space: nowrap;
    text-transform: uppercase;
	font-size: x-small;
}

.body_paner_content {
	background: #fff url("img/pane_content_bg.png") repeat-x top;
	border-left: solid 1px #a7a7a7;
	border-right: solid 1px #a7a7a7;
	border-top: solid 1px #fff;
	padding: 8px;
}

.body_paner_header_r {
	width: 2px;
	height: 30px;
}
.body_paner_header_r img {
	width: 2px;
	height: 30px;
}

.body_paner_footer {
	background-color: #ddd;
	width: 100%;
	height: 10px;
}
.body_paner_footer_l {
	width: 10px;
	height: 10px;
}
.body_paner_footer_l img {
	width: 10px;
	height: 10px;
}
.body_paner_footer_space {
	width: 100%;
	height: 10px;
}
.body_paner_footer_space img {
	width: 100%;
	height: 10px;
}
.body_paner_footer_r {
	width: 10px;
	height: 10px;
}
.body_paner_footer_r img {
	width: 10px;
	height: 10px;
}

/******************** CONTENT **********************/

.content {
	vertical-align: top;
	padding: 8px;
	font-size: x-small;
}

.left {
	font-size: x-small;
}

.right {
	font-size: x-small;
}

.button {
	background: #f93 url("img/button.png") no-repeat center middle;
	width: 93px;
	height: 22px;
	padding-top: 2px;
    	white-space: nowrap;
	text-align: center;
	color: red;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
   	text-transform: uppercase;
	font-size: x-small;
	display: block;
}

.button:hover {
	background: #fb7 url("img/button_h.png") no-repeat center middle;
}

.nou {
	text-decoration: none;
}
.nou:hover {
	text-decoration: underline;
}

/********************BOTTOM ***********************/

.bottom {
	background: #ddd url("img/bottom_bg.png");
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.bottom_footer {
	font-size: x-small;
	height: 23px;
	margin-top: 10px;
	padding-left: 10px;
}

.bottom_footer_l {
	width: 12px;
	height: 23px;
}

.bottom_footer_l img {
	width: 12px;
	height: 23px;
}

.bottom_footer_space {
	width:100%;
	height: 23px;
}

.bottom_footer_space img {
	width: 12px;
	height: 23px;
}

.bottom_footer_content {
	background: #ddd url("img/footer_bg.png");
	height: 23px;
	padding: 0 8px 0 8px;
	white-space: nowrap;
}

.bottom_footer_privacy {
	background: #ddd url("img/footer_bg.png");
	height: 23px;
	padding: 0 8px 0 8px;
	white-space: nowrap;
}

.bottom_footer_privacy a {
	color: #059efa;
}

.bottom_footer_privacy a:hover {
	color: #b006f9;
}

.bottom_footer_r {
	width: 12px;
	height: 23px;
	padding: 0;
}
.bottom_footer_r img {
	width: 12px;
	height: 23px;
}
