body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #808080;
	background-color: #F2F2F2;
	background-image: url('/img/backgropund0.png');
	background-repeat: repeat-y;
	background-position: top center;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul 
{
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 0px;
	list-style: square outside;
}

p 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}

hr {
	line-height: 1px;
	height: 1px;
	color: #007a64;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#maindiv {
	position: relative;
	width: 755px;
	left: 50%;
	margin-left: -378px;
	top: 20px;
} 
#logodiv { position: absolute; left: 10px; top: 10px; }
#gradh { position: absolute; left: 10px; top: 55px; height: 1px; }
#gradv { position: absolute; left: 234px; top: 45px; width: 1px; }
#mainmenu { text-align: right; position: absolute; left: 260px; top: 34px; width: 495px; }
#mainmenu a {
	padding-left: 20px;
	font-weight: bold;
}

.sel {
	color: #FF5C04;
}
#secmenu {
	position: absolute;
	left: 10px;
	top: 70px;
}

#lex {
	position: absolute;
	left: 10px;
	top: 290px;
}

#secmenu a {
	display: block;
	height: 20px;
	width: 200px;
/*	color: #808080; */
}

.act {
	font-weight: bold;
	color: #FF5C04;
}

#visdiv {
	position: relative;
	left: 255px;
	top: 70px;
	width: 500px;
	height: 200px;
	z-index: 1;
}

#contentdiv_np {
	position: relative;
	left: 255px;
	top: 70px;
	width: 380px;
	z-index: 1;
}

#contentdiv {
	position: relative;
	left: 255px;
	top: 90px;
	width: 380px;
	z-index: 1;
}

#contentdiv table {
	width: 380px;
}

table.input td {
	vertical-align: top;
}

table.input td.head {
	border-top: 16px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	background-color: #FF5C04;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	
}

table.input td.bottom {
	border-top: 3px solid #FF5C04;
	padding-top: 2px;
	padding-bottom: 32px;
}

table.input td.small {
	font-size: 10px;
}

.wide220 {
	width: 218px;
}

#contentdiv h1 {
	font-size: 14px;
	margin: 0px 0px 16px 0px;
}

#contentdiv a {
	color: #FF5C04;
}

#contentdiv_np h1 {
	font-size: 14px;
	margin: 0px 0px 16px 0px;
}

#contentdiv_np a {
	color: #FF5C04;
}

#bottomdiv {
	position: relative;
	left: 10px;
	top: 48px;
}

/* #visual {
	position: relative;
	left: 0px;
} */

#bottomdiv a {
	color: #FF5C04;
}

.twolines {	height: 32px; }

.copy {
	color: #c0c0c0;
	font-weight: normal;
	font-size: 10px;
	height: 40px;
}

.bigpic_r
{
	border: none;
	float: right;
	margin-bottom: 12px;
	margin-left: 16px;
}

.bigpic_l
{
	border: none;
	float: left;
	margin-bottom: 12px;
	margin-right: 16px;
}

.dark
{
	color: #404040;
}