#divText
{
    padding-left:20px;
    width:290px;
    float:left;
}

#divPageSplit
{
    float:left;
    width:20px;
    background-image: url("/images/common/dottedSplit.gif");
    background-repeat:repeat-y;
    background-position: center center;
    height:320px;
	
}

#divImage
{
   text-align:center;
   height:340px;
   
}




#divMainArea
{
   width:755px;
}

#divContentHolder
{
    width:611px;
}

.menuList
{
	list-style-image: url("/images/common/inpageListPoint.gif");
	list-style-type: none;
	position:relative;
   	left:-20px;
   	top: -20px;
	margin-bottom:0px;
}

.romanList
{
	list-style-type:lower-roman;
	list-style-image: none;
}

.inPageMenuLink
{
	color:#000000;
	text-decoration:underline;
}

.inPageMenuLink:hover
{
	color:#000000;
	text-decoration:none;
}

.inPageMenuLink:visited
{
	color:#CC0001;
	text-decoration:underline;
}

.mainMenuList
{
	color:#446C90;
	font-weight:bold;
}


#divPrintBut
{
	left:700px;

}