@import url("layout.css");
.contact_bg {
	background-color: #FFFB8D;
}


/*  ----------------------  Color and Background Changes  ---------------------------------- */

/*  ----------- Color themes        http://kuler.adobe.com   ------------------------------- */  
/*  ---------- #navigation a        text color and background  -------- -------------------- */
/*  ---------- #navigation li       navigation border color  ------------------------------- */
/*  ---------- #navigation a:hover  navigation hover color  -------------------------------- */
/*  ---------- a.competition (group) modify to control link colors in competition entries -- */

/*  ---------- contact_bg (background on contacts table ------------------------------------ */
/*  ---------- #masthead            bg color ----------------------------------------------- */
/*  ----------  body                bg image and or color----------------------------------- */
/*  ----------  .hdr1               Masthead header text color ----------------------------- */
/*  ----------  .hdr2               Masthead subheader text color -------------------------- */
/*  ----------  .competitions  ------------------------------------------------------------- */
/*  ----------  .coloredbg  ---------------------------------------------------------------- */
/*  ----------  .boldhot  ------------------------------------------------------------------ */

/*  ----------  SpryCollapsiblePanel.css  -------------------------------------------------- */
/*  ----------  .CollapsiblePanelTab  ------------------------------------------------------ */
/*  ----------  .CollapsiblePanelFocused .CollapsiblePanelTab ------------------------------ */
/*  ----------  .CollapsiblePanelOpen .CollapsiblePanelTab  -------------------------------- */
/*  ----------  .CollapsiblePanelClosed .CollapsiblePanelTab   ----------------------------- */


  
.coloredbg {
	text-align: left;
	color: #000;
	background-color: #393;
}

.competition {
	color: #FF9;
	background-color: #298737;
}

.noncompetition {
	color: #000;
	background-color: #7FBF55;
}

.darkonlightbg {
	color: #960;
	font-weight: bold;
}

.img_no_border {
	border-style: none;
	border-color: #FFFFFF;
}

.normalbolddark {
	text-align: left;
	background: #FFF;
	font-weight: bold;
}

.simple_small_text_left {
	text-align: left;
	font-weight: normal;
	font-size: small;
	background: #FFf;
}

.graybackground {
	background: #CCC;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;   /* Body background and image */
	background-attachment: fixed;
	background-color: #005737;
	/*	background-image: url(../images/bg-snow-white.gif);   */
	background-repeat: repeat;
}


/*  original width 620px */
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C4741;
	border-bottom-color: #7C4741;
	border-left-color: #7C4741;
	border-top-width: 4px;
	border-top-color: #7C4741;
	left: auto;
	right: auto;
}

#masthead {
	text-align: center;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	border: thin double #AA805A;
	float: none;
	background-attachment: fixed;
	background-color: #fffb8d;
	background-repeat: repeat;
}

#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

/*  original width 470px */
#content {
	float: left;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*  original width 618px */
#footer {
	text-align: center;
	clear: both;
	width: 918px;
	border: 1px dotted #dd5523;
}

/* Masthead Styles */
#masthead h1 {
	color: #A99900;
}

#masthead h3 {
	color: #C0C0C0;
}


/* Navigation Styles */

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background: #d6d6d6;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: thin none #4d0032;
	background: 808080;
}

/*    COLOR NAVIGATION BUTTON   */
#navigation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	background-color: #298737;
	border: 0px none #fff;
}

/*    COLOR NAVIGATION BUTTON HOVER    */
#navigation a:hover {
	color: #7C2F0E;
	text-decoration: none;
	background-color: #FFFB8d;
}

#navigation a:active {
	color: #4D0032;
	text-decoration: none;
	background-color: #fff;
}






/* Content Styles */

h6 {
	color: #503750;
}

h5 {
	color: #39F;
}

h4 {
	color: #503750;
}

h3 {
	color: #503750;
}

h2 {
	color: #333;
}

#content h1 {
	color: #503750;
}

#content img {
	padding: 5px;
	border: 1px none #FFFBF0;
}

#content ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#content li {
	display: block;
	margin: 0;
	padding: 0;
	color: #D40055;
	font-size: medium;
}


/* Footer Styles */

#footer p {
	color: #808080;
}

#footer a {
	color: #503750;
	text-decoration: underline;
}

#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #0CF;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.hot {
	color: #306;
}

.calendar_padding {
	padding: 0px;
	margin: 0px 0px 12px;
}
.imgright {
	margin: 4px;
	float: right;
	height: auto;
	width: auto;
	position: relative;
}

.hdr1 {
	color: #A99900;
	float: none;
	margin: 0px;
	clear: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
}

.hdr2 {
	color: #A99900;
	float: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
}
.boldhot {
	font-weight: bold;
	color: #FF0;
}

@media print{
	#container{
		width:50%;
	}

	#navigation{
		display:none;
	}

	#footer{
		display:none;
	}
	#content img{
	display:none;
	border-style: none;
	border-color: #FFFBF0;
	}
	#content a{
	display:none;
	font-weight: normal;
	}
}

#container #content  ul li a {
	padding: 0px 0px 0px 5px;
}

#container #content table tr {
	padding: 0px 0px 0px 5px;
}

#members {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	display: block;
}


#Newsletter {
	margin: auto;
	clear: both;
	float: none;
	width: 450px;
	text-align: center;
}

#photowebs {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 400px;
}


.imgleft {
	margin: 4px;
	float: left;
	height: auto;
	width: auto;
	position: relative;
}

.imgcenter {
	margin: 0px auto 4px;
	float: none;
	width: auto;
	position: relative;
	padding: 0px;
}

.memberlinkimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	padding: 5px;
	left: -107px;
	top: -7px;
}


a.competition:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.competition:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a.competition:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a.competition:hover {
	color: #0FF;
	text-decoration: none;
	font-weight: bold;
}
.black_text {
	color: #000000;
	background-color: #FFF;
}
#instructions {
	color: #009;
}
.redhot {
	font-weight: bold;
	color: #F00;
}

