/* CSS Document */
body {
	background-image: url(Images/stripes.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
}
#navigation {
width: 140px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #ED9F9F;
}
#navigation li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 12px solid #003333;
border-right: 1px solid #003333;
background-color: #BDCFBD;
color: #003333;
text-decoration: none;
}
#main img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #D6DFD6;
	border-right-color: #D6DFD6;
	border-bottom-color: #BDCFBD;
	border-left-color: #BDCFBD;
	background-color: #D6DFD6;
	margin: 10px;
}
#navigation li a:hover {
background-color: #003333;
color: #D6DFD6;
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EF9E9C;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EF9E9C;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #003031;
}
a:link {
	color: #003333;
}



