@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AA151B;
	background-color: #F1BF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/spanish_splash.jpg);
}
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFD940;
} 
#header {
	background: #F1BF00;
	border-top: #AA151B;
	border-right: #AA151B;
	border-bottom: 1px solid #AA151B;
	border-left: #AA151B;
} 

#Sponsers
{
	background-color: #FFD940;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #000;
	border-top: 1px solid #AA151B;
	border-right: #AA151B;
	border-bottom: 1px solid #AA151B;
	border-left: #AA151B;
}
#judging_criterion
{
	background-color: #FFD940;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 15px 105px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: #FFD940;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-top: #AA151B;
	border-bottom: #AA151B;
	border-left: 1px solid #AA151B;
} 
#mainContent div p
{
	font-family: "Comic Sans MS", cursive;
	color: #000;
	font-size: 0.95em;
}
#mainContent a.documentHiLite,
#mainContent a.documentHiLite
{
	text-decoration: none;
	color: #C60B1C;
	font-style: normal;
}
#mainContent a.documentHiLite:hover,
#mainContent a.documentHiLite:focus
{
	font-style: italic;
	color: #C60B1C;
	text-decoration: none;
}
.myMainContent
{
	color: #000;


	.myMainContent
	font-size: 0.85em;
	font: 0.95em "Comic Sans MS", cursive;
	text-decoration: none;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #F1BF00;
	border: thin inset #AA151B;
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	color: #000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.divAlign1
{
	height: 400px;
	width: 600px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.profile
{
	clear: right;
	overflow: auto;
	font-family: "Comic Sans MS", cursive;
	text-decoration: none;
}
.profile a
{
	font: 1.1em "Comic Sans MS", cursive;
	color: #C9291B;
	text-decoration: none;
}
.profile a:hover,
.profile a:focus
{
	font: italic 1.1em "Comic Sans MS", cursive;
	color: #C9291B;
	text-decoration: none;
}



.hilitePLU
{
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #C9291B;
	font-weight: bold;
}

.hiliteSpecial
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	color: #F03;
}


.dropcap
{
	font: 3em/.85em "Comic Sans MS", cursive;
	color: #BC4A03;
	float: left;
	padding-top: 0.03em;
	padding-right: 0.1em;
}

.disclaimer
{
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	padding: 0px 25px;
	word-spacing: 0.05em;
}


#payPal
{
	font-family: "Comic Sans MS", cursive;
}


.hilitePayPal
{
	font: italic bold large Verdana, Geneva, sans-serif;
	color: #06C;
}
.home #MenuBar1 li #home,
.history #MenuBar1 li #history,
.about #MenuBar1 li #about,
.photos2005 #MenuBar1 li #photos2005,
.photos2006 #MenuBar1 li #photos2006,
.photos2007 #MenuBar1 li #photos2007,
.photos2008 #MenuBar1 li #photos2008,
.photos2009 #MenuBar1 li #photos2009,
.photos2010 #MenuBar1 li #photos2010,
.judges #MenuBar1 li #judges,
.joinus #MenuBar1 li #joinus,
.teamsignup #MenuBar1 li #teamsignup,
.hosts #MenuBar1 li #hosts,
.contactus #MenuBar1 li #contactus
{
	/*	background: url(../images/2006/EditorsPicks/_thumbnails/DSCN5796.jpg);
	color: #000;
	border: thin solid #C60B1E;*/
	font-family: "Comic Sans MS", cursive;
	color: #C60B1C;
	border-top: 14px solid #C60B1C;
	border-bottom: 14px solid #C60B1C;
	background: #FEC400;
}


a img
{
	border-style: none;
}

.myMainContent a
{
	font: 1.09em "Comic Sans MS", cursive;
	color: #F00;
	text-decoration: none;
}
.myMainContent a:hover,
.myMainContent a:focus
{
	font: italic 1.09em "Comic Sans MS", cursive;
	color: #F00;
}

#mainContent table
{
	font-family: "Comic Sans MS", cursive;
	background: #E19F0A url(../images/cool_haze.jpg);
	border: 1px outset #D4720D;
	font-weight: bold;
	text-decoration: none;
}

