body {
	text-align: center;
	background-color: #F0F8FF;
}

.container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	display: inline-table;
	min-height: 600px;
	//height: 96%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-bottom: 10px;
}
/* Correct IE for min-height */
* html body .container { height: 96%; }

#page-header {
        height: 126px;
        background-image: url(title.png);
	min-width: 100%;
}

img.left {
	float: left;
	vertical-align: text-top;
	padding-right: 5px;
	border: none;
}

img.right {
	float: right;
	vertical-align: text-top;
	padding-left: 5px;
	border: none;
}

.menu {
	float: left; 
	//display: table-cell; 
}		

.menu ul {
	border-left: 1px solid #000000;
	margin: 0 0 auto 27px;
	padding-top: 0px;
	padding-bottom: 20px;
	list-style-type: none;
}
/* Correct IE putting a pixel border around title */
* html body .menu ul { margin-left: 30px; }

.menu li {
	color: #000000;		
	margin-left: -28px;
	padding-top: 10px;
}

.menu li:hover {
	color: #CC0000;
	
}

.menu a.menuitem {
	color: #000000;
	text-decoration: none;
}

.menu a.menuitem:hover {
	color: #CC0000;
}

/* Correction for IE (starts the li margin differently */
* html body .menu li { margin-left: 12px; }

.submenu {
	margin: 5px 0px 5px -41px;
	padding-right: 5px;
	width: 145px;
	border: 1px solid #000000;
	border-left: none;
}
* html body .submenu { margin-left: -12px; }

.submenu ul {
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	font-size: smaller;
}

/* correct IE's interpretation of the above correction */
* html body .submenu ul { margin-left: 10px; }

.submenu li.current {
	color: #CC0000;
}

.content {
	margin: 0px 10px auto 180px;
	display: block;	
	text-align: left;
	min-height: 600px;
}
/* correct IE (though this is something wrong in Gecko */
* html body .content { margin-top: 0px; }

.newsitem {
	padding-bottom: 20px;
	padding-top: 5px;
}

.newsitem .header {
	min-width: 100%;
	border-bottom: 5px ridge #CC0000;
}


.newsitem .text {
	padding: 5px 10px 5px 10px;
	display: block;
	margin: 5px auto auto auto;
	border: 2px inset black;
	background-color: #F5F5F5;
	min-height: 0px;
}

.newsitem .poster {
	font-size: small;
	float: right;
	text-decoration: none;
	color: #000000;
}

.newsitem .poster:hover {
	color: #CC0000;
}

.text {
	font-size: 95%;
	padding: 5px 10px 5px 10px;
	border: 2px inset #000000;
	background-color: #F5F5F5;
	min-height: 600px;
}

em.spec {
	color: #CC0000;
}

/* Special for pages */
div.code {
	margin-left: 10;
	margin-right: 10;
	border-type: outset;
	border-color: #CCCCCC;
	color: #00FF00;
	padding: 5px;
	padding-left: 20px;
	background-color: #000000;
	white-space: pre;
	display: block;
}

div.comment {
	color: rgb(200, 64, 0);
	display: inline;
}

div.key {
	color: rgb(255, 255, 0);
	display: inline;
}

div.num {
	color: #FF0000;
	display: inline;
}

div.string {
	color: #FFFFFF;
	diaply: inline;
}

div.blockquote {
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
}

p.bib {
	padding-left: .5in;
	text-indent: -.5in;
}







