@charset "utf-8";
/* CSS Document */

				body {	
							background-image:url(images/sand.jpg);
							font-size:medium;
							color: #001058;
				}
				
				#mainContent { 
							background-image:url(images/spd2.jpg);
							border: 5px double #9E0B0E;
							margin-left: 5%;
							margin-right: 5%;
							padding-left: 4%;
							padding-right: 4%;
				}
				
				.image{ 
							border-style: outset; 
							border-color:#9E0B0E; 
							border-width:7px;
				}
				.center {	text-align:center; 
				}
				.darkBlue { 
							font-weight:bold;
				}
				.caption { 
							font-size:x-small; 
							font-weight:bold; 
							text-align:center;
				}
				#copyright { 
							font-family:Verdana, Geneva, sans-serif;
							font-size: xx-small; 
							font-weight:bold;
				}
				#footer { 
							color:#ffffff;
							font-size:1px;
				}
				
				a:link { 	color: #9E0B0E; text-decoration: none }
				a:visited { color: #9E0B0E; text-decoration: none }
				a:hover { 	color: #9E0B0E; text-decoration: underline }
				a:active { 	color: #001058; text-decoration: blink }
				
	
				
			

