html, body
{
  padding: 0;
  margin: 0px 0px 10px 0px;
}


/* CONTAINER */

		#container {
			width: 720px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.7em;
			color: #333333;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 42px;
			color: #333333;
			margin-bottom: 5px;
			background-color: #FFF;
		}
		
		h2 {
			color: #333333;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#3333FF;
			text-decoration: none;
		}

		a:hover {
			color:#000000;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 10px;
		}
		
		input {
			background-color: #FFF;
			color: #000000;
			border: 1px solid #CCC;
			font-size: 12px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		.logo {
		 padding: 0px;
		 margin-top: 5px;
		 margin-bottom: 10px;
		 }
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #365F91;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-bottom: 10px;
			margin-left: 30px;
			color: #999999;
			font-size: 12px;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
		    font-size: 13px;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 120px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 120px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#365F91;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#365F91;
		}

		#leftfix {
			margin-left: 35px;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
  			width: 460px;
  			margin-left: 210px;
  			margin-right: 30px;
		}
		
		#content p {
		  font-size: 14px; /* Adjust to change the size of the text in the main content area */
 		 text-align: justify;
 		 padding-bottom: 10px;
 		 border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */ 
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#333333;
			padding: 0px 5px 0px 5px;
			* height: 30px;
		}
		
		#footer p {
			color:#CCCCCC;
			padding: 5px;
		}
		
		#footer p a {
			color: #CCCCCC;
			border-bottom: 1px dotted #CCCCCC;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#333333;
		}

