/* CSS Document */

#navlist
{
padding: 1px;
margin-left: 0px;
font: 12px verdana, sans-serif;
width: 14em;
color: #87B0FD; }

#navlist li
{
list-style: none;
margin: 0px;
border-left: 1px #87B0FD dashed;
border-bottom: 1px #87B0FD dashed;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.6em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { 
color: #000;
border-left: 3px #FFF solid;
 }
#navlist li a:visited { 
color: #000; 
border-left: 3px #FFF solid;
}

#navlist li a:hover
{
font-weight:bold;
color: #000080;
background: #c2d6fc;
border-left: 3px #87B0FD solid;
}

#mainTable
{

border: 1px dashed #87B0FD

}

body {
	margin-top:0px;
	padding:20px;
	background-color: #0099FF;
	background-attachment: fixed;
	background-image: url(balloons_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font: 80% Verdana,Times New Roman, Times,Serif;
	
}

p{margin:10px 10px 10px 0px;}
a{color: #0000FF; text-decoration:none;}
a:hover{color: #FF0000; background-color: #FDEB01; text-decoration:none;}

div#copy{color: #87B0FD}
div#copy p{
	font: 0.8em verdana, sans-serif;
	font-weight:normal;
	margin: 0;
}

ul.main {
margin-left:5px;
line-height: 2em;
list-style-type:disc;
font-size:12px;
font-family:verdana;
color:#000000;
vertical-align: top;

}



div#crumb{

	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#crumb p{
	font: 1em verdana, sans-serif;
	font-weight:normal;
	margin: 0 0 0 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
}
hr {
  border: 0px;
  width: 100%;
  height: 2px;
  
}
h1 {
	font-size: 18px;
	margin-bottom: 2px;
}

h2 {
	font-size: 16px;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	margin-bottom: 2px;
}
h4 {
	font-size: 14px;
	margin-bottom: 2px;
}
h5 {
	font-size: 14px;
	margin-bottom: 2px;
}

