


body
		{
			margin: 0;
			padding: 0;
			font-family: verdana, arial, sans-serif;
		}	
		
		#container
		{
			margin: 0;
			background-color: #fff;
			background-image:  url(images/background.jpg);
			background-repeat: repeat-y;
		
		}
			
		#banner
		{
			background-color: #000066;
			border-bottom: 1px solid #333;
			color: white;
			font-size: x-large;
			
		}
	
		#nav
		{
			float: left;
			width: 160px;
			margin-left: 10px;
			padding-top: 1em;
			font-size: medium;
			color: #000066;
		}
			
		#nav p { margin-top: 0; }
			
		#content
		{
			padding-top: 1em;
			margin: 0 2em 0 200px;
			color: #000066;
		}
			
		#content h2 { margin-top: 0; }
			
		#footer
		{
			clear: both;
			background-color: #000066;
			padding: 1em;
			text-align: center;
			border-top: 1px solid #333;
			color: #fff;
			font-size: small;
			
		}
		
		a:active
		 {color: #fff; text-decoration: underline; }
				
		a:visited
		 {color: #fff; text-decoration: underline; }
				
		#footer a:link
		 {color: #fff; text-decoration: underline; }
		a:active
		 {color: #ffffff; text-decoration: underline; }	 
		 
		 
		 a:visited
		 {color: #ff3030; text-decoration: underline; }	 
		 
		 #footer a:visited
		 {color: #ffffff; text-decoration: underline; }	 

		 
		 #content a:link
		 {color: #ff3300; text-decoration: underline; }	 
		 
		 
		 .redchar
		{color: red; }
		
		 .strong
		{font-weight: bold; }
		
		.italic
		{font-decoration: italic; }
		
		