html
	{
	height: 101%
	}

body, td
	{
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	}

body 
	{ 
	margin: 0 0 0 0; 
	background-color: #FFFFFF;
	} 




img
	{
	border: 0;
	}


a:link, a:visited
	{
	text-decoration: none;
	color: #000066;	
	}

a:hover
	{
	text-decoration: underline;
	color: #FF6600;	
	
	}
	
h1
	{
	text-align: left;
	}


#wrapper
	{
	width: 1000px;
	background-color: #000066;
	background-image: url('art/bodyback.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	}

#toptable
	{
	width: 1000px;
	height: 280px;
	background-image: url('art/mainlogo.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-collapse: collapse;
	border: 0pt solid;
	}


#addressbox
	{
	margin-left: 50px; 
	padding-top: 10px;

	}




#menudiv
	{
	width:900px; 
	height:35px; 
	position:relative; 
	z-index:100;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;	
 	background-color:#191E6F;	
	}



#titlecell
	{
	text-align: center;
	vertical-align: center;
	padding-left: 120px;
	}


#maincontent
	{
	position: relative;
	top: -45px;
	width: 855px;
	min-height: 530px;
	height: auto;
	border: 1pt solid blue;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 20px;
	}

#maincontent_old
	{
	background-image: url('art/maincontentback.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	}


.content
	{
	text-align: justify;
	}

#footerdiv
	{
	width: 650px;
	color: #FFFFFF;	
	font-size: 7pt;
	}


	
#footerdiv a:link, #footerdiv a:visited
	{
	text-decoration: none;
	color: #FF6600;	
	}	
	
#footerdiv a:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}


#mailinglistcontainer
	{
	float: right;
	margin: 6px 50px 6px 8px;
	width: 300px;
	background-color: #FF6600;
	padding: 4px;
	border: 1pt solid blue;
	}

#mailinglist
	{
	font-size: 8px;
	text-align: center;
	}

#mailinglist h2
	{
	font-size: 8.9px; 
	padding: 0;
	margin: 0;
	}

#mailinglistcontainer a:link, #mailinglistcontainer a:visited
	{
	text-decoration: none;
	color: blue;	
	}	
	
#mailinglistcontainer a:hover
	{
	text-decoration: none;
	color: #FFFFFF;
	}
#mailinglist input
	{
	height: 9px;
	font-size: 8px;
	margin-bottom: 4px;
	}

#mailbutton  a 
	{
	text-decoration: none;
	}

#mailbutton
	{
	position: relative;
	top: -53px;
	left: 53px;
	float: right;
	width: 200px;
	height: 120px;
	background-color: none;
	background-image: url('art/star.gif');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 2px 5px 0 20px;
	font-weight: bold;
	}

#mailbuttoninner
	{
	padding: 29px 20px 0 63px;	
	}


.leftimage
	{
	float: left;
	margin: 0 12px 0 0;
	}

.rightimage
	{
	float: right;
	margin: 0 -6px 0 12px;
	}


	