/* STRUCTURAL ELEMENTS */

		body {
			background-color: #336699;
			font: 11px lucida grande, verdana, arial, helvetica, sans-serif;
		}
		
		#container {
			width: 800px;
			\width: 780px;
			w\idth: 800px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #336699;
		}

		#banner {
			margin: 0;
			height: 237px;
			width: 800px;
			padding: 0;
			border: 0;
			background: url(http://gstudynet.org/videoconferences/images/banner.jpg) no-repeat scroll;
		}

		#content {
			padding: 10px;
			margin-left: 105px;
			margin-right: 110px;
			border-left: 1px solid #003366;
			border-right: 1px solid #003366;
			background-color: #FFF;
		}

		#bodytext {
			margin-left: 100px;
			padding: 10px;
			border-left: 1px dotted #003366;
			line-height: 17px;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin: 0 110px 0 105px;
			border: 1px solid #003366;
			background-color: #003366;
			color: #FFF;
			text-align: center;
			font-size: 9px;
		}

/* NAVIGATION MENU */

		#navcontainer { 
			float: left;
			width: 150px;
			border: 1px solid black;
			padding: 0;
			margin-top: 20px;
			margin-left: 20px;
		}

		#navcontainer ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			font-family: arial, helvetica, sans-serif;
			margin: 0;
		}

		#navcontainer a {
			display: block;
			padding: 3px;
			width: 145px;
			background-color: #036;
			border-bottom: 1px solid #eee;
		}

		#navcontainer a:link, #navcontainer a:visited {
			color: white;
			text-decoration: none;
		}

		#navcontainer a:hover {
			background-color: #369;
			color: #fff;
		}

		#navcontainer #currentpage a {
			background-color: #369;
			color: #fff;
		}

		#navcontainer #subnav {
			text-indent: 15px;
		}

/* LINKS */

		a {
			color: #003366;
			text-decoration: underline;
		}

		a:visited {
			color: gray;
		}

		a:hover, a:focus, a:active {
			color: #FFF;
			background-color: #003366;
			text-decoration: none;
		}

		h4 a {
			color: gray;
			text-decoration: none;
		}
		
		h4 a:hover {
			color: #003366;
			background-color: white;
			text-decoration: none;
		}

		#footer a {
			color: #FFF;
			text-decoration: underline;
		}

		#footer a:visited {
			color: #999;
			text-decoration: underline;
		}

/* LIST ITEMS */

		.bulletlist, .participants {
			margin-left: 0;
			padding-left: 0;
			list-style: none;
		}

		.bulletlist li, .participants li {
			padding-left: 15px;
			background-image: url(http://gstudynet.org/videoconferences/images/bullet.png);
			background-repeat: no-repeat;
			background-position: 0 .4em;
		}

		.participants li {
			margin-bottom: 10px;
		}

/* HEADERS */

		h1 {
			font: 22px arial, helvetica, sans-serif;
			font-weight: bold;
			letter-spacing: -1px;
			color: #003366;
		}

		h2 {
			font: 10px arial, helvetica, sans-serif;
			font-weight: bold;
			color: gray;
			margin-top: -15px;
			text-transform: uppercase;
		}

		h3 {
			font: 18px arial, helvetica, sans-serif;
			letter-spacing: -1px;
			color: gray;
			margin-bottom: -5px;
			border-bottom: 1px solid gray;
		}

		h4 {
			font: 14px arial, helvetica, sans-serif;
			letter-spacing: -1px;
			color: gray;
			margin-bottom: 5px;
		}

/* IMAGES */

		img {
			padding: 0;
			border: 0;
		}

/* TEXT WRANGLING */

		p {
			text-align: justify;
		}

		blockquote {
			border-left: 3px solid #999;
			padding: 5px;
		}

		div.hr {
			display: none
		}

		div.hr {
		  display: block;
		  height: 25px;
		  background-image: url(images/hr.gif);
		  background-repeat: no-repeat;
		  background-position: center center;
		  margin: 1em 0 1em 0;
		 }

		hr {
			display: none;
		}
		
		.cap {
			float: left;
			width: 45px;
			font-size: 62px;
			line-height: 51px;
			font-weight: normal;
			color: #003366;
			font-family: georgia, times new roman, serif;
		}
