html, body {
	background: #ddd;
	color: #111;
	margin: 0;
	padding: 0;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 80%/160% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
        font-size: medium;
	padding: 10px;
	}
html>body { font-size: 12px; } /* for modern browsers that can resize px */

#wrap {
	width: 800px;
	margin: 10px auto; /* auto centers the div */
	padding: 10px;
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	border: 1px solid #888;
	overflow: hidden;
	background-color: #99F;
	}

#header {
	height: 152px;
	width: 800px;
	overflow: hidden;
	background: transparent url(banner.jpg) no-repeat;
	}

#maincontent {
	width: 600px;
	margin: 10px 0 10px 10px;
	float: left;
	text-align: left;
	}

p.summary {
	padding-left: 20px;
	}

#mainmenu {
	background-color: #fff;
	}

#subjectmenu {
	background-color: #fff;
	}

#links {
	background-color: #fff;
	}

#sidebar {
	width: 180px;
	float: left;
	text-align: left;
	margin-top: 30px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3em;
	line-height: 1em;
	text-align: right;
	margin: 0;
	padding: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 500px;
	height: 150px;
	}

#footer p {
	text-align: center;
	font-style: italic;
	font-size: small;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	text-align: right;
	}

input.menuitem{
                color:#111;
                background-color:#aaf;
                width: 180px;
                font-family:'trebuchet ms',helvetica,sans-serif;
                font-size:84%;
                font-weight:bold;
                border:1px solid;
                border-top-color:#fff;
                border-left-color:#fff;
                border-right-color:#444;
                border-bottom-color:#444;
                }
 input.menuitemhov{
		color:#000;
		background-color:#eee;
                }

#bottomnav {
	text-decoration: none;
//	border: 1px solid #888;
	padding-top: 5px;
	}

#subpages {
	width: 250px;
	float: left;
	margin-left: 20px;
	}

#peerpages {
	width: 250px;
	float: right;
	margin-right: 20px;
	}


/* 	General styling		*/

h2 {
	font: normal 2em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;
	color: #222;
	//text-transform: uppercase;
	}

h3 {
	font: bold 1.5em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: 0em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	}
blockquote p {
	margin: .7em 0;
	}

