/* Site structure */

#wrapper {
	width: 750px;
	margin: 0px auto;
	padding-top: 50px;
}

#flag {
	background-image: url('/images/flag3.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 102px;
	width: 750px;
}

#header {
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 45px;
	width: 750px;
	cursor: pointer;
}

#content {
	border: 1px solid #b0b0b0;
	border-top: none;
	background-color: white;
	min-height: 398px;
}
*html #content {
	height: 398px;
}

#content #left {
	float: left;
	width: 578px;
	padding: 10px;
	border-right: 1px solid #b0b0b0;
	min-height: 378px;
}

*html #content #left {
	height: 378px;
} 

#content #right {
	float: right;
	width: 149px;
	padding: 0px;
}

#footerspacer {
	height: 10px;
	clear: both;
}

#footer {
	font-size: 10px;
}

#menu {
}


#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li, #menu li:hover, #menu li.s {
	display: block;
	color: white;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 10px 20px;
	background-color: #647d68;
	border-top: 1px solid #90a293;
	border-bottom: 1px solid #495b4c;
	cursor: pointer;
	/* border-left: 1px solid #7a907e; */
	/* border-right: 1px solid #536756;	*/
}


#menu li:hover, #menu li.s {
	background-color: #6c9a75;
	background-image: url('/images/menubullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	border-top-color: #96b79d;
	border-bottom-color: #4f7055;
	/* border-right-color: #597f61; */
	/* border-left-color: #81a989; */
}

#menu a, #menu a:hover {
	color: white;
	text-decoration: none;
}

#weather {
	text-align: center;
	padding: 0px 4px 10px 0px;
	width: 145px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	/* border-left: 1px solid #b0b0b0; */
	/* border-right: 1px solid #b0b0b0; */
}

#hp-news {
	width: 284px;
	float: left;
}

.spaced img {
	/* Image included in spaced div section */
	margin: 0px 0px 10px 10px;
	float: right;
}

#hp-results, #hp-letter, #hp-sponsors {
	float: right;
	width: 245px;
}

#hp-results img {
	margin: 10px 0px 10px 10px;
	float: right;
}

#hp-letter {
	clear: right;
	margin-top: 10px;
}

#hp-sponsors {
	clear: right;
	margin-top: 10px;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

.panel-grey, .panel-blue, .panel-green, .panel-white {
	border: none;
	padding: 10px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;	
	/* border: 1px solid silver; */
}

.panel-grey {
	background-image: url('/images/panel-bkg-grey1.gif');
}

.panel-blue {
	background-image: url('/images/panel-bkg-blue1.gif');
}

.panel-green {
	background-image: url('/images/panel-bkg-green1.gif');
}

.panel-white {
	background-image: none;
}

.spacer-h {
	height: 10px;
}

.spacer-v {
	width: 10px;
}

/* Tag classes */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #eaeaea;
	background-image: url('/images/bkg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

a {
 	color: #257a32; 
	text-decoration: none;
}

a:hover {
	color: #33a744;
	text-decoration: underline;
}

/* Reset padding on frequent tags */
p, ul, li, h1, h2, h3, h4, h5, h6 {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS";
	font-weight: normal;
}

h1 {
	color:#788296;
	font-size: 18px;
	padding-top: 5px;
}
h1 a {
	color:#009900;
}
h1 a:hover {
	color:#00CC33;
	text-decoration:none;
}

h2 { 
	font-size: 16px; 
	color:#788296;
	padding-top: 15px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #a0a0a0;
	margin-top: 0px;
}

p {	padding-top: 5px; line-height: 14px;}

ul { margin: 10px 0px 10px 30px; }
li { margin: 5px 0px; }

/* Other styles */

.spaced {
	line-height: 17px;
}

.spaced p {
	padding-top: 10px;
}

.blue {
	color: #788296;
}

.green {
	color: #647d68;
}

.tinted-row {
	background-color: #E1E1E1;
	cursor: pointer;
}

.caps {
	text-transform: uppercase;
}

.header-cell {
	padding: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
	font-weight: bold;
	background-color:#F9F9F9;
}

.new {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #0099FF;
}