html,
body {
	min-height: 100%; 
    margin:0;
    padding:0;
	background: #fafefa;
	color: #222;
	font-size: 100%; /* IE Hack */ 
    }
body { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1.5;
	font-size: .85em;
	}

a:link { background-color: transparent; color: #033; }
a:visited { background-color: transparent; color: #606; }
a:link:focus, a:link:hover, a:link:active { background-color: #d8e0e0; } 
a:visited:focus,a:visited:hover,a:visited:active { background-color: #e8d8e8; }
/* reset the above for IE, as it confuses the heck out of it */
* html a:visited:focus, * html a:visited:hover, * html a:visited:active { background-color: #d8e0e0; }

h1,h2,h3,h4,h5,h6 { color: #363; margin: 0.75em 0 0.5em 0; font-family: Georgia, "Palatino Linotype", Palatino, serif; line-height: 1.2em; }
h1 { 
	color: #333; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 35px 0 0 35px;
	font-size: 1.85em; 
	line-height: 110%;
	border-bottom: solid 3px #ded;
	margin-bottom: 1em;
}
.title {
	letter-spacing: 7pt;
	text-transform: uppercase;
}
.subtitle {
	font-size: .65em;
	letter-spacing: 1pt;
	line-height: normal;
	font-weight: normal;
}
.locale {
	font-size: .65em;
	letter-spacing: 1.5pt;
	text-transform: uppercase;
}

h2 { font-size: 1.18em;
	padding-top: 0.3em;
	}
#main h2 {
	font-weight: normal;
	line-height: 150%;
	border-bottom: solid 1px #ded;
	margin: 0.5em 0 0.5em 0;
}
#sidebar h2 {
	padding: 1em 0 0 0;
	border-top: dotted 3px #ded;
	}
#footer h2, .hidden {
    position: absolute;
    left: -999px;
    width: 990px;
}

h3 img {
	border: 1px #363 solid;
	}
#sidebar h3 { padding-bottom: 0; margin-bottom: 0; }
h3 { font-size: 1.05em; }
h4 { font-size: 0.95em; }
h5 { font-size: 0.75em; }

a img { border: none; }
abbr {
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	border-bottom: 0;
/*	letter-spacing: 7pt; */
	margin: 0;
	}
ul { list-style: square; }
ul, ol, p {
	padding-top: 0;
	margin-top: 0;
	}
blockquote {
	font-family: Georgia, "Palatino Linotype", Palatino, serif;
	font-style: italic;
	font-size: 1.15em;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../accessucd/images/quote-open.gif) no-repeat top left;
	}

#masthead { font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif; font-size: 1.7em; padding: 0.6em; background: #ded; }
#masthead a { text-decoration: none; color: #222; }

#main {
    float:left;
    width:60%;
	padding: 5px 0 0 35px;
	margin: 0;
    }
#main li {
	line-height: 1.3;
	padding-bottom: 0.5em;
	}
#main ul {
	}
	
#sidebar {
    float:right;
    width:30%;
	padding: 5px 15px 0 15px;
	border-left: solid 1px #ded;
	font-size: 0.85em;
	}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
li#sponsorlist {
	padding: 0;
	}
.resourcelist li {
	padding-bottom: 1em;
	line-height: 100%
	}
	
/* #sponsorlist { 
    display: block;
}
#sponsorlist * {
    display: inline;
}	
*/

.sponsor {
	background: #fff; 
	border-right: solid 1px #ded;
	border-bottom: solid 1px #ded;
	}

#footer {
    clear:both;
	margin: 0 0 35px 35px;
	padding: 0;
	border-top: solid 1px #ded;
	font-size: 0.85em;
	color: #444;
	}
#footer p {
	margin: 0;
	padding: 0;
	}

div.imgcontainer img { margin: 0 auto; padding: 5px; border: 1px #366 solid; }

.highlight { background: #cfc; }
.logistics { list-style: none; display: block; padding: 0; margin: 0;}
.audience { 
	font-weight: bold; 
	color: #363;
	background-color: transparent;
	}
.minititle {
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	letter-spacing: 1pt;
	}

.fineprint { font-size: .95em; 	line-height: normal; padding: 0; margin: 0; }
.fineprint p { margin: 0.1em 0; padding:  0.1em 0; }
#main .fineprint h2 {
	border-top: solid 1px #ded;
	border-bottom: none;
	margin: 2.5em 0 0 0;
	padding: 0;
}
.listintro {
	padding-bottom: 0;
	margin-bottom: 0.5em;
	}
