/***********************************************/
/* PACE CSS                   */
/***********************************************/

/***********************************************/
/* Zero out all tags                            */
/***********************************************/ 

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, image, table { 
margin: 0; 
padding: 0; 
border: 0; 
} 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html {min-height: 100%; margin-bottom: 1px;} /* forces scrollbar to prevent firefox page shift issue */

body {
	font-family: Gill Sans MT, "Times New Roman", Times, serif;	
	font-weight: normal;
	font-size: 24px;
	color: #000000;
	background-color:#FFFFFF;
	margin: 5px;
	text-align:center;
	min-width: 770px;
}

table {empty-cells: show }

/******* fonts and colors *******/

.Title {font-family: Arial Black, "Times New Roman", Times, serif; font-size:48px}
.Year {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:36px; font-style: italic;}
.Header {font-size:36px}
.Location {font-size:30px}
.Links {font-size:16px}
.Sponsors {font-size:20px}
.SponsorHeading {
	font-size:24px;
	font-weight:bold;
	color:#CC0000;
	font-variant: small-caps;
}
.Web {font-size:10px}
.red {color:#CC0000;}
.black {color:#000000;}
.grey {color:#999999;}

/******* hyperlink and anchor tag styles *******/

a:link {color: #CC0000;}
a:visited {color: #CC0000;}
a:hover {color: #999999;}
a:focus {color: #999999;}
a:active {color: #999999;}

.Images a {text-decoration: none;}

/************** header tag styles **************/

h1{font: bold 120%;}
h2{font: bold 114%;}
h3{font: bold 108%;}

/*************** list tag styles ***************/

ul{
	list-style-type: disc;
	padding-left: 2%;
}

ul ul{list-style-type: square;}


/********* form and related tag styles *********/

label{
}
				
input{
}


/***********************************************/
/* Layout and Positional Divs                  */
/***********************************************/
#EntirePage {width:770px; margin-left:auto; margin-right:auto; padding-top: 1%;}

.ImageRight {float:right; padding-left: 5px; padding-top: 4px; padding-bottom: 2px;}
.ImageLeft {float:left; padding-right: 5px; padding-top: 4px; padding-bottom: 2px;}

#TwoColumns {width:45%; float:left; text-align:left; padding:0px;}

.Website {float:bottom; padding-bottom: 2px;}

/********************* end **********************/

/*

*/
