html
{
/*	height:		100%;*/
	overflow: 	scroll;

}

body
{
	margin:		0;
	margin-top: 	20px;
	padding:	0;
	height:		100%;

	font-size:   	8pt;
	line-height: 	11pt;
	font-family: 	georgia;
}

.reshead
{
	font-size:	10pt;
	line-height:	13pt;
	font-family: 	verdana;	
}

.smallcaps
{
	font-size: 	smaller;
	text-transform: uppercase;
	font-variant: 	small-caps;
}

.indent
{
	margin: 18px;
}

.endspace
{
	margin-right: 5px;
}

/* div tag positioning */
div
{
	position: 	absolute;
	overflow:	visible;
/*	border: 	1px solid #CCCCCC;*/
}

p
{
	margin-top:	0px;
/*	border: 	1px solid #CCCCCC;*/
}

.MainBox
{
	position:	relative; 
	margin: 	0 auto; 
	width: 		900px;
/*	height:		100%;*/
}

.MainMenu
{
	margin-top:	0;
	top:		44px;
	left:		142px;
}

.SideMenu
{
	top:		76px;
	left:		0px;
	width:		129px;
	height:		100%;
}

a
{
	color:		#939598;
	text-decoration:none;
}

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

.Main
{
	left:		142px;	
	width:		759px;
}

.Side
{
	left:		0px;
	width:		129px;
	text-align: 	right;
}

.Blurb
{
	top:		76px;
	height:		28px;
}

.Content
{
	top:		108px;
	height:		100%;
}

.Col
{
	top:		108px;
	height:		491px;
	width:		370px;
}

.Left
{
	left:		142px;
}

.Right
{
	left:		529px;
}

td
{
	vertical-align:	top;
}

img
{
	border: 	0px;
/*	border: 	1px solid black;*/
	vertical-align:	top;
}