body {
	
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F5F8FF;
	margin: 0px;
	background-image: url(images/background.jpg);
}




.maintable {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

.maintable p{
	font-size: 13px;
	margin-right: 40px;
	margin-left: 20px;
	color: #333333;

	
}


#menutable a{
	color: #000000;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #445A65;
	border-right-color: #445A65;
	border-bottom-color: #445A65;
	border-left-color: #445A65;
	display: block;
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	
}


.maintable .a{
	color: #000000;
	
	text-decoration: underline;
	
	
}



#menutable a:hover{
	color: #000000;
	text-decoration: underline;
	
	
}


.bottomtable {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


#topbar {
	position:absolute;
	left:200px;
	top:95px;
	width:100%;
	height:23px;
	z-index:1;
	background-color: #445A65;
}
#topbar p{
	color: #F5F8FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 40px;
	margin-top: 2px;
	
}
#topdiv {
	width: 100%;
}


#sideback {
	position:absolute;
	left:0px;
	top:171px;
	width:186px;
	height:450px;
	z-index:2;
	background-image: url(images/background-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
}

