html {
	padding:0px;
	margin:0px;
	height: 100%;
}

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-align:center;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

img {
	border: 0px;
}

p {
	margin: 1px 0 0 0;
}

div * {
	box-sizing:padding-box;
	-moz-box-sizing:padding-box;
}

td {
	margin: 0;
	padding: 0;
	vertical-align:top;
}


#container {
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#content {
	position: absolute;
	top: 100px;
}

#frame {
	padding:6px;
	margin: 12px;
}

#left {
	width: 180px;

	background-color: white;
	background-image: url(../images/layout/banner_left_back.gif);
	background-repeat: repeat-y;
	
	display:none;
}

#right {
	width: 180px;
	padding:6px;

	background-color: #F4F4F4;
	
	display:none;
}

#bottom {
	position: absolute;
	left:10px;
	top: 10px;
}

#left_bottom {
	display:none;
}

#w3c {
	display:none;
}

.menu_item {
	height:30px;
	padding-left: 36px;
	padding-top: 6px;
	font-size: 15px;
	background-image: url(../images/layout/banner_left_menu_back.jpg);
}

.title {
	font-size: 18px;
	font-weight: bold;
	display: block;	
}

.para {
	font-size: 14px;
	font-weight: bold;
	display: block;	
}

.subpara {
	font-size: 11px;
	font-weight: bold;
	display: block;	
}

.nav {
	margin: 6px;
	margin-left: 0;
	display: block;
}

.h1 {
	font-size: 14px;
	font-weight: bold;
	color: #454490;
}

A:link {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #454490;
	text-decoration: underline;
}

A.color:link {
	color: #454490;
	text-decoration: none;
}
A.color:visited {
	color: #454490;
	text-decoration: none;
}
A.color:hover {
	color: #454490;
	text-decoration: underline;
}

A.menu:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
A.menu:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
A.menu:hover {
	color: #454490;
	font-weight: bold;
	text-decoration: none;
}

INPUT.search {
	border: #C0C0C0 2px groove;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	width: 110px;
	height: 17px;
	vertical-align: middle;
	color: #888888;
}

SELECT.search {
	border: #C0C0C0 2px groove;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	width: 110px;
	height: 16px;
	vertical-align: middle;
}

INPUT.error {
	border: #000000 1px solid;
	background-color: #E0F3F9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
}

INPUT.contactformbutton {
	border: #0c2074 1px solid; BACKGROUND-COLOR: #ffffff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

TEXTAREA.contactform {
	border: #0c2074 1px solid; BACKGROUND-COLOR: #ffffff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 4px;
}

.nostyle {
	border: 0px;BACKGROUND-COLOR: transparent
}