html {
	overflow: scroll;
	overflow-x: auto;

	height: 100%;
}

body {
	height: 100%;

	background-color: #7f7f7f;
	color: black;
	margin: 0px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	background-position: 0px 0px;
}

a {
	text-decoration: none;
	color: #84990e;
}

a:hover {
	text-decoration: underline;
}

a.external {
	padding-right: 13px;
	background-image: url("../images/control/anchor.gif");
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #333;
	font-size: 15px;
	display: block;
}

h2 strong {
	color: #999;
}

h3 {
	color: #666;
	font-size: 14px;
}

h3.clickable {
	padding-right: 26px;
	background-image: url("../images/control/arrow_right.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
}

h3.clickable:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

ul {
	list-style-image: url("../images/style/list.gif");
}

li {
	margin-bottom: 10px;
}



img, table {
	border: 0px;
}

#print_head {
	display: none;
}

#top {
	height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #5f5f5f;
}

#infoline {
	width: 1000px;

	margin: 0px auto 0px auto;
	padding: 6px 0px 0px 0px;

	text-align: right;
}

#address {
	float: right;

	width: 214px;

	padding: 0.2em 24px 0px 0px;

	font-size: 1.0em;
	font-weight: bold;

	color: #800c12;
}


#phone {
	float: right;

	width: 114px;

	font-size: 1.2em;
	font-weight: bold;

	color: #800c12;
}

#phone img {
	float: left;

	display: block;
}

#frame {
	width: 1000px;
	margin: 0px auto 20px auto;

	cursor: default;
}

#head {
	height: 101px;

	padding-top: 6px;

	cursor: default;
}

#text_logo {
	width: 220px;
	height: 30px;

	margin: 0px 0px 16px 111px;
}

#menu {
	margin-left: 107px;
}

#flag_logo {
	float: left;

	width: 107px;

	height: 350px;

	_margin-right: -4px;
}

#content {
	height: 100%;
}

#content_left, #content_right, #content_both {
	float: left;

	background-image: url("../images/css/content_top.gif");
	background-repeat: repeat-x;

	border-right: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#content_left {
	width: 481px;

	padding: 12px 88px 12px 12px;

	background-color: #fff;

	border-left: 1px solid #5f5f5f;
}

#content_right {
	_position: absolute;

	width: 360px;

	margin-left: -76px;
	padding: 12px;

	background-color: #eff0f0;

	border-left: 1px solid #c0c0c0;
}

#content_left a, #content_right a {
	font-weight: bold;
	font-size: 12px;
}

#content_both {
	width: 867px;

	padding: 12px;

	background-color: #fff;

	border-left: 1px solid #5f5f5f;
}

.content_both_left {
	float: left;

	width: 423px;
}

.content_both_right {
	float: right;

	width: 419px;

	padding: 0px 10px 0px 10px;
	margin-top: 28px;
	margin-bottom: 10px;

	border-left: 1px solid gray;
}

.step {
	clear: both;

	margin-top: 16px;

	border-top: 1px solid gray;
}

#content_both strong, #content_left strong {
	color: #555;
}

#content_right #normal, #content_right div.news img.no_print, #content_right .normal {
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 12px;

	border-left: 12px solid;
}

#content_right.home {
	/*height: 720px;*/
}

#content_right[id] #group1 .promo {
	position: absolute;

	width: 372px;
}

#content_right[id] #group2 .promo {
	position: absolute;

	margin-top: 500px;

	width: 372px;
}

#signature {
	clear: both;

	padding-top: 20px;
	padding-right: 2px;

	text-align: right;
}

.comment {
	font-size: 0.9em;
}

.commentgrey {
	font-size: 0.9em;
	color: gray;
}

.gray {
	color: gray;
}