body {
		font-size:10pt;
		color:#9a9a9a;
		font-family:sans-serif;
		background-image:  url(/images/background.gif);
		background-repeat: no-repeat;
		background-position: top left;
		}
		
a {
		color: #9a9a9a;
		}

a:visited {
		color: #9a9a9a;
		}

a:hover {
		color: #aa47a4;
		}

/*Define the top bar*/

#title {
		position: absolute;
		left: 0px;
		top: 0px;
		width:492px;
		height:111px;
		padding: 0px;
		border: 0px;
		background-image:  url(/images/top1.gif);
		background-repeat: no-repeat;
		}
		
#top_right {
		position: absolute;
		left: 493px;
		top: 0px;
		width:298px;
		height:111px;
		padding: 0px;
		border: 0px;
		background-image:  url(/images/top2.gif);
		background-repeat: no-repeat;
		}
		
#menubar {
		position: absolute;
		left: 0px;
		top: 111px;
		width:790px;
		height:23px;
		padding: 0px;
		border: 0px;
		background-image:  url(/images/top3.gif);
		background-repeat: no-repeat;
		}
		
#float_menu {
		position: absolute;
		z-index: 5;
		left: 380px;
		top: 118px;
		width: 300px;
		height: 15px;
		
		}

#leftimage {
		position: absolute;
		left: 0px;
		top: 111px;
		width:221px;
		height:435px;
		padding: 0px;
		border: 0px;
		background-image:  url(/images/leftimage.gif);
		background-repeat: no-repeat;
		}	

/*Define the content section*/

#content_top {
		position: absolute;
		left: 222px;
		top: 134px;
		width:569px;
		height: 48px;
		padding: 20px 0px 0px 20px;
		border: 0px;
		font-size: 1em;
		background-image:  url(/images/content_top.gif);
		background-repeat: no-repeat;
	}
	
#content_top H1 {
		font-family:sans-serif;
		color:#aa47a4;
		font-size:1.3em;
		font-weight:bold;
		margin: 0;
		}
	
		
#content {
		position: absolute;
		left: 222px;
		top: 182px;
		width:569px;
		height: 318px;
		padding: 0px;
		border: 0px;
		font-size: 1em;
		background-image:  url(/images/content_back.gif);
		background-repeat: repeat;
		}
		
#content .scroll {	
		z-index: 5;
		position: absolute;
		left: 15px;
		top: 2px;
		height: 315px;	
		width: 525px;	
		overflow: auto;	
		border: 0;	
		background-color: #ffffff;
		scrollbar-face-color: #E7E2D6;
		scrollbar-arrow-color: #777777;
		scrollbar-track-color: #E2E2E3;
		scrollbar-3dlight-color: #CCCCCC;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-darkshadow-color: #777777;
}
			
#content p {
		border: 0;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		margin-top: 10px;
		padding: 2px;
		color: #7d787b;
		font-size: 1em;
		}
		
.smalltexttable {
		font-size:0.7em;
		color:#7d787b;
		margin: 5px 0px 10px 0px;
		border: 0px;
		font-family:sans-serif;
		}

#content_bottom {
		position: absolute;
		left: 222px;
		top: 500px;
		width:569px;
		height: 40px;
		padding: 0px;
		border: 0px;
		font-size: 1em;
		background-image:  url(/images/content_bottom.gif);
		background-repeat: no-repeat;
	}	
	
#content_bottom p {
		border: 0;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		margin-top: 10px;
		padding: 2px;
		color: #9a9a9a;
		font-size: 0.7em;
		}	