body{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.73) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.73)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.73) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.73) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.73) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.73) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 background-repeat: no-repeat;
 background-attachment: fixed;
height:100%;
}
html, body {
    font-family: "Arial";
    margin-top: 4.5em;
}
#homepagebanner{
    font-size:3.5em;
    font-family: "Arial";
    color: white;
    background-color: #000000;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
}

        #outmenu ul {
		list-style: none;
		padding: 0;
		margin: 0;

        }
    
        #outmenu li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
		text-align: center;
                border-top-left-radius:1em 2em;
                border-top-right-radius:1em 2em;

        }
    
	#outmenu a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #00c;
		text-align: center;
                border-top-left-radius:1em 2em;
                border-top-right-radius:1em 2em;

        }
	
	#outmenu a:hover {
		background: #ddf;
	}
	
	#outmenu #selected {
		border-color: black;
	        border-top-left-radius:1em 2em;
                border-top-right-radius:1em 2em;

	}
	
	#outmenu #selected a {
		position: relative;
		top: 1px;
		color: black;
		font-weight: bold;
                border-top-left-radius:1em 2em;
                border-top-right-radius:1em 2em;

	}
	
	#content {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
		background: white;
		border-bottom-left-radius:1em 1em;
                border-bottom-right-radius:1em 1em;
		padding-bottom: .5em;
		padding-top: .2em
	}
