/* CSS Document */

@import url(base.css);
/* 
   Adjust the bottom arch horizontally
-------------------------- */
#page {
	background:url(images/bottomBack.gif) 450px bottom no-repeat;
}
#text {
	margin:0 220px 100px 0;
	}
/*
	Mark the main menu location
------------------------------------------*/
#mm3 a, #mm3 a:hover {
		background:url(images/menu.gif) -356px -72px no-repeat;
}
#menu li:hover ul li a, #mMenu li.jshover ul li a {
	background:none; /* this fixes a background isssue */
}
/* 
   mark the submenu
-------------------------- */
#menu li:hover ul li#sm3a a, #menu li.jshover ul li#sm3a a, #sub0 {
	background: url(images/rollColor.png) top repeat-x;
	font-weight:bold;
}



#text div.odd, #text div.even{
width:450px;
}

/* 
   
-------------------------- */


div#text h1 {
		font-size:18px;
	line-height:20px;
	
	font-weight:bold;
	margin:20px 0 20px 20px;
}


div#text  p {
	font-size:13px;
	line-height:16px;
	margin:10px 0 10px 20px;
}
div#text p strong {
font-size:12px;
	line-height:16px;
font-weight:bold;
}
div#text h2 {
	font-size:14px;
	line-height:16px;
		margin:10px 0 10px 20px;
	font-weight:bold;
	
}

div#text a.backButton {
margin: 20px 0 0 20px;
display:block;
	/*
width:56px;
	height:24px;
	overflow:hidden;
	float:left;
	margin: 20px 422px 0 422px;
	background: url(../images/bBack.gif) 0 0 no-repeat;
*/
	
}


div#text  a:hover.backButton {
	background: url(../images/bBack.gif) 0 -24px no-repeat;
}

div#text a.backButton span {
	/*
height:0px;
	width:0px;
	display:block;
	overflow:hidden;
	margin:0;
*/
}
#text ul
{
	margin:0 0 0 50px;
}
#text ol
{
	margin:-10px 0 30px 50px;
}

#text ul li, #text ol li
{
	margin:0 0 10px 0;
}

#text ul li ul
{
	margin:10px 0 0 30px
}

#text ul li ul li
{
	list-style: disc;
}

p.indent
{padding:0 0 0 180px !important;
}