body
	{
		background-color: #004080}

#container
	
	{
		border-top-style: solid;
		border-color: #000066;
		border-width: 2px;
		margin: 1em auto;
		width: 760px;
		background-color: FFFFFF;
	}

#address

	{	
		border-style: solid;
		border-color: #000066;
		border-width: 2px;
		clear: top;
		width: auto;
		height: 5px;
		font-family: arial;
		font-size: 9px;
		font-weight: bold;
		color:white;
		background-color:#000066;
		text-align: center;
		
	}

#nav 

	{	
		border-color: #000066;
		border-width: 2px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-bottom-width: 0px;
		border-style: solid;
		color: #0000B0;
		padding: 5px;
		text-align: right; 	
		font-family: Arial, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		font-style: italic;
		float: left;
		width: 175px;
		height: 500px;
		background-color: #FFFFFF;
	}

#content
	
	{	
		padding: 5px;
		font-family: arial, tahoma, sans-serif;
		font-size: 10pt;
		color: white;
		border-left-style: solid;
		border-right-width: 2px;
		border-left-width: 5px;
		border-right-style: solid;
		border-color: #000066;
		border-left-color: #000066;
		height: 500px;
		background-image: url("images/bgmain.jpg")
	}

hr
	
	{
		color: red;
		background-color: #000066;
		height: 3px;
		width: 100%;
		
	}

#footer
	{
		border-left-style: solid;
		border-right-width: 0px;
		border-left-width: 0px;
		border-right-style: solid;
		border-color: #000066;
		border-left-color: #000066;
		font-family: arial;
		font-size: 8pt;
		Text-align: center;
		font-weight: bold;
		color: white;
		clear: both;
		height:60px;
		width: 100%;
		background-image: url("images/bgfooter.jpg")
	}
h2
	{
		font-style: italic;
		font-family: arial narrow;
		font-size: 22pt;
		text-align: center;
		color: red;
		

	}
	
h3
	{
	
		font-style:normal
		font-family: arial narrow;
		font-weight:bold
		font-size:12px;
		text-align: center;
		color:#000040
	}
	
	
h4
	{
		font-style: italic;
		font-family: arial narrow
		text-align: center;
		color: #00009D;
	}

ul
	{
		
		color: white;
		font-weight: bold;
		list-style-image: url("images/bullet.jpg")
	}

ul.content
	
	{
		font-weight: normal;
		color: white;
		list-style-images: url("images/bullet.jpg")
	}

p
	{
		text-align: center;
	}

p.normal
	
	{
		text-align: left;
	}
	
p.contact

	{	
		text-align: left;
		font-weight: bold;
		font-size: 12pt;
	}

p.address

	{	
		text-align: left;
		font-size: 8pt;
	}


#signup table 
	
	{ 
 		background-color: transparent; 
 		color: #FFFFFF; 
 		width: 440px; 
 		border: 1px solid clear; 
 		border-collapse: collapse; 
	} 

#signup td 

	{ 
 		border: 1px solid clear; 
 		padding-left: 4px; 
	}







a:link {color:#F31B20}			
a:visited {color:#F31B20}
a:hover {color:#00009D}
