﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

.type1
{
	padding-bottom:5px;
}
h1, h2, h3, h4, h5, h6 {color:#E6673A;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

/*
p  {
    margin: 2em 0;
    line-height:1.4;
}
*/
a {
	text-decoration:underline;
	color:#CC3300;
}

a:hover {text-decoration:none;}

#header
{
	top: auto;
	text-align:center;
	font-size:x-large;
	font-weight:bold;
	margin-bottom:20px;
	background-attachment:scroll;
	background-image:url(Images/headerbackground6.png);
 
	/*background-color:#ff8c00;*/
	width:100%;
}

body 
{
	/*font-family:Garamond, Times New Roman, Courier;*/
	font-family:Verdana,Arial,Helvetica;

	font-size:small;
	background-color:#ffffcc;
	background-image:url(Images/Lemonmanbackground1.jpg);
	background-repeat:repeat;
	
	color:#000099;
}

/* left side */
#col1
{
	float:left;
	width:15%;
	margin-left:3%;
	display:inline;
	z-index:120;	
/*	background-color:White; */
	height:auto;
	margin-top:20px;
	/*
	border-right-color:Orange;
	border-right-width:thin;
	border-right-style:solid;
*/
}

/* right side */
#col2
{
	float:left;
	width:76%;
	margin-left:3%;
	z-index:100;
	display:inline;
	/*
	border-right-width:thin;
	border-right-color:Green;
	border-right-style:solid;
	
	border-left-width:thin;
	border-left-color:#ffa500;
	border-left-style:solid;
	padding-left:10px;
	*/	
	height:auto;
	
}

#footer
{
	text-align:center;
	clear:both;
	font-size:x-small;
	margin-top:10px;
	color:#000099;
	margin-bottom:20px;
}

.Content1
{
	background-color:Silver;
	position:static;
	z-index:101;
}

.Content2
{
	/*background-color:#FAFAD2; /* lightgoldenrodyellow */
	position:static;
	background-image:url(wrinkle08.gif);

	z-index:102;
}
.CenteredContent
{
	text-align:center;
	font-weight:bold;
	display:block;
}

.lemonLables
{
	color:Orange; font-size:small;
	padding:5px;
}

.lemonLables2
{
	color:Orange;
}

.menuDynamicStyle1
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	background-color:#6495ED;	/* Cornflower Blue */
	color:Red;
}

.menuItem
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	background-color:#6495ED; /* Cornflower Blue */
	color:Black;
}

.menuStaticStyle1
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	background-color:#6495ED; /* Cornflower Blue */
	color:White;
}

.menuHover
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	background-color:#ADD8E6; /* Light Blue */
	color:Black;	
}

.menuSelected
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	background-color:#6495ED; /* Cornflower Blue */
	font-weight:bold;
	color:Black;
}
.Menus1
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	/*background-color:#6495ED; /* Cornflower Blue */
	/*background-color:#90ee90; /* light green */
	color:Black;
}

.Menus2
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	/*background-color:#6495ED; /* Cornflower Blue */
	/*background-color:#00fa9a; /* Medium Spring Green */
	font-weight:bold;
	color:Black;
}

.Menus3
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	/*background-color:#6495ED; /* Cornflower Blue */
	/*background-color:#90ee90; /* light green */
	color:Black;
}

.Menus4
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	/*background-color:#6495ED; /* Cornflower Blue */
	/*background-color:#90ee90; /* light green */
	color:Black;
}

.italics1
{
	font-family:Verdana,Arial,Helvetica;
	font-style:italic;
	font-size:small;
	font-weight:normal;
	
}

.noIndentParagraph
{
	text-indent:0px;
}

.emphasizedParagraph
{
	font-family:Verdana,Arial,Helvetica;
	font-weight:bold;
	font-size:large;
}

.normalParagraph
{
	font-family:Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:small;
}

.menuItem2
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	color:Black;
}

.menuStaticStyle2
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	color:White;
}

.menuHover2
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	background-color:#ADD8E6; /* Light Blue */
	color:Black;	
}

.menuSelected2
{
	font-family:Verdana,Arial,Helvetica;
	font-size:small;
	text-align:left;
	font-weight:bold;
	color:Black;
}

.wrapper
{
	float:left;
	margin-left:3%;
	width:10%;
}

.smallPrint
{
	font-size:small;
	border-style:solid;
	border-width:thin;
	border-color:Orange;
	text-align:center;
}
.spacer1
{
	margin-bottom:20px;
}

.topNav
{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.Charities
{
	text-align:center;
}
.leftPicture
{
	text-align:center;
	display:inline;
}

.rightPicture
{
	text-align:center;
	display:inline;
}
.movieContainer
{
	text-align:center;
}
.tableCol2
{
	display:inline;
	position:absolute;
	left:550px;
}

.tableCol3
{
	display:inline;
	position:absolute;
	left:650px;
}

.box1
{
	border-style:solid;
	border-width:thin;
	height:200px;
	overflow:scroll;
	border-color:#ff8c00;
}
.hiddenText
{
	display:none;
}

.centeredButton
{
	text-align:center;
}

.pix2
{
	 
}

.centeredDiv
{
	text-align:center;
}
.centeredWithMap
{
    /*position:relative; */
    width:400px; 
    height:400px;
    text-align:center;
}
/*
.2005RaceResults.h1
{

	margin-bottom:.0001pt;
	text-align:center;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Comic Sans MS";
	text-decoration:underline;
	margin-left:0in; margin-right:0in; margin-top:0in;
}
.2005RaceResults.h2
{
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Comic Sans MS";
	text-decoration:underline;
	margin-left:0in; margin-right:0in; margin-top:0in;
}
.2005RaceResults.table.MsoTableGrid
{
	border:1.0pt solid windowtext;
	font-size:10.0pt;
	font-family:"Times New Roman"
}
*/
@media print
{
	body 
	{
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#col1
	{
		display:none;
	}
	
	#col2
	{
		margin:0;
		width:100%;
		background:none;
	}
		#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}	
	#footer 
	{
		margin:0;
		border:none;
		height:auto;
		background:none;
	}
	
	.tableCaption1
	{
		font-weight:bold;
		background-color:#ffa07a;	/* Light Salmon */
	}
	
	#header
	{
	top: auto;
	text-align:center;
	font-size:x-large;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:10px;

	background-image:none;
 
	/*background-color:#ff8c00;*/
	width:100%;
	}
	
	.centeredButton
	{
		display:none;
	}

