a {
	color: Navy;
	text-decoration: underline; 
}

body {
	background: White;
	color: Black;
	margin: 5px;
	width: 17cm;
}

form {
	margin: 0;
}

h1	{
	color: #000000;
	font: bold 1.4em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h2	{
	color: #000000;
	font: bold 1.1em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li {
	list-style: square outside url(images/bullet_small_green.gif);
	font: 12pt/16pt "Times New Roman", Times, serif;
	text-align: justify;
}

hr	{
	background-color: #DDDDDD;
	color: #000000;
	height: 1px;
	border: none;
}

p {
	font: 12pt/16pt "Times New Roman", Times, serif;
	text-align: justify;
}

#container {
	width: 17cm;
	padding: 0px;
	margin: 0px;
}

#bodycontainer {
	background: White url(images/container_background.gif) repeat-y left; 
	color: Black;
	border-top: 12px solid #336633;
	border-bottom: 10px solid #336633;
	width: 17cm;
	padding: 0px;
	margin: 0px;
}

#footer {
	width: 17cm;
	background-color: White;
	color: Black;
	font: .7em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #000000;
}

#header {
	height: 130px;
	width: 17cm;
	padding: 0px;
	margin: 0px;
}

#header table.header {
	width: 100%;
	height: 130px;
}

#header table.header td.headerleft {
	vertical-align: middle;
	text-align: left;
	width: 250px;
}

#header table.header td.headerright {
	background: transparent url(images/header_repeat.gif) repeat-y right;
	text-align: right;
}

#spacer {
	height: 20px;
	width: 17cm;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 3px solid Black;
}

#contact {
   color: #000000;
   background: #EFEEE9;
	width: 555px;
	margin: 0px 0px 10px 0px;
}

#contact td.label {
	font: bold .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif; 
	width: 120px;
}

#contact p {
   text-align: justify;
   font: .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif; 	
}

#contact p.error {
   color: #FF0000;
   font-weight: bolder;
}


#contact a:link	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contact a:visited	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contact a:hover	{ color: #0000FF; background: transparent; text-decoration: none;}

#contact a:active	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contact h2 {
   color: #000000;
   background-color: #4682B4;
   letter-spacing: 2px;
   padding: 2px;
	height: 44px;
}

#contact hr {
   color: #000000;
   background-color: transparent;
   height: 1px;
}

#contact table {
   border: 1px solid #000000;
}

#menu {
	display: none;
}

#bodytext {
	padding: 1px 10px;
	text-align: left;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

table.contact {
	border: 1px solid Silver;
	width: 555px;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
}

table.contact td {
	vertical-align: top;
}

table.contact td.address {
	border-right: 1px solid Silver;
}

div.mailwrite {
	border: 1px Solid Silver;
	background: Azure;
	color: Black;
	margin-bottom: 10px;
	padding: 5px;
	font: .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}







