@charset "utf-8";

#container  {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	padding-top: 0px;
	background: #F7F7F5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 170px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	background-color: #666;
	position: relative;
} 

#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: 1px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F7F7F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 0px;
	border-right-width: thin;
	border-right-style: none;
	border-left-width: thin;
	border-left-style: solid;
	text-align: right;
	margin: 0px 0px 0px 25px;
}
#sidebar_p {
	padding-left: 5px;
	margin-top: 2px;
}

#footer  {
	background:#DDDDDD url(../images/footerimg.png) no-repeat center;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	float: none;
} 
#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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	width: 770px;
}
#swfcontent {
	padding: 10px;
}
#container #header #titleDiv {
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
}

#container #mainContentNoSidebar {
	font-size: 12px;
}
#titleDiv {
	position:absolute;
	left:20px;
	top:145px;
	width:475px;
	height:auto;
	z-index:1;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	text-transform: uppercase;
}
#container #mainContentNoSidebar table {
	background-color: #F7F7F5;
}
#mainContent #frmcontact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}
#mainContent #frmcontact .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	border: thin none #333;
}
#mainContent #frmcontact {
	background-color: #E6F1E2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #88BC77;
	border-bottom-color: #88BC77;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-top: -15px;
	padding-right: 0px;
	padding-bottom: -10px;
	padding-left: 0px;
}
#leftcontent {
	background-color: #F7F7F5;
	margin: 0px;
	width: 450px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}
#rightcontent {
	background-color: #F7F7F5;
	float: right;
	width: 290px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#leftInnerContent {
	background-color: #F7F7F5;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.7em;
}
#leftInnerContent img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1em;
	white-space: normal;
	padding-right: 10px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	text-transform: none;
	color: #060;
	padding-left: 10px;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #060;
	padding-left: 20px;
}
h3 {
	font-size: 16px;
	font-variant: small-caps;
	color: #060;
}
h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060;
	text-align: center;
	text-transform: uppercase;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #060;
	text-align: center;
	text-indent: 10px;
	text-transform: uppercase;
}
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.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;
}
.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;
}
.timesbold {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
	margin-top: 0px;
	margin-bottom: .1em;
}
.blue {
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.trigger {
}
.clear {
	clear: both;
}
.ulist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#rightcontent p {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
#rightcontent ol {
	font-size: 0.7em;	
}
#leftInnerContent p  {
	font-size: 0.7em;	
}
#advertmenu {
	position: absolute;
	height: auto;
	left: 521px;
	top: 142px;
	width: 237px;
	background-color: #254D18;
	text-align: right;
	vertical-align: middle;
}
#mainContent {
	width: auto;
	text-align: center;
}

#advertbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.advertcentred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #maincontent #advertbody .advertcentred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.advertJudges {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 250px;
}
#lowercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #063;
	text-align: center;
}
.entriesclosed {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
}
.entriesOpen {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #063;
}
.twoColFixRtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #maincontent table {
	font-size: 14px;
}
.twoColFixRtHdr #container #mainContent p {
	text-align: left;

}
.centeredtext {
	text-align: center;
}
.textcentered {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .advertcentred .advertcentred {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .advertcentred .advertcentred {
	text-align: center;
}

