@charset "utf-8";

.style7 {font-size: 12px}
.style18 {font-size: small; }


* {margin:0;padding:0px}
h1,h2{margin:1em;}
p{margin:.5em 1em}
ul{list-style:none}


html,body{height:100%}
body {
  background-image: url(Images/bigfade.jpg);
  background-color: blue;
  background-position: left top;
  background-repeat: repeat;
  text-align:center;
}
#outer {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:730px;
	height:auto;
	margin:auto;
	border:2px solid #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
}
html>body #outer {height:auto}
#inner {
	width:730px;
	height:auto;
	margin:10px auto 0;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
}

div.ie5 {text-align:center}
ul#nav2 {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background:#ffffff;
	margin:10px 0;
	height:1.6em;/*stops ie expanding background of list at small screen sizes*/
	width:730px;/* force layout */
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#nav2 li {
	float:left;
	background:#ffffff;
	width:20%;/* 100% divided by  items */
}
#nav2 a {
	border-left:2px solid #000000;
	line-height:1.6em;
	height:1.6em;/*stops ie expanding background of list at small screen sizes*/	
	background:#ffffff;
	position:relative;
	text-decoration:none;
	display:block;
}
#nav2 a:hover {background:blue;color:#FFFFFF}
ul#nav2 li.selected a{background:blue;color:#FFFFFF;}
ul#nav2 li.last a{border-right:2px solid #000000;}
* html ul#nav2 li.last{width:auto;}

.style23 {color: #0000FF}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0033FF;
}
.style29 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
