@media screen {
	/* Items pertaining to the entire page layout and header */
	body {
		font-family: times, helvetica, arial, sans-serif;
		margin: 0px;
		padding: 0px;
		background: url(pictures/background.jpg) repeat fixed;
		color: #CCCCCC;
		text-align: left;
	}

	#container {
		margin: 10px auto 50px;
		padding: 0px 0px 0px;
		width: 750px;
		background-color: #333333;
		border: 2px solid #000000;
		position: relative;
	}

	#banner {
		text-align: center;
		padding: 0px 14px 0px 14px;
		margin: 10px 10px 0px 10px;
		border: 0px;

		font-size: 24pt;
		font-weight: bold;
		height: 150px;
		width: 700px;
		}

	/* Items pertaining to the right side of the page */
	#tools {
		margin: 10px 0px 0px 10px;
		top: 162px;
		left: 0px;
		padding: 0px;
		width: 175px;
		background-color: transparent;
		position: absolute;
		z-index: 2;
	}

	#tools div {
		border: 1px solid #000000;
		padding: 0px;
		margin: 25px 0px 40px;
		width: 173px;
		background:#666666;
		position: relative;
		z-index: 2;
		color: #ffffff;
	}

	#tools h3 {
	/*	top: -24px;
		background: url(pictures/tab.gif) no-repeat left top;*/
		top: -31px;
		background: url(pictures/tab2.gif) no-repeat left top;
		width: 175px;
		font-size: 16pt;
		line-height: 30px;
		/*line-height: 24px;*/
		position: absolute;
		z-index: 1;
		height: 30px;
		/*height: 23px;*/
		left: -1px;
		margin: 0px;
		padding: 0px 0px 0px 18px;
	}

	#poll p,#kudos p {
		margin: 10px;
	}

	.navbar {
		border: 0px;
		font-size: 14pt;
		padding: 2px 0px 2px 20px;
		margin: 0px;
	}

	/* Items pertatining to the left side of the page */
	#content {
		margin: 10px 10px 10px 190px;
		padding: 0px;
		font-size: 12pt;
		position: relative;
		right: 0px;
		top: 2px;
		width: 550px;
		text-align: justify;
		background-color: transparent;
	}

	#content div.sec {
		margin: 10px 5px 30px 5px;
		background-color: #000033;
		border: 1px solid #000000;
		color: #ffffff;
	}

	#content div.plain {
		margin: 10px 5px 30px 5px;
	}

	#content h3 {
		background-color: #003300; 
		color: #ffffff;
		font-size: 14pt;
		line-height: 24px;
		height: 23px;
		margin: 0px;
		padding: 0px 0px 0px 5px;
	}

	#content li {
		padding: 0px 5px 0px 0px;
		margin: 0px;
		}

	#content p.nml  {
		padding: 5px;
	}

	#content table.nml  {
		padding: 5px;
	}


	#content img.border {
		border: 1px solid #ffffff;
		margin: 5px;
	}

	.bold {
		font-weight: bold;
	}

	#image-cen {
		text-align: center;
		padding: 15px 15px 0px 15px;
		border: 0px;
	}

	.header {
		font-size: 24pt;
		font-weight: bold;
		text-align: center;
		color: #ffcc33;
	}

	/* Items pertaining to anchors */
	#tools a:link {
		color: #003300;
		font-weight: bold;
		background-color: transparent;
		text-decoration: none;
	}

	#tools a:visited {
		color: #ffffff;
		font-weight: bold;
		background-color: transparent;
		text-decoration: none;
	}

	#tools a:active {
		color: #ffcc33;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
	}

	#tools a:hover {
		color: #ffcc33;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
	}

	A:link {
		color: #ffcc33;
		background-color: transparent;
	}

	A:visited {
		color: #ffffff;
		background-color: transparent;
	}

	A:active {
		color: #666666;
		background-color: transparent;
	}

	A:hover {
		color: #666666;
		background-color: transparent;
	}

  #footer {
    text-align: center;
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
	}
}

@media print {

	div#heading {
		display: none;
		}

	p.header {
		font-weight: bold;
		font-size: 24pt;
		text-align: center;
		}

	div#tools {
		display:none;
		}
}