body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #696969;
	background-color: #E1E1D6;
	overflow: hidden;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #696969;
	background-color: #F4F3EE;
}
*.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
   border: 0;
}

a:link{
   color: #696969;
   text-decoration: none;
}
a:visited{
   color: #333333;
   text-decoration: none;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
}
a:active{
   color: red;
   text-decoration: none;
}

acronym{
   border-bottom: none;
   cursor:help;
}
h1{
	font: 300 200% Verdana, Arial, Helvetica, sans-serif;
}
h2{
   font: 300 100% Verdana, Arial, Helvetica, sans-serif;
}
h3{
   font: 70% Verdana, Arial, Helvetica, sans-serif;
}
.icatchi{
	font-style: italic;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: bold;
}
#logo_main{
	position: relative;
	left: 10px;
	top: 10px;
}
#logo_sub{
	position: relative;
	left: 10px;
	top: 10px;
}

#cbody {
   position: absolute;
   top: 50%;
   left: 50%;
}

#maincontainer {
	background-color: #F4F3EE;
	position: relative;
	top: -200px;
	left: -250px;
	width: 500px;
	height: 400px;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
	border-color: #A2ADBC;
	border: thin;
	border-style: ridge;
}


/* content specific */
/* navigation */
#navcontainer {
	position: absolute;
   left: 15px;
   top: 150px;
	width: 105px;
}

#navcontainer ul {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
	list-style: none;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 105px;
}

#navcontainer a:link
{
text-decoration: none;
}

#navcontainer a:visited
{
	text-decoration: none;
}

#navcontainer a:hover
{
	text-decoration: none;
}

#navcontainer a:active
{
	color: red;
	text-decoration: none;
}

#navcontainer a.current
{
	color: red;
}

#sublist {
	margin: 0px 0px 0px 0px;
	width: 95px;
	font-size: 10px;
	position: relative;
	left: 10px;
}


*.button    {
	font-size: 12px;
	font-weight: bold;
   cursor:pointer;
   color: #808080;
}

*.button:hover {
      color: #FF6600;
		text-decoration: none;
}


*.button:link    {
	text-decoration: none;
}

*.button:visited    {
	text-decoration: none;
}


*.button:focus    {
	text-decoration: none;
}

*.button:active    {
	text-decoration: none;
}

/* layers */
#addressheader {
	position: absolute;
	left: 120px;
	top: 25px;
	right: auto; /* border-left-color: #96969; */
	border-left-color: red;
	border-left-width: 2px;
	border-left-style: solid;
	padding: 10px;
	line-height: 15px;
	font-size: 15px;
}

#textcont-pages{
	position: absolute;
	left: 132px;
	top: 100px;
	width: 358px;
	height: 395px;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0px 0px 0px;
	border-top-style: solid;
	border-top-color: Gray;
	border-top-width: 1px;
}
