@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

/*top section of page is header; header is nested inside shade; shade is nested inside headerwrapper*/
/*midsection of page is midsection, nested inside shade, nested inside midsectionwrapper*/
/*bottom section is footer, nested inside shade, nested inside footerwrapper*/

.shade {
	width: 1000px;
	background: transparent url(../images/shade.png) top center repeat-y;
	margin: 0 auto;
}

#header {
	border-bottom:4px solid black;
	background-color:white;
}

#headerwrapper, #footerwrapper, body {
	background-color:#666;
}


#header, #midsection, #footer { 
	width:968px;
	margin:0 auto;
}

#midsectionwrapper, body {
	background-color:#CCC;
}

#midsection {
	border-top:2px solid #FC0;
	background-color: #FFF;
}

#footerwrapper {
	
}

#footer {
	color:white;
	border-top:1px solid black;
	background-color:#333;
	border-bottom:1px solid black;
	text-align:center;
	padding-bottom:10px;
	font-size:12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {
	font-size:24px;
}

h3 {
	margin-top:10px;
	margin-bottom:-10px;
	font-size:18px;
}

.signature+h2 {
	margin-top:30px;
}

#header img {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

ul.nav {
	list-style-type:none;
	width: 250px;
	border-bottom: 1px solid #999;
	float:left;
	margin:20px;
}

ul.nav a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #999;
	border-bottom: none;
	padding:7px 5px 7px 31px;
	display:block;
	background: #e7e7e7 url(../images/ConferenceButton2.png) no-repeat 1px 2px;
}

ul.nav a:hover {
	background-color: #CCC;
}

ul.dates, ul.accommodationFacts, ul.registrationFacts,
ul.contactFacts {
	list-style-type:none;
	width: 600px;
	margin:20px;
}

ul.dates li, 
ul.accommodationFacts li,
ul.registrationFacts li,
ul.contactFacts{
	padding-bottom:5px;
}
	

#conference_home #homeLink,
#dates #datesLink,
#accommodations #accommodationsLink,
#registration #registrationLink,
#program #programLink,
#contactus #contactusLink,
#chairs #chairsLink,
#phdsubsidy #phdsubsidyLink
{
	background-color: #FFF;
	font-weight: bold;
}

#conference_home #homeLink:hover,
#dates #datesLink:hover,
#accommodations #accommodationsLink:hover,
#registration #registrationLink:hover,
#program #programLink:hover,
#contactus #contactusLink:hover,
#chairs #chairsLink:hover,
#phdsubsidy #phdsubsidyLink:hover
{
	cursor: default;
}

.mainContents {
	padding-top:20px;
	padding-right:25px;
	padding-bottom:20px;
	margin-left:290px;
}


p {
	margin-top:15px;
	text-indent:30px;
}

.signature {
	margin-top:20px;
	margin-left:270px;
	margin-bottom:10px;
	font-size:18px;
	font-style:italic;
}

#division_chairs {
	margin-top:10px;
	margin-bottom:20px;
	border-collapse: collapse;
	border:1px solid black;
	
}

#division_chairs #leftCol {
	width:50%;
}

#division_chairs tr.area {
	background-color:#CCC;
	text-align:center;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#division_chairs td {
	border-right:1px solid black;
	padding:5px;
}

#division_chairs tr.names {
	line-height:130%;	
}

#division_chairs a {
	color: #F60;
	text-decoration:none;
}

#division_chairs a:hover {
	text-decoration:underline;
}
	
