@charset "ISO-8859-1";
body {
	background-image: url(../assets/backgroundgradient.jpg);
	background-color: #3C6883;
	background-repeat: repeat-x;
	padding-top: 25px;
	text-align: center;
}
.espanol_invisiblelink a {
	color: #FFF;
}

#wrapper {
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;
	position:relative;
	text-align: left;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
	right:75%;	/* left column background colour */
	background-color: #D7DFE4;
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	background-color: #AFB8C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	#footer p {
	margin:0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.espanol {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #600;
	text-align: center;
}
.col11 {		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
}
.col21 {		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
}
.text_copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#credits {
	clear:both;
	float:left;
	width:100%;
}

