html {
	font-size: 50%;
}

body {
	font-size: 125%;
	width: 770px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

a {
	text-decoration: none;
	color: #72b5cc;
	font-weight: bold;
}

p a:hover {
	background-color: #DCECF2;
}

h1,
h2,
h3 {
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	color: #899197;
}

p {
	font-size: 1.2em;
	line-height: 2.0em;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.footer {
	border-top: 1px solid #DCECF2;
	padding-top: 0.5em;
	font-size: 0.9em;
	line-height: 1.3em;
}

h1#header {
	height: 102px;
	
	padding: 102px 0 0 0;
	overflow: hidden;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:102px;
}

#page {
	margin-top: 30px;
	overflow: auto;
}

ul#navigation {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
	float: left;
	width: 155px;
	height: 441px;
	background: url('../images/clover.gif') bottom left no-repeat;
}

ul#navigation li {
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 19px;
}

ul#navigation li a {
	padding-left: 20px;
	background: url('../images/small_bullet.gif') no-repeat;
	background-position: 0 2px;
	color: #6C6E70;
	font-weight: normal;
}

ul#navigation li a:hover {
	background-position: 0 -38px;
}

#home li#home-nav a,
#about li#about-nav a,
#events li#events-nav a,
#links li#links-nav a,
#publications li#publications-nav a,
#education li#education-nav a,
#jobpostings li#jobpostings-nav a,
#forum li#forum-nav a,
#support li#support-nav a,
#contact li#contact-nav a {
	background-position: 0 -38px;
}

#mainBody {
	margin-left: 155px;
	margin-right: 310px;
}

#mainBody h2 {
	background: url('../images/large_bullet.gif') 0 1px no-repeat;
	position: relative;
	padding-left: 26px;
	font-size: 1.8em;
	padding-bottom: 4px;
}

#home #introduction h2 {
	height: 204px;
	position: static;
	margin-bottom: 25px;
	padding: 204px 0 0 0;
	overflow: hidden;
	background-image: url('../images/home_header.gif');
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:204px;
}

#home #introduction h3 {
	height: 36px;
	padding: 36px 0 0 0;
	overflow: hidden;
	
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:36px;
}

#home #mainBody #introduction {
	margin-top: 36px;
}

#headlines {
    position: relative;background: url('../images/headlines_background_top.gif') top left no-repeat;
}

#headlines ul {
	padding: 0 18px;
	margin: 0;
	list-style: none;
	background: url('../images/headlines_bottom_cap.gif') bottom left no-repeat;
	margin-bottom: -12px;
}

#headlines ul li { height: 1%; }

#headlines ul li a {
	display: block;
	color: #FFF;
	font-weight: normal;
	font-size: 1.1em;
	padding: 6px 0;
	border-bottom: 1px solid #FFF;
}

#headlines ul li.last a {
	border-bottom: none;
}

#headlines h3 {
	position: absolute;
	left: -155px;
	width: 155px;
	height: 24px;
	padding: 24px 0 0 0;
	margin-bottom: -30px;
	overflow: hidden;
	background-image: url('../images/headlines_header.gif');
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
}

#home #mainBody h3.subhead_01 {
	background-image: url('../images/home_subhead_01.gif');
}


#home #mainBody h3.subhead_02 {
	background-image: url('../images/home_subhead_02.gif');
}

#sideBar {
	float: right;
	width: 310px;
}

#sideBar h3 {
	position: absolute;
	left: 480px;
	
	width: 321px;
	padding: 481px 0 0 0;
	overflow: hidden;
	
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:481px;
}

#sideBar .sidebar_01 {
	background-image: url('../images/sidebar_01.gif');
}


#sideBar .sidebar_02 {
	background-image: url('../images/sidebar_02.gif');
}