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

a {
	color: #00AB93;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	color: #808080;
}

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

ol 
{
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 16px;
	list-style: decimal outside;
}

li
{
	list-style: square outside;
}

li.ol {
	list-style: decimal outside;
}

#maindiv {
	position: relative;
	width: 755px;
	left: 50%;
	margin-left: -385px;
	top: 10px;
} 

#logodiv {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 200px;
	height: 53px;
}

#secmenu {
	position: absolute;
	left: 0px;
	top: 70px;
}
#secmenu a {
	display: block;
	height: 20px;
	width: 200px;
	color: #808080;
}

#secmenu a.smensel {
	font-weight: bold;
}

#mainmenu { text-align: right; position: absolute; left: 260px; top: 34px; width: 495px; }
#mainmenu a {
	color: #808080;
	padding-left: 20px;
	font-weight: bold;
}
#mainmenu a.mensel {
	color: #00AB93;
	font-weight: bold;
}

#gradh { position: absolute; left: 30px; top: 55px; height: 1px; }
#gradv { position: absolute; left: 212px; top: 45px; width: 1px; }

#visdiv {
	position: absolute;
	left: 225px;
	top: 70px;
	width: 550px;
	height: 200px;
	z-index: 1;
}

#pcontentdiv {
	position: absolute;
	left: 225px;
	top: 270px;
	width: 550px;
/*	background-color: #D9F2EF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 32px;
/*	color: #858789; */
}

#contentdiv {
	position: absolute;
	left: 225px;
	top: 50px;
	width: 550px;
/*	background-color: #D9F2EF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 32px;
/*	color: #858789; */
}

#content {
	width: 550px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 32px;
}

/*.ind1 { padding-left: 0px; }
.ind2 { padding-left: 0px; }
.ind3 { padding-left: 20px; }
.ind4 { padding-left: 30px; }
*/
.ct_dt {	width: 268px; vertical-align: top;}
.ct_col { width: 15px; }

.copy {
	background: url(/img/gradb.gif) 0% 35% no-repeat;
	padding-top: 5px;
	width: 350px;
	font-size: 9px;
	color: #858789;
}

.copy a {
	background: transparent;	
}