body{
		background-color: #cccccc;
		text-align: center;
}
h1,h2,h3{
	color:#000099;}
.just{text-align: justify;}
div#page {
  background-color: #ffffff;
  width:800px;
  margin:0 auto;
  padding:0px;
  text-align:left;
	border: 20px solid #9a9a9a;
	-moz-border-radius: 25px;
}
div#header {
  width:100%;
  height:65px;
	text-align: center;
}
.divider {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 3px;
	overflow: hidden;
	width: 100%;
	background-color: #dedede;
}

#strapline {
		width: 100%;
    background-color: #dedede;
		margin-bottom: 5px;
    font-size: 0.9em;
		line-height:2.0em;
		text-align: center;
}
div#nav {
  width:200px;
  float:left;
  margin:5px 0 10px 5px;
  height:250px;
}
#topnav {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 0.9em;
         font-weight: bold;
				 }
#topnav ul{
         
				 border-right: 2px solid #9a9a9a;
				}
#topnav li{
        
        list-style: none;
        margin-right: 5px;
        margin-left: 2px;
        margin-bottom: 5px;
				border-bottom: 1px solid #9a9a9a;
}
.first{
        
        list-style: none;
        margin-right: 5px;
        margin-left: 2px;
        margin-bottom: 5px;
				border-top: 1px solid #9a9a9a;
				border-bottom: 1px solid #9a9a9a;
}

#topnav a:link, #topnav a:visited{
        color: #000099;
        text-decoration: none;
}
#topnav a:hover{
        color: #990000;
}
div#content {
	width:520px;
  margin:10px 15px 10px 215px;
  min-height:200px;
  /*_height:200px;*/
	font-size: 0.9em;
	padding: 0px 10px 10px 10px;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}
.smallhed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
  font-weight: bold;
	color: #990000;
}
.smallhed2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
  font-weight: normal;
	color: #990000;
}
hr{ 
	width:75%;
	text-align: center;}
#picright{
					float:right;
					padding: 5px;
					border: 2px solid #9a9a9a;
}
#picleft {
					border: 4px solid #9a9a9a;
}
				
.clear {
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
#form{
      width:500px;
      background-color: #dedede;
      border: 2px solid #9a9a9a;
}
label{
    font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
    font-weight: bold;
    color: #000099;
}
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
  font-weight: normal;
	text-align: center;
	padding: 0px 0px 5px 0px;
}
#bottomnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#bottomnav li {
	display: inline;
  position: relative;
}
#bottomnav a:link, #bottomnav a:visited { 
	margin-right: 2px;
	padding: 3px 1px 3px 1px; 
	color: #000099;
	text-decoration: none;
}
#bottomnav a:hover {
	margin-right: 2px;
	padding: 3px 1px 3px 1px; 
	color: #990000;
	text-decoration: none;
}
#footer{
		width:100%;
    font-size: .7em;
    font-weight: normal;
    color: #797979;
		padding-top:10px;
		margin-top: 10px;
		text-align: center;
}
#footer a:link,#footer a:visited,#footer a:hover{
		color: #000099;
}
.p1	{text-align: center;}