/* CSS Document */

body 	{
		background: #133C5D;
		background-image: url('/images/blueFill.jpg');
		background-repeat: repeat;
		color: #3E3E3E;
		font-family: Georgia, Times New Roman, serif; 
		font-size: 11px;
  		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}

INPUT
	{position: relative;
	font-size: 11px;
	}
	
SELECT
	{position: relative;
	font-size: 11px;
	}
	
LABEL
	{
	padding-right: 10px;
	}
		
img {border: 0px}

div
	{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	}
	
ul {padding: 0px 20px 10px 15px;
	margin: 0px;}

li {margin: 3px 0px 0px 8px;
list-style-image: url('/images/bullet.gif');}

p	
	{
	padding: 0px 30px 0px 10px; 
	margin: 10px 0px 5px 0px;
	}

a
	{
	color: #3E3E3E;
	font-weight: bold;
	text-decoration: underline;
	}
	
h1
	{
	color: #3E3E3E;
	font-size: 3em;	
	margin: 20px 20px 20px 20px; 
	}

h2
	{
	color: #3E3E3E;
	font-size: 2em;	
	margin: 20px 20px 20px 20px;
	}
	
/* ----------------------------------- Layout */

#wrapper				
		{
		float: none; 
  		width: 846px;
		min-height: 671px; /* IEwin does not support min-height */
		height: 671px;
		position: relative; 		
		background: url('/images/background2.jpg');
		background-repeat: no-repeat;
		clear: all;
		text-align: center;
  		}

html>body #wrapper {
  height: auto;
}

#header
		{
		height: 124px;
		width: 551px;
		text-align: center;
		clear: all;
		}

#mainbox
	{
	width: 551px;
	height: 266px;
	overflow: hidden;
	background: url('/images/midBox.png');	clear: all;
	background-repeat: no-repeat;
	}

#mainbox P
	{
	margin: 10px 20px 0px 20px;
	}
	
#contact
	{
	width: 551px;
	height: 69px;
	text-align: center;
	}
	
#copyright
	{
	width: 329px;
	height: 11px;
	text-align: center;
	}
	
#mainbox2
	{
	width: 551px;
	height: auto;
	overflow: hidden;
	background: url('/images/middleBG.png');	
	clear: all;
	min-height: 300px;	
	}
	
#mainbox2 P
	{
	margin: 20px 20px 10px 20px;
	}
	

fieldset {border: 0px;}

#myform
	{
	margin: 20px;
	}

#symbols
		{
		height: 86px;
		width: 560px;
		text-align: center;		
		clear: all;
		}
	
BLOCKQUOTE
	{
	margin: 10px 0px 5px 50px;
	padding: 0px 0px 0px 0px;
	}
	