html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	min-height: 101%;
	margin-bottom: 1px;
	background: #000;
}

img {
	border: 0;
}

body {
	position: relative;
	margin: 10px auto 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#container_homepage {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: transparent;
	text-align: left;
}

#container {
	position: relative;
	width: 864px;
	height: 100%;
	margin: 0 auto;
	background-attachment: fixed;
	/* background: #5e6514 url(../images08/bg.jpg) top left repeat-y; */
	/* background: rgb(247,228,134); YELLOW */
	background: rgb(227, 82, 27);
	border: 2px solid rgb(195,175,131);
	text-align: left;
}
#content_homepage {
	width: 100%;
	min-height: 37em;
	margin: 0 auto;
}

#content {
	position: relative;
	width: 90%;
	min-height: 450px;
	margin: 1em auto;
	text-align: left;
}

div#column1,
.column1 {
	position: relative;
	width: 45%;;
	margin-top: 0;
	float: left;
}

div#column2,
.column2 {
	position: relative;
	width: 45%;	
	float: right;
}

div#column3,
.column3 {
	position: relative;
	width: 100%;
}

h1 {
	/* color: #000; */
	color: rgb(247,228,134);
	font-size: 1.6em;
}

h2 {
	color: #000;
	font-size: 1.4em;
}

h3 {
	color: #000;
	font-size: 1.2em;
}

h4 {
	color: inherit;
	font-size: 1.1em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

.hilite {
	color: #f6dda4;
}

a:link, a:visited, a:active {
	color: rgb(51, 51, 51);
	text-decoration: underline;
}

a:focus, a:hover {
	color: rgb(179, 179, 179);
	text-decoration: none;
}

/* iProgram Menu Link */
a#mIprogram:link, a#mIprogram:visited, a#mIprogram:active {
	color: rgb(253, 216, 115);
}

a#mIprogram:focus, a#mIprogram:hover {
	color: rgb(254, 203, 69);
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

#footer {
	position: absolute;
	display: block;
	bottom: -27px;
	left: 0;
	padding: 0;
	width: 100%;
	height: 25px;
}

#footer_homepage {
	margin-top: 0;
}

#footer_homepage > div {
	display: block;
	width: 400px;
	height: 130px;
	margin: 2em auto 0;
	clear: both;
}

.photo_caption {
	display: inline-block;
	width: 100%;
	margin-top: 2px;
	text-align: left;
	font-size: .815em;
	font-style: italic;
}

p#photo_credit {
	text-align: right;
	padding-right: 20px;
	font-size: .825em;
	font-style: italic;	
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Ana's new nav 2009 */

.style5,
.style5 a,
.style5 a:link,
.style5 a:active,
.style5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: rgb(243,112,33);
}

.style5 a:hover {
color: rgb(200,93,28);
}
.style7 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style8 { 
	color: rgb(243,112,33);
}

.style9,
.style9 a,
.style9 a:link,
.style9 a:visited {
	color: rgb(220,49,33);
	text-decoration: none;
}
.style9 a:hover {
	color: rgb(184,42,29);
}

ul#winnerslist {
	margin-left: -40px;
}

ul#navF {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navF li {
	display: inline-block;
	float: right;
	margin-left: 22px;
}

ul#navF li:first-child {
	display: inline-block;
	float: left;
	margin-left: 0;
	margin-right: 22px;
}

ul#navF li a:link,
ul#navF li a:visited,
ul#navF li a:active {
	display: block;
	font-size: 1.1em;
	margin-top: 2px;
	color: rgb(246, 232, 135);
	text-decoration: none;
}

ul#navF li a:focus,
ul#navF li a:hover {
	color: rgb(184,42,29);
	text-decoration: none;	
}
