html
{
	overflow-y: scroll;
	height: 100%;
}

body 
{
	height: 100%;
	font-size: 80%; 	
	font-family: verdana, arial; 
	color: black;
	background-color: #000000;
	background-image: url(pix/bgswirlsblk01.png);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	background-position: bottom left;
	line-height: 1.2em;
}

#container
{
	width: 900px;
	background-color: #F0EEFF;
	margin-left: auto;
	margin-right: auto;
	min-height: 90%;
	height: auto !important;
	height: 100%;
	border-top: 1px #ff99cc solid;
	border-right: 1px #ff99cc solid;
	border-left: 1px #ff99cc solid;
	border-bottom: 1px #7147a0 solid;
	margin-top: 20px;	
	background-image: url(pix/bgsite.png);
}


#header
{
	background-color: #000000;		
	height: 200px;
	position: relative;
	background-image: url(pix/header.jpg);	
}

#headerimg
{
	margin: 0px;
	width: 800px;
	display: block;	
}
	
#navigation
{
	/*background-color: #C7D7DD;*/
	background-image: url(pix/pinkbar.png);
	font-variant: small-caps;
	padding: 0.5em;
	color: #3e5158;	
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color:  #7147a0;
	height: 13px;
}

#navigation A
{
	color: #000000;
}

#content
{
/*	background-color: #FFEEFF;*/
	/*background-color: #F0EEFF;*/
	padding: 10px;
	padding-right: 20%;
	height: auto;
	/*min-height: 100%;*/
	text-align: justify;

	
}

#footer 
{
	clear: both;
	border: none;
  font-size: 0.8em;
  background-color: #FFEEFF;
	background-image: url(pix/pinkbar.png);
	padding: 6px 0px 0px 10px;
	margin: 0px auto 20px auto;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ff99cc;
	/*border-top: 2px #7147a0 solid;*/
	height: 17px;
	width: 890px;	
}
	
h1
{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	line-height: 0.5em;
}

h2
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

div
{
	font-size: 0.95em;
}

td
{
	font-size: 1em;
}

table
{
	font-size: 1em;
	text-align: left;
}

a img
{
	border:none;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #8866CC;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #8866CC;
}

.imgborder
{
	border: 1px solid #000000;
}

.box
{
	font-family: verdana, arial;
	font-size: 8pt; margin-bottom: 5px;
	border: 1px solid #7147a0;
}



.language
{
	float: right;
	width: 100px;
	text-align: right;	
	margin-top: -1px;
}

.hidden
{	
	display:none;
}

.push
{
	clear: both;
	height: 17px;
}

input
{
	border: 1px solid #7147a0;	
}

textarea
{
	border: 1px solid #7147a0;
}

button
{
	background-color: #ffaaee;/*#c592ff;*/
  border: 1px solid black;
  margin-top: 4px;

}
