body {
	margin: 24px;
	padding: 0;
	background-color: #666;
	color: #333333;
	text-align: center;
	/*font:x-small "Trebuchet MS", Helvetica, Arial, sans-serif;*/
	font:x-small Georgia, "Times New Roman", Times, serif;
  	voice-family: "\"}\"";
  	voice-family:inherit;
  	font-size:small;
  } html>body {font-size:small;}

p {
	margin: 0.5em 0 1.2em 0;
}

a {
	color: #990000;
	text-decoration: none;
}

a:link {
  border-bottom: 1px dotted #990000;
  color: #990000;
  /*text-decoration:none;*/
  }
  
a:visited {
  border-bottom: 1px dotted #330000;
  /*text-decoration:none;*/
  color: #330000;
  }
  
a:hover {
  border-bottom: 1px solid Red;
  color: Red;
  }
	
h1, h2, h3, h4, h5, h6 {
	font-family:  Georgia,Serif;
	background-color: transparent;
	color: white;
	line-height: 100%;
}

h1 {
	font-size: 150%;
	color: white;
	font-weight: normal;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #B8AF8E;
}

h1 div#date {
	font-size: 85%;
	font-style: italic;
	margin: 0.5em 0 0.25em 0;
}

h1 span#location {
	margin-left: 1.0em;
}

h1 sup {
	line-height: 100%;
	font-size: 75%;
}

h2 {
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #B8AF8E;
}

h3 {
	font-size: 110%;	
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-weight: normal;
}

h3 .position {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
}

h3 .separator {
	font-size: 125%;
	font-weight: normal;
	color: #660000;
	padding: 0 0.25em;
}

.contact h3 {
	margin: 1.5em 0 0.5em;
}

h6 .quote {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-weight: normal;
	color: #663;
}

h4 {
	font-size: 125%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0.5em 0;
	padding-top: 1.25em;
	border-top: 1px solid #9D9A57;
}

h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0.75em;
	margin-bottom: 2em;
}


/* ----------------- Outer Container ------------------ */
#container {
	position: relative;
	width: 665px;
	margin: 0 auto;
	background-color: #D7CFBA;
}

/* --------------- Picture Masthead ------------------ */
#navmast {
	background: #D7CFBA url(../images/head.gif) no-repeat scroll top left;*
	position: relative;
	height: 94px;
}  



/* --------------- Navigation Container ---------------- */
#navContainer {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 665px;
	height: 22px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 22px;
	display: inline;
	overflow: hidden;
	width: 665px;
}

/* --------------- Content -------------------------- */
div#content {	
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	width: 665px;
	text-align: left;
	background: url(../images/backgroundLogo.gif) no-repeat top left;
	border-top: 1px solid black;
}
 
/* ----------------- Picture Column ----------------- */
div#pictureCol {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 50px;
	/*padding-top: 65px;*/
	margin-top: 65px;
	width: 80px;
	/*border-top: 1px solid white;*/
}



/* ---------------- Main Column ----------------------*/
div#mainCol{
	margin: 0 0 0 95px;
	padding: 20px 0;
	width: 540px;
	/*border: 1px solid white;*/
}


/* ------------ footer --------------- */

#footer {
	border-top: 3px solid black;
	background: #FFF;
	padding-top: 0.33em;
}

#footer p {
	margin: 0;
	text-align: center;
	color: black;
	font-size: 75%;
}

/* -------------------------------------------
Navigation bar list as tabs...
----------------------------------------------*/

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	text-decoration: none;
	border-bottom: 0;
	float: left;
	padding: 22px 0 0 0;
	/* overflow: hidden; */
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -22px;
	}

#nav a:active {
	background-position: 0 0px;
	}
	
#nav a.selected {
	background-position: 0 -44px;
	}
	
#thome a  {
	width: 95px;
	background: url(../images/menuStates/home.gif) top left no-repeat;
	}

#tabout a  {
	width: 95px;
	background: url(../images/menuStates/about.gif) top left no-repeat;
	}
	
#tschedule a  {
	width: 95px;
	background: url(../images/menuStates/schedule.gif) top left no-repeat;
	}
	
#tfilms a  {
	width: 95px;
	background: url(../images/menuStates/films.gif) top left no-repeat;
	}
	
#tsponsors a  {
	width: 95px;
	background: url(../images/menuStates/sponsors.gif) top left no-repeat;
	}
	
#tevents a  {
	width: 95px;
	background: url(../images/menuStates/events.gif) top left no-repeat;
	}
	
#tpress a  {
	width: 95px;
	background: url(../images/menuStates/press.gif) top left no-repeat;
	}


/* ------------------- Rounded Corners ------------------- */
.roundtop { 
	background: url(../images/corners/topRight.gif) no-repeat top right; 
	text-align: left;
}

.roundbottom {
	background: url(../images/corners/bottomRight.gif) no-repeat top right; 
	text-align: left;
	background-color: #FFF;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}



#links {
	text-align: center;
	font-size: 75%;
	margin: 0.25em 0;
}

#links a {
	border-bottom: 0;
}
	
#links a:hover {

}

#links a:active, #links a.selected {

}

a img {
	border-width: 0;
}


#splash div#footer { 
	width: 665px;
	height: 26px;
	background-image: url(../images/splashBarBottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	border: 0;
	padding: 0;
}

#splash div#navmast {
	background-color: white;	
	height: 36px;
	background-image: none;
	border-bottom: none;
	background-image: url(../images/splashBarBottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: white;
	border: 0;
	padding: 0;
} 

#splash div#mainCol{
	margin: 0;
	padding: 0;
	width: 665px;
	background-color: white;	
}

#splash div#content {
	background-color: white;
	background-image: url(../../2004/images/splashLogo2004.gif);
	border: 0;
}

a#splash {
	border-width:0;
	text-decoration:none;
}

ul#sponsor {
	margin-top: 0.75em;
	list-style-image: url(../images/red-square4.gif);
	margin-left: 1.75em;
}

ul.downloads {
	list-style-image: url(../images/red-square4.gif);
}

ul.downloads li {
	font-size: 90%;
	margin-bottom: 1em;
}