body
{	
		background: #FFFFFF url(../images/bgtile.gif) repeat-x scroll top left;
		font-family: Arial, sans-serif;
		font-size: 11px;
		text-align: left;
		margin: 0px;
		padding: 0px;		
}

p
{      
		font-size: 11px;
		line-height: 16px;
		margin: 0px;
		margin-bottom: 20px;
		margin-top: 20px;
		color: #000000;
}

#container
{	
		position: absolute;
		background: #FFFFFF;
		top: 0px;
		left: 0px;
		width: 800px;
		height: 100%;
		padding: 0px 0px 0px 0px;
}

#banner
{	
		position: absolute;
		background: #FFFFFF;
		top: 0px;
		left: 0px;
		width: 800px;
		height: 172px;
		padding: 0px 0px 0px 0px;
}

#navigation
{	
		background: #FFFFFF;
		position: relative;
		top: 172px;
		left: 0px;
		width: 800px;
		height: 24px;
		padding: 0px 0px 0px 0px;
}

#contentcontainer
{	
		position: relative;
		top: 172px;
		left: 0px;
		width: 800px;
		height: 950px;
		padding: 0px 0px 0px 0px;
}

#content
{	
		background: url(../images/contentbg1.jpg) no-repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 786px;
		height: 950px;
		padding: 50px 100px 0px 100px;
}

#contentfade
{	
		background: #7F4E1D url(../images/contentendtile.gif) repeat-y scroll top left;
		position: absolute;
		top: 0px;
		left: 786px;
		width: 14px;
		height: 1000px;
		padding: 0px 0px 0px 0px;
}

	a:link { 
 		color: #0064C1;
		text-decoration: none;
		text-decoration: underline;
		}

	a:visited { 
 		color: #4594E4;
		text-decoration: none;
		text-decoration: underline;
		}

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

	a:active { 
		color: #0064C1;
		}
