body {
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	font-size: 100%;
}

a {
	background: url(../images/3x1999.gif) repeat-x left bottom;
	text-decoration: none;
	color: blue;
}

a:hover {
	background: none;
	text-decoration: underline;
}

a:visited {
	color: #66c;
}

abbr, acronym {
	border: none;
	cursor: help;
}

#header {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

#ccfalogo {
	float:left;
}

#masthead {
	min-height: 142px;
	text-align: center;
}

#mastheadUWI {
	font: 80% "Rockwell Condensed", serif;
	text-transform: uppercase;
}

#mastheadCampus {
	font: 75% "Rockwell Condensed", serif;
}

#mastheadFaculty {
	font: 70% "Rockwell Condensed", serif;
	text-transform: uppercase;
}

#mastheadCCFA {
	font: 175% "Brush Script MT", cursive;
}

#skip, #youAreHere span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header p {
	margin: 0;
}

#sidebar {
	position: absolute;
	left: 0;
	width: 10em;
	padding: 0;
	margin: 1em;
}

#navbar p {
	color: blue;
}

#navbar ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#navbar ul ul {
	margin-left: 0.5em;
	padding-left: 0.5em;
}

#navbar ul li {
	display: inline;
}

#navbar a, #navbar p {
	display: block;
	background-color: white;
	background-image: none;
	border: 1px solid white;
	padding: 0.125em 0 0.125em 0.25em;
	margin: 0;
	text-decoration: none;
}

#navbar a:hover {
	background-color: #EEE;
	border-color: #CCC;
}

#upgrade {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #CCC;
}

#upgrade p {
	padding: 0.25em;
	border: 1px dashed #CCC;
}

#container {
	padding-top: 0;
	margin-left: 11em;
}

#contentBorder {
	border: 1px solid #CCC;
	border-right: 0;
	border-bottom: 0;
}

#youAreHere {
	background: #EEE;
	border-bottom: 1px solid #CCC;
}

#youAreHere a {
	color: #99C;
}

#youAreHere em a {
	color: #00C;
	font-weight: bold;
	font-style: normal;
}

#youAreHere a:hover {
	color: #00C;
}

#youAreHere p {
	position: relative;
	left: -1px;
	top: -1px;
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	background: url(../images/curvetop.gif) top left no-repeat;
	color: #999;
}

#content {
	padding: 1em;
	font-family: "Times New Roman", Times, serif;
}

#home #content {
	position: relative;
	top: -1px;
	left: -1px;
	background: url(../images/curvetop.gif) top left no-repeat;
}

h1 {
	margin-top: 0;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.symposiumDates {
	font-weight: bold;
	font-size: 175%;
	text-align: center;
}

.label {
	font-weight: bold;
}

#theme {
	font-size: 125%;
	font-style: italic;
	text-align: center;
}

#announcement {
	text-align: center;
}

#keyQuestions {
	list-style: square;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

dt {
	font-weight: bold;
}

ul {
	margin-left: 0.5em;
	padding-left: 0.5em;
}

.deadlines {
	margin-left: 0.5em;
	padding-left: 0.5em;
}

.fees {
	margin-left: 0.5em;
	padding-left: 0.5em;
}

#contact {
	margin-top: 2em;
	text-align: center;
}

#contact address {
	font-weight: bold;
	font-style: normal;
}

#goToTop {
	margin: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}

#goToTop p {
	position: relative;
	left: -1px;
	bottom: -1px;
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	background: url(../images/curvebottom.gif) no-repeat bottom left;
}

#clear {
	clear: both;
	height: 0;
}

#footer {
	margin-top: 1.5em;
} 

@media print {
	/*a {
		color: black;
		background: none;
	}
	
	a:visited {
		color: black;
	}*/
	
	#sidebar {
		display: none;
	}
	
	#container {
		margin-left: 1em;
	}
	
	#contentBorder {
		border-left: 0;
	}
	
	#footer {
		text-align: center;
	}
}