body {
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ebf4fe;
	margin: 0 0;
	color: #003162;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div {
	text-align: left;
}

a {
	text-decoration: none;
	color: #003162;
}

ul {
	margin: 0 0;
	padding: 0 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5em;
}

.rollover ul, .rollover li {
	list-style-type: none;
	line-height: 20px;
}

.rollover li a {
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat; 
	background-position: 0 2px;
	padding-left: 15px;
}

.rollover li a:hover {
	background-image: url(images/arrow1_hover.gif);
	background-repeat: no-repeat; 
	background-position: 0 2px;
	padding-left: 15px;
}

.hide{
	display: none;
}

.show{
	position: relative;
	float: left;
	top: 160px;
	left: 0px;
	width: 180px;
	height: 180px;
	line-height: 14pt;
}

#header {
	position: relative;
	background: url(images/header.jpg);
	height: 327px;
	width: 934px;
}

#menu1 {
	position: relative;
	float: left;
	top: 160px;
	left: 0px;
	width: 220px;
	height: 180px;
	font-weight: bold;
}

.menu2 {
	position: relative;
	float: left;
	top: 170px;
	left: 300px;
	width: 180px;
	height: 180px;
	line-height: 14pt;
}

#main1 {
	position: relative;
	left: 12px;
	background: url(images/main_v_bg.jpg);
	background-repeat: repeat-y;
	width: 904px;
}

#main2 {
	position: relative;
	background-repeat: no-repeat;
	width: 904px;
}

#content {
	padding: 45px 45px;
	text-align: justify;
	min-height: 260px;
}

*html #content {
	height: 260px;
}

#content p, ul, ol, li {
	font-size: 12px;
}

#content .lingid {
	line-height: normal;
	font-weight: normal;
	padding-left: 25px}

#content:first-line {
	font-weight: bold;
}

#footer {
	position: relative;
	left: 12px;
	width: 904px;
	height: 35px;
	text-align: center;
	font-size: 12px;
}

#footer a:hover {
	text-decoration: underline;
}

.flash {
	float: left;
	width: 385px;
	height: 327px;
}

input,textarea {
	border: 1px #003162 solid;
	background-color: #fafcff;
}

