	body {
		position:relative;
		width : 100%;
		font-family : Arial;
		font-size : 13pt;
		margin : 0px;
		font-family: Arial, Helvetica, sans-serif;
		text-align : center;
	}

	.site {
		text-align : center;
		width : 800px;
		margin-left : auto;
		margin-right: auto;
	}

	#banner {
		background-color : #fff;
		height : 70px;
		text-align : left;
	}
	
	#banner a img {
		border-width : 0px;
	}

	#subbanner {

	}
	
	#banner .links{
		text-align : right;
		font-size : 0.7em;
		color : white;
		padding-right : 5px;
	}

	#banner .links a{
		text-decoration : none;
		color : #fff;
	}

	#bannertitle {
		padding-top : 85px;
		padding-left : 5px;
		padding-bottom : 1px;
		color : #fff;
		font-size : 1.6em;
		font-weight : bold;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}

	.navbanner {
		width : 800px;
		border-width : 0px 0px 1px 0px;
		padding-top : 10px;
		border-color : #0c3e87;
		border-style : solid;
		text-align : center;
		font-size : 90%;
		padding-bottom : 4px;
		color : #666;
		background-color : #1861BF;
	}

	.navbanner  a {
		border-width : 0px 1px 0px 1px;
		border-color : #1861BF;
		border-style : solid;
		padding : 0px 40px 5px 40px;
		text-decoration : none;
		color : white;
	}

	.navbanner  a.selected  {
		color : #1861BF;
		background-color : #f2f6ff;
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5px#888;
		box-shadow: 0px -5px 3px 3px #0c3e87;
		padding-bottom : 6px;
	}
	
	.navbanner  a:hover {
		border : 1px solid #f2f6ff; 
	}

	.content {
		width : 790px;
		border-width : 0px;
		border-color : blue;
		border-style : solid;
		text-align : left;
		font-size : 0.8em;
		background-color : #f2f6ff;
		padding : 5px;
	}

	.content div {
		padding : 10px 5px 10px 5px;
	}

	.title {
		font-weight : bold;
		padding-right : 2px;
		padding-left : 10px;
		padding-top : 1px;
		padding-bottom : 1px;
		color : #1861BF;
	}

	.subtitle {
		font-weight : bold;
	}

	img.padded {
		padding : 1px;
		border : 1px solid #1861BF;
		margin : 4px;
	}

	#footer {
		font-size : 0.8em;
		clear  :both;
		text-align : right;
		color : #fff;
		background-color : #1861BF;
		height : 0.5em;
	}
	
	.embeddedlist ul {
		padding : 10px 0px 10px 40px;
	}