@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3399CC;
	margin: 10px 0 0 0;     /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
}


p, span, div, h3{
	line-height: 1.3
}
h3{
	font-size:20px;
	color:#666633;
}

.htc #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 10px solid #ffffff;
	font-size: 14px;
} 
.htc #header { 
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:90px;
} 


a.top
{
	text-decoration:none;
	color:white;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:0px;
	margin-top:0px;
	line-height:155px;
	padding:0;
	font-size: 16px;
}


a.top:hover
{
	text-decoration:underline;
	color:white;

}


a
{
	text-decoration:underline;
	color:#666633;
}

a:hover
{
	color:#cc9933;
}




a.white
{
	text-decoration:underline;
	color:white;
}
a.white:hover
{
	color:#cc9933;

}


ul
{
	list-style-position:outside;
	margin: 0;
	padding: 0;
}
ul.indent
{
	margin-left: 16px;
	font-size: 12px


}
li
{
	margin-bottom:0px;
	padding-bottom:0px;
}


ul.middle{
	margin-left: 125px;
	font-size: 12px;

}

ul{
	margin-left: 10px;
	}


table.blue,td.blue, th.blue {
	border: medium solid #3399CC;
	border-collapse: collapse;
	margin:0;
	font-size:11px;
}





.htc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* 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:#666633; /* the background color will be displayed for the length of the content in the column, but no further */
	color:white;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin-top:10px;
}

.htc #form1 {
	color:black;
	padding: 5px 5px 5px 5px;
	text-align: left;
}


.htc #mainContent { 
	margin: 0 0 0 265px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:10px;
} 

.htc #slideshow {
	z-index: -1000;
}

.htc #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffcc99; 
} 
.htc #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: 16px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
}
.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;
}

.style1 {
	font-size: 14px
}



.style4 {height:0; line-height: 0px; clear: both;}


.style7 {font-size: 8px}



.style9 {
     font-size: 24px;
	 color: #666633;
	 }
.style10 {font-size: 18px}

.gold{

	COLOR: #FF9900;

}

.silver{

	COLOR: #666666;

}

.bronze{

	COLOR: #CC6600;

}


.textbox {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #3399cc;
}

textarea {
	width: 300px;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #3399cc;
	
}