
	body { 
		background: #e2dba0;
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-size: 10pt;
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
	}
	h1 {
		font-family: "Times New Roman", Times, serif;
		color: #fcfc04;
		font-size: 28pt;
		color: #fcfc04;
		margin-top: 0px;
		padding-top: 15px;
		margin-bottom: 0px;
	}
	h2 {
		margin: 0px;
		padding: 0px;
		color: #fcfc04;
		text-transform:uppercase;
		font-size: 12pt;
	}
	h3 {
		text-align: center;
		color: #fcfc04;
		font-style:italic;
		font-size: 13pt;
	}
	h4 {
		font-weight: bold;
		font-size: 10pt;
		text-transform: uppercase;
		color: #fcfc04;
	}
	p {
		margin-top: 0px;
	}
	a {
		color: #FFFFFF;
	}
	a:hover {
		background: #4a8b2a;
	}
	/* --- */
	
	#container {
		margin-left: auto;
		margin-right: auto;
		width: 680px;
		background: #000000;
		text-align: center;
	}
	.trans_link {
		line-height: 30px;
		text-decoration: none;
	}
	#nav_wrapper {
		text-align: center;
	}
	#nav {
		list-style: none;
		margin: 0px;
		height: 20px;
		background: #4a8b2a;
		text-align: center;
	}
	.nav_spanish {
		padding: 10px 20px 10px 20px;
	}
	.nav_english {
		padding: 10px 60px 10px 60px;
	}
	#nav li {
		margin: 0px;
		padding: 0px;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #FFFFFF;
	}
	#nav a {
		color: #fcfc04;
		text-transform: uppercase;
		text-decoration:none;
		font-size: 10pt;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	#nav a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	#nav .noborder {
		border:none;
	}
	
	/* --- */
	
	#left_panel {
		float: left;
		width: 455px;
		height: 780px;
		background: #000000;
		text-align: center;	
		padding-top: 25px;
	}
	#left_panel .section {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
		width: 400px;
		position: relative;
		text-align: left;
	}
	#left_panel div .side {
		position: absolute;
		border: 5px solid FF6600;
		left: 0px;
	}
	#left_panel div p, h2, h3 {
		margin-left: 110px;		
	}
	.big_button {
		background: #006B29;
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px;
		margin-left: 110px;	
		border-top: 2px solid #FFFFFF;
		border-left: 2px solid #FFFFFF;
		border-right: 2px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		width: 280px;
		cursor: pointer;		
	}

	/* --- */
	
	#right_panel {
		float: left;
		width: 225px;
		height: 780px;
		background: #666666;
		padding-top: 25px;
	}
	#right_panel ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	