/*
 *	Author		: Jarrett & Lam Consulting
 *	Filename	: page_menu.css
 *	Modified	: 29th October 2007
 *
 */
 
 .page_menu {
 	 width			: 150px;
 	 float			: left;
 	 margin-top		: 10px;
 	 margin-left	: -20px;
 }
 
 .page_menu li {
 	list-style-type	: none;
 	font-size		: 14px;
 	margin-bottom	: 10px;
 	font-weight		: bolder;
 	text-align		: right;
 	color			: black;
 }
 
.page_menu a:visited, .page_menu a:link, .page_menu a:active {
	color			: black;
	text-decoration	: none;
	font-size		: 14px;
}
.page_menu a:hover {
	color			: red;
	text-decoration	: none;
}

.text_area {
	width			: 343px;
	margin-left		: 9px;
	margin-right	: 9px;
	margin-bottom	: 20px;
	min-height		: 400px;
	font-size		: 14px;
}

.text_area h2 {
	width			: 325px;
	margin-left		: 9px;
	margin-right	: 15px;
	margin-top		: 18px;
}

.text_area p {
	width			: 325px;
	margin-left		: 15px;
	margin-right	: 15px;
	font-size		: 14px;	
}

#ctl, #cbl, #ctr, #cbr {
	position:absolute;
	width:20px;
	height:20px;
	color:white;
	background:#ffff99;
	overflow:hidden;
	font-style:normal;
	z-index:1;
}

#ctl {
	top:0;
	left:0;
}

#cbl {
	bottom:0;
	left:0;
}

#ctr {
	top:0;
	right:0;
}

#cbr {
	bottom:0;
	right:0;
}

.text_area em b {
	position:absolute;
	font-size:150px;
	font-family:arial;
	color:white;
	line-height:40px;
	font-weight:normal;
}

#ctl b {
	left:-8px;
}

#ctr b {
	left:-25px;
}
#cbl b {
	left:-8px;
	top:-17px;
}
#cbr b {
	left:-25px;
	top:-17px;
}

p.MsoNormal {
	margin:0;
}

p.arial {
	margin:0;
}