/* CSS Document */

body{
margin:0;
background-image:url(images/bg.gif);
background-repeat:repeat;
height:100%;
}
p{
margin:0px;
padding-left:35px;
padding-right:35px;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
line-height:40px;
}
h1{font-family:Arial, Helvetica, sans-serif;
color:#780083;
text-decoration:none;
padding-left:35px;
font-size:15px;
margin-bottom:0px;
}
h2{font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
padding-left:35px;
font-size:12px;
margin-bottom:0px;
font-weight:bold;
}
.description{margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
font-style:italic;
line-height:40px;
color:#660033;
}
#flashhead{/*animated title of website*/
background-image:url(images/header.gif);
background-repeat:repeat-x;
height:146px;
}
#nav{
width:787px;
background-color:#FFFFFF;
text-align:center;
height:19px;
padding-top:3px;
}
#navpic{/*animated pics under navigation*/
width:788px;
height:169px;
background-color:#780083;
text-align:center;
margin-bottom:20px;
}
#contentbgd{
background-image:url(images/bgd.jpg);
background-repeat:repeat-y;
margin-top:0px;
height:100%;
margin-right:220px;
width:800px;
}
#footer{
height:10px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;}
ul{
font-family:Arial, Helvetica, sans-serif;
font-size:x-small;
color:#780083;
list-style:none;
margin:0px;
}
li {display:inline;
letter-spacing:3px;
font-size:x-small;
}
li a:link, a:visited, a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#780083;
	text-decoration:none;
	font-weight: bold;
}
li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#780083;
font-weight:bold;
text-decoration:underline;
}
