html {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-image:url(../images/nav/backgroundGray.png);
	background-position:top; 
	background-repeat:repeat-x;
	background-color:#9a9a9a;
	text-align:center;	
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
a:active    	  	{text-decoration: none; color: #AA0A0C;}				
a:link      	  	{text-decoration: none; color: #AA0A0C;}		
a:visited   	  	{text-decoration: none; color: #AA0A0C;}
a:hover    	  		{text-decoration: none; color: #AA0A0C;}
a:visited:hover 	{text-decoration: none; color: #AA0A0C;}

.headerCap {
	background-image:url(../images/nav/backgroundHeaderWhite.png);
	width:1060px;
	height:38px;
}
.headerNav {
	background-image:url(../images/nav/backgroundNav.png);
	width:1040px;
	height:30px;
	text-align:center;
	padding:0px 10px;
}
.homeGallery {
	width:1040px;
	height:400px;
	background-color:#FFF;
}
.mainContainer {
	width:980px;
	background-image:url(../images/nav/backgroundWhite.png);
	background-repeat:repeat-y;
	background-position:center;
	padding:10px 40px 2px 40px;
	margin:0px;
	text-align:left;
}
.footerCap {
	background-image:url(../images/nav/backgroundFooterWhite.png);
	width:1060px;
	height:38px;
	padding:0px;
	margin:0px;
}
.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.bodyFont a:active    	  	{text-decoration: none; 	 color: #AA0A0C;}				
.bodyFont a:link      	  	{text-decoration: none; 	 color: #AA0A0C;}		
.bodyFont a:visited   	  	{text-decoration: none; 	 color: #AA0A0C;}
.bodyFont a:hover    	  	{text-decoration: underline; color: #AA0A0C;}
.bodyFont a:visited:hover 	{text-decoration: underline; color: #AA0A0C;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #555555;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #555555;
	font-weight: bold;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCC;
	padding: 0px 0px 40px 0px;
}
.footer a:active    	   	{text-decoration: none; 	 color: #666666;}			
.footer a:link      	   	{text-decoration: none; 	 color: #666666;}		
.footer a:visited   	   	{text-decoration: none; 	 color: #666666;}
.footer a:hover    	     	{text-decoration: underline; color: #666666;}	
.footer a:visited:hover   	{text-decoration: underline; color: #666666;}
