body {
				color: #000000;
				background: #999 url('../images/bg.png') repeat;
				font-size: 1em;
		 }

a		 {
				color: #000000;
				text-decoration: none;
				font-weight: bold;
		 }
a:hover				{
								color: #FFF;
							}
a.bodylink		{
								color: #009;
							}
a.bodylink:hover	{
										text-decoration: underline;
									}
a.image				{
								color: #FFF;	
							}
a.image:hover	{
								color: #000;
							}
h1						{
								text-decoration: underline;
								text-align: center;
							}									 							
h3						{
								padding: .5em 0em 0em 0em;
							}

#content			{
    						border: .05em solid #000;
    						margin-left: 14px;
    						width: 719px;
    						background-color:#FFFFFF;
    						padding: 0px 15px 15px 15px;
							}					
#footer				{
      					background: url('../images/footerBg.png') repeat;
      					color: #000;
      					font-size: .7em;
      					height: 44px;
      					margin-left: 14px;
      					padding: 1px 0px 1px 10px;
      					text-align: center;
      					width: 739px;
      				}	
#footerLftCap	{
								float:left;
								margin-left: -10px;
								margin-top: -1px;
						 	}				
#footerRtCap	{
								float:right;
								margin-right: -2px;
								margin-top: -1px;
							}
#mainCont			{
    						background-image: url('../images/header.png');
    						background-repeat: no-repeat;
    						color:#000;
    						height:300px;
    						margin-left:auto;
    						margin-right:auto;
    						padding: 170px 3px 0px 0px;
								width:780px;
    					}
#nav					{
        				color: #003;
        				height: 1em;
        				margin-left:65px;
        				margin-right:auto;
        				padding:7px 0px 14px 0px;
        				text-align: center;
        				width:700px;
        			}
.center				{
								text-align:center;
								margin-left:auto;
								margin-right:auto;
							}
.leftImg			{
  							float:left;
								height: 120px;  							
  							margin: .4em;
								padding: 0em 1em 0em 0em;
  							text-align: center;
  							width: 150px;
  						}
.rightFloat		{
  							float:right;
  							margin-top:-1em;
  							margin-left: 1em;
  							width: 350px;
  						}

.rightImg			{
  							float:right;
								height: 120px;  							
  							margin: .4em;
								padding: 0em 1em 0em 1em;
  							width: 150px;
							}
