/* IE6 png fix */
img { behavior: url(iepngfix.htc) }
body {
	background: #fff;
	color: #333;
	font-size: 13px;
	padding: 10px 0 0 0;
	overflow-y:scroll; 
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
}

h2 {
	font-size:115%;
	font-weight: bold;
	margin:13px 0 3px 0;
}

h3 {
	font-size:100%;
	font-weight: bold;
	margin-bottom:0px;
}
p {
	margin-bottom:.5em;
}

blockquote {
	margin: 1.2em 0.7em;
}

em {
	font-style: normal;
	font-weight:bold;
}

ul, ol, table {
	margin-bottom:0.7em;
}

.small {
	font-size:85%;
}

.header{
	height:160px;
}
.header table {
	width:100%;
	height:160px;
}

.footer{
	height:85px;
	margin-top: 10px;
	color:#fff;
}

.left {
	height: 430px;
}
.
.right {
	height: 430px;
}

.contentbox {
	min-height:340px;
	margin:40px 20px 40px 0px;
	border: 1px solid #999;
	background: #fff url(../img/bg_content.gif) repeat-x;
	padding: 10px;
}
.contentbox img {
	margin:0 -40px 20px 20px;
	float:right;
	display:block;
}

.menu{
	padding: 50px 0 0 10px;
}

.submenu {
	padding: 20px;
}

.submenu a{
	color: #fff;
	margin:0 5px;
}

img.logo_m {
	margin:0 0 5px 20px;
}

img.logo_k {
	margin:0 0 40px 0;
}

img.logo_g {
	margin:0 20px 0 20px;
}


.menu li {
	margin-left:0;
	padding:2px;
}
.menu ul {
	width:180px;
	list-style-type: none;
}
.menu a {
	color:#333;
	font-size:115%;
	display:block;
	padding-left:8px;
}

.menu a.selected{
	background-color:#eee;
}

.menu a:hover{
	background-color:#eee;
}

form table {
	margin-left:20px;
	border-collapse:separate;
	border-spacing:3px;
	
	
}

form td, td {
	padding:3px;
	vertical-align:top;
}

form td.input {
	padding:7px;
	background-color:rgba(200,200,200,0.3);
}

textarea, input[type=text] {
	width:250px;
}

