body{
	/* margin: 0px;*/
	/* padding-top: 0px;*/
	/*background-image: url(images/pagebg1.gif);*/
	background-repeat: repeat-y;
	/* background-color: #fff; */
	font-family: verdana, geneva, arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px; 
	color: #5d5d5d;*/
	} 
 
body.pop{ 
	margin: 0px;
	/*background-image: none;*/
	/*background-color: #e5e8e2;*/
	}

/* ==== POSITIONING ==== 
DIV { visibility: visible;}
*/

/* ==== Format Styles ====
P{
	font-family: verdana, geneva, arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #5d5d5d;
	}
 

H2{
	font-size: 14px;
	margin-left: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
	}
*/
/* ==== Home Page ==== */

P.homeText{
	margin-left: 60px;
	margin-right: 150px;
	text-align: justify;
	}

P.homeContact{
	text-align: center;
	font-size: 10px;
	}

P.managedBy{
	text-align: center;
	}


/* ==== Sub Page ==== */

P.Contact{
	margin-left: 18px;
	margin-right: 0px;
	line-height: 18px;
	text-align: center;
	}

P.ContactForm{
	margin-left: 18px;
	margin-right: 10px;
	line-height: 18px;
	text-align: left;
	}

P.Space{
	margin-left: 18px;
	margin-right: 20px;
	text-align: justify;
	}

P.navToo{
	font-size: 13px;
	margin-left: 30px;
	margin-right: 20px;
	text-align: center;
	}

P.Technology{
	margin-left: 18px;
	margin-right: 20px;
	text-align: justify;
	}

P.Location{
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
	}

.sectionTitle2{
	background-image: url(images/section_title2_back.gif);
	background-repeat: repeat-x;
	}


ul {
	list-style-image: url(images/list_arrow2.gif);
	font-size: 11px;
	line-height: 15px;
	padding-left: 18px;	
	margin-left: 18px;	
	margin-right: 18px;	
	}	
	
ul.singleCell {
	margin-right: 20px;	
	}	
	
	
/* ==== Begin links styles ==== */
/* A:link { text-decoration: underline; color: #5d5d5d;} */
A:link { text-decoration: none; color: #5d5d5d;}
A:visited { text-decoration: none; color: #5d5d5d;}
A:active { text-decoration: none; color: #5d5d5d;}
A:hover { text-decoration: none; color: #993300;}
