* {
padding: 0;
margin: 0;
}

body {
color: #000000;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica;
font-size: 12px;
background-color: #FFFFFF;
background-image: url(images/background1.gif);
}

#envelope {
width: 800px;
margin: 0px auto;
}


a img {
border: none;
}

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

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

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

a:active {
color: #000000; 
text-decoration: none;
}

#mainsitebox {
width: 800px;
margin: 5px auto 5px auto;
border: 1px solid #FFFFFF;
background-color: #FFFFFF;
background-image: url(images/background2.gif); /* This is the main site box that holds the design centered on the page */
}

#header {
width: 800px;
margin-bottom: 0px;
}

#headerimage {
width: 800px;
height: 275px;
margin: auto;
margin-bottom: 0px;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-image: url(images/header_V1.gif); /* This is your main topper image */
}


#content {
width: 450px;
float: left;
margin-left: 35px;
margin-bottom: 5px;
margin-top: 25px;
display: inline; /* This is the box that holds the main content etc.. */
padding: 5px;
text-align:justify;
}

#left {
width: 250px;
float: left;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
display: inline; /* This holds your navigation menu */
}

#top {
background-image:url(images/menu-middle.gif);
background-repeat:no-repeat;
height: 47px;}

#middle {
background-image:url(images/menu-middle.gif);
background-repeat:repeat-y;
}

#menu {
width: 220px;
padding: 5px;
margin-left: 15px;
}

#bottom {
background-image:url(images/menu-bottom.gif);
background-repeat:no-repeat;
height: 64px;
}

#menu a {
text-decoration: none;
color: #000000;
font-weight: normal;
}

#menu a:hover {
text-decoration: underline;
color: #FF8FD5;
font-weight: normal;
}

#footer {
height: 20px;
border-top: 20px solid #FDE1F3;
clear: both; /* This holds your credits at the bottom of the site */
}

#footer a {
text-decoration: none;
color: #000000;
}

#footer a:hover {
text-decoration: underline;
font-weight: bold;
color:#F370AA;
}

p {
padding-bottom: 10px;
padding-right: 5px;
}

#menu ul {
margin-bottom: 15px;

}

#menu ul li {
margin-left: 25px;
margin-top: 5px;
list-style-image:url(images/bullet.gif);
}

.menuimage {
padding-bottom: 5px;

}

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

#topmenu a:hover {
text-decoration: underline;
color: #000000;
}