/* Global Page Styles */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: rgb(0, 31, 76);
	font-family: "Verdana",Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

div {
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	display:  block;
	width:  800px;
	border: 1px solid gray;
	margin: 0px auto 0px auto;
}

/* HEADER
---------------------------------------------------------- */

/* NCSSM-Style Header */

#header {
	background-color: rgb(0, 31, 76);
	height: 100px;
	position: relative;
}
.headerform {
  width: 240px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 0px;
}
.access {
	display: none;
}
#quicklinks_form, #searchbox_form {
  padding: 0px;
  margin: 0px 0px 3px 0px;
}
#quicklinks_form select {
  font-family: "Verdana",Arial,Helvetica,sans-serif;
  font-size: 90%;
  width: 190px;
}
.headerform li a {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
  color: #ffffff;
  text-decoration: none;
}
.headerform ul {
	text-align: left;
	padding: 0px;
	margin: 8px 0px 0px 10px;
}
.headerform input.button {
  margin: 5px 0 -4pt 2px;
}
.headerform li {
  list-style-image: none;
  list-style-type: none;
  display: inline;
}
.inputbox {
  font-family: "Verdana",Arial,Helvetica,sans-serif;
  width: 186px;
  font-size: 90%;
}
.logo {
	background-image: url('newheader3.gif');
	width: 381px;
	height: 81px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	text-indent: -9000px;
}


/* Navbar */

div.navbar {
	background-color:#999999;
	vertical-align:middle;
	text-align:center;
	background-image: url('audience2.gif');
	background-position: bottom;
	height: 25px;
	padding: 7px 0px 3px 0px;
}

div.navbar div {
	display:inline;
}
div.navbar div:hover {

}
div.navbar a, div.navbar a:active, div.navbar a:visited {
	color:black;
	padding: 12px;
	font-size:11pt;
	font-family: Perpetua;
	text-decoration: none;
}
*>div.navbar a, *>div.navbar a:active, *>div.navbar a:visited{
	/* hack for IE so that font size shows up correctly */
	font-size:15pt;
}
div.navbar a:hover {
	color: #191970;
	text-decoration: underline;
}


/* MIDDLE (Main)
---------------------------------------------------------- */

div.background {
	background-image:url('images/background.png');
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	position: relative;
	min-height: 300px;
}

*>div.navbar a, *>div.navbar a:active, *>div.navbar a:visited{
	/* hack for IE */
	height: 300px;
}


/* Sidebar */

div.title {
	height:25px;
	text-align:left;
	padding-top:16px;
	background-image:url('images/righttitle.png');
	background-repeat:no-repeat;
	margin-left:180px;
	background-position:top right;
	width: 620px;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.titlestretch {
	padding:0;
	background-image:url('images/titlestretch.png');
	background-repeat:repeat-x;
}
div.leftbar {
	width: 135px;
	padding: 20px 5px 5px 10px;
	float: left;
	z-index: 1000;
}
div.leftbar a, div.leftbar a:link, div.leftbar a:visited, div.leftbar a:active {
	display: block;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	background-image: url('images/navarrow3.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
div.vertspace {
	height: 400px;
	width: 10px;
	display: block;
	visibility: hidden;
}

/* Content Section */

.title {
	font-style: italic;
	font-size: 130%;
	color: white;
}
.pagetitle {
	font-weight: bold;
	
}
div.content {
	margin-left: 180px;
	padding-top: 70px;
}

/* FOOTER
---------------------------------------------------------- */

#footer {
	background-color: rgb(0, 31, 76);
	text-align: center;
	color: white;
	font-size: 90%;
}

#footer a {
	color:  white;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
}


/* PAGE-SPECIFIC */

/* Session Page */
div.SPTopic {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.SPTopicName {
	font-size: 110%;
	font-weight: bold;
}

div.SPDescription {
	padding-top: 5px;
}

div.SPNoSessions {
	padding-top: 5px;
	font-style: italic;
}

div.SPSessionTitle {
	margin-left: 15px;
}

/* Registration */
div.regButton {
	color: white;
	background-color: rgb(0, 31, 76);
	width: 300px;
	height: 30px;
	margin: 3px auto 3px auto;
	text-align: center;
	padding-top: 8px;
}

div.regButton a, div.regButton a:link, div.regButton a:visited, div.regButton a:active {
	color: white;
	text-decoration: none;
}

div.regButton a:hover {
	text-decoration: underline;
}