body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color:#222222;
	padding-top: 5px;
	text-align: center;
}

.header_cubes {
	margin: auto;
	text-align: center;
	width: 960px;
}

.header_cubes_img {
	position: relative;
	left: 435px;
}

.main {
	border: 1px solid white;
	margin: auto;
	margin-top: -80px;
	width: 960px;
}

.logo {
	width: 199px;
	height: 97px;
  background-image: url(image/logo_background.jpg);
  background-repeat: no-repeat;
}

.header {
	width: 761px;
	height: 97px;
  background-image: url(image/header_background.jpg);
  background-repeat: repeat-x;
}

.navigation {
	width: 199px;
  background-image: url(image/navi_footer_bg.gif);
  background-repeat: repeat;
}

.navi_list {
}

.navi_entry {
  background-image: url(image/navi_entry_bg.jpg);
  background-repeat: no-repeat;
  padding: 7px 25px 4px 0px;
  text-align: right;
	font-family: arial,sans-serif;
	font-size: 12px;
	color:#333333;
	height: 15px;
}

.navi_entry a:link { text-decoration:none; color:#333333; }
.navi_entry a:visited { text-decoration:none; color:#333333; }
.navi_entry a:hover { text-decoration:underline; color:#333333; }
.navi_entry a:active { text-decoration:none; color:#333333; }
.navi_entry a:focus { text-decoration:none; color:#333333; }

.navi_entry_sel {
  background-image: url(image/navi_entry_sel_bg.jpg);
  background-repeat: no-repeat;
  padding: 7px 25px 4px 0px;
  text-align: right;
	font-family: arial,sans-serif;
	font-size: 12px;
	color:#333333;
	height: 15px;
}

.navi_entry_bullet {
	vertical-align: top;
	margin: 6px 0px 0px 0px;
}

.navi_sublist {
  background-image: url(image/navi_sublist_bg.jpg);
  /*background-repeat: no-repeat;*/
  width: 199px;
  padding: 6px 0px 8px 0px;
}

.navi_subentry {
  padding: 3px 25px 1px 0px;
  text-align: right;
	font-family: arial,sans-serif;
	font-size: 12px;
	color:#333333;
}

.navi_subentry a:link { text-decoration:none; color:#333333; }
.navi_subentry a:visited { text-decoration:none; color:#333333; }
.navi_subentry a:hover { text-decoration:underline; color:#000000; }
.navi_subentry a:active { text-decoration:none; color:#000000; }
.navi_subentry a:focus { text-decoration:none; color:#000000; }

.navi_subentry_sel {
  padding: 3px 25px 1px 0px;
  text-align: right;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
}

.navi_subentry_sel a:link { text-decoration:none; color:#000000; }
.navi_subentry_sel a:visited { text-decoration:none; color:#000000; }
.navi_subentry_sel a:hover { text-decoration:underline; color:#000000; }
.navi_subentry_sel a:active { text-decoration:none; color:#000000; }
.navi_subentry_sel a:focus { text-decoration:none; color:#000000; }

.content_cell {
	background-color: #ffffff;
}

.content {
	width: 521px;
	vertical-align: top;
  float: left;
}

.content_breadcrumb {
	font-family: arial,sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 10px 20px;
}

.content_breadcrumb a:link { text-decoration:none; color:#999999; }
.content_breadcrumb a:visited { text-decoration:none; color:#999999; }
.content_breadcrumb a:hover { text-decoration:underline; color:#999999; }
.content_breadcrumb a:active { text-decoration:none; color:#999999; }
.content_breadcrumb a:focus { text-decoration:none; color:#999999; }

.content_header {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	padding: 10px 20px 2px 20px;
}

.content_header2 {
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 8px 20px 0px 20px;
}

.content_text {
  font-family: arial,sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px 20px;
}

.content_text ul {
	padding-left: 20px;
	margin: 5px 0px;
}

.content_text li {
	padding: 4px 10px 4px 0px;
}

.content_text a:link { text-decoration:underline; color:#333333; }
.content_text a:visited { text-decoration:underline; color:#333333; }
.content_text a:hover { text-decoration:underline; color:#333333; }
.content_text a:active { text-decoration:underline; color:#333333; }
.content_text a:focus { text-decoration:underline; color:#333333; }

.content_table {
  font-family: arial,sans-serif;
	font-size: 12px;
	color: #333333;
}

.content_end {
  background-image: url(image/content_background.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 270px;
}

.right {
  width: 240px;
  height: 100%;
	vertical-align: top;
  float: right;
  background-image: url(image/right_background.jpg);
  background-repeat: no-repeat;
  background-position: 0px 48px;
}

.right_top {
	height: 33px;
}

.right_header {
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #FF9900;
	padding: 10px 20px 2px 20px;
}

.right_header_bullet {
	vertical-align: top;
  margin: 6px 0px 0px 0px;
}

.right_text {
  font-family: arial,sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px 20px;
}

.right_text ul {
	padding-left: 20px;
	margin: 0px 0px;
}

.right_text li {
	padding: 4px 10px 4px 0px;
}

.right_text a:link { text-decoration:underline; color:#333333; }
.right_text a:visited { text-decoration:underline; color:#333333; }
.right_text a:hover { text-decoration:underline; color:#333333; }
.right_text a:active { text-decoration:underline; color:#333333; }
.right_text a:focus { text-decoration:underline; color:#333333; }

.right_separator {
	height: 20px;
}

.footer {
	margin: auto;
	text-align: center;
	width: 960px;
	padding: 13px;
  font-family: arial,sans-serif;
	font-size: 10px;
	color:#999999;
}

.footer a:link { text-decoration:none; color:#999999; }
.footer a:visited { text-decoration:none; color:#999999; }
.footer a:hover { text-decoration:underline; color:#999999; }
.footer a:active { text-decoration:none; color:#999999; }
.footer a:focus { text-decoration:none; color:#999999; }

.image_link { 
	border: 0px;
}
}
