body	{
	 font-family: arial, helvetica, sans serif;
	 font-size: x-small;
	 color: #1d4aba;
	 margin: 0;
	 background-color: #dfedf8;
	 background-image: url(images/background6.jpg);
	 background-repeat: repeat-x;
	}

table	{
		 font-size: x-small;
		}
		
#main	{
		 background-color: #fff;
		}
		
.darkblue	{
			 background-color: #1d4aba;
			}
			
.paleblue	{
			 background-color: #dfedf8;
			}
			
h1			{
			 font-size: small;
			 font-weight: bold;
			 font-family: arial, helvetica, sans serif;
			}
			
h2			{
			 font-size: x-small;
			 font-weight: bold;
			 font-family: arial, helvetica, sans serif;
			}

#menu		{font-size: 80%;
			padding-left: 10px;
			}


#menu .first
{
	font-weight: bold;
	font-family: arial, helvetica, sans serif;
	line-height: 250%;
}
			
#menu .second
{
	line-height: 150%;
	font-weight: bold;
}

ul li		{
			 list-style-type: image;
			 list-style-image: url(images/bulletpoint.gif);
			}
			
.smaller	{
			 font-size: xx-small;
			}
			
.right
{
	float: right;
	margin: 5px 0px 5px 20px;
}

.left
{
	float: left;
	margin: 5px 20px 5px 0px;
}
 


#menu a:link, #menu a:visited, #menu a:active
{
	color: #1d4aba;
	text-decoration: none;	
}

#menu a:hover
{
	color: #1d4aba;
	text-decoration: underline;	
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active
{
	color: #1d4aba;
	text-decoration: none;	
}

#topmenu a:hover
{
	color: #1d4aba;
	text-decoration: underline;	
}

a:link, a:visited, a:hover, a:active
{
	color: #3E8CCC;
	text-decoration: underline;
}

.headersmall
{
	font-size: 80%;
}