/* CSS Document */

body {margin: 0; padding: 0; text-align:center; background-color:#000000; background-image:url(images/gradient.gif); background-repeat:repeat-x;}

.footer1 {background-color:#000000; color:#999999; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:12px; text-align:center;}

.footer2 {background-color:#000000; color:#666666; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:10px; text-align: center;}

.footer3 {background-color:#000000; color:#999999; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:12px; text-align:right;}

#aboutus {background: #FFFFFF url(images/animals/expecttheunexpected.gif) no-repeat left top;}

a:link {color: #000033;}
a:visited {color: #000033;}
a:hover {color: #FFFFFF;}
a:active {color: #0033ff;}

p {font-family:Arial, Helvetica, sans-serif; text-align:left;}

ul {text-align:left; font-family:Arial, Helvetica, sans-serif;}

img {border:none;}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

/* This is the CSS for the menus. */

.menutitle{
cursor:pointer;
margin-bottom: 5px;
margin-top: 10px;
background-color:#000000;
color:#FFFFFF;
width:120px;
padding:2px;
text-align:center;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
/*/*/border:1px solid #FFFFFF;/* */
}

.submenu{
margin-bottom: 0.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background-color:#999999;
padding: 4px;
width:116px;
border-color:#333333;
border-style:solid;
border-width:thin;
}

.submenu a{
text-decoration:none;
}

/* This is end of the CSS for the menus. */