body {
	margin:0 ;
	margin-top:0;
	padding:0px;

	overflow:auto;
	background-color:#fde2b8;

	}


	
#topofpage{
	padding:0 ;
	margin:0;
	background-image:url(img/bgtop.jpg);
	background-repeat:repeat;

	border-bottom-style:solid;
	border-bottom-width:2px;
	
	height:200px;
	min-width:1000px;
	
	overflow:hidden;
	}
	
#logo {

	float:left;
	padding-right:40px
	}
	
#logo img{

	
	}


#navigation {
	position:absolute;
	top:202px;
	left:0px;
	
	width:175px;
	height:560px;


	background-image:url(img/background.jpg);
	background-repeat:repeat;

	border-right-style:solid;
	border-right-width:2px;
	
	border-bottom-style:solid;
	border-bottom-width:2px;


	text-align:center;
	font-size:1.25em;
	font-family: Helvetica
	}
	
#navigation a{
	padding-top:20px;
	display:block;
	line-height:1.5;
	
	text-decoration: none;
	font-weight:bold;
	color:black;

	}
#navigation a:active{
	font-weight:bold;
	}
#navigation a:link{
	font-weight:bold;

	}
#navigation a:visted{
	font-weight:bold;

	}
#navigation a:hover{
	font-weight:bold;
	color:red;
	}
	
#main {
	
	margin-left:177px;
	
	padding-top:1px;
	padding-left:4px;
	padding-bottom:20px;
	margin-right:100px;
	

	background-color:#fde2b8;
	min-height:501px;
	border:0;
	
	}
	
#main p{
	font-family:Verdana;
	}
#main img{
	border-style:solid;
	border-width:2px;
	margin:2px;
	}
#main a{
	color:blue;
	}
#main h4{
	line-height:0.5em;
	}
#main ul{
	font-family:Verdana;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}

.rightalign {
	text-align:right;
	}
.centeralign {
	text-align:center;
	}
.halfsize {
	font-size:.6em;
	}
#bottombar {

	word-spacing:10px;
	margin-left:197px;
	font-size:.9em
	
	}
#bottombar a{
	word-spacing:normal;
	
	text-decoration: none;
	font-weight:bold;
	color:black;
	}
#bottombar a:hover{
	font-weight:bold;
	color:red;
	}
	
#topbar{
	word-spacing:10px;
	
	}
#topbar a{
	word-spacing:normal;
	}