/******* Morton Michel CSS *******/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p li{
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: small;
	list-style-type: square;	
	}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #6600CC;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	display:none;
}
#pageNav{
	display: none;
	visibility: hidden;
}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	width:600px;
	border: 0;
	}
.search {display: none;}

/************* breadCrumb styles ***************/

#breadCrumb{
	display :none;
}
.subheading {
	font: small Arial,sans-serif;
	font-weight: bold;
	color: #FF7F00;
	}
.subheadingblue {
	font: small Arial,sans-serif;
	font-weight: bold;
	color: #6600CC;
	}	
.tableorangebold {
	font: small Arial,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.tableorangehead {}
.tableorangepad {
	border: 1px solid #FF9900;
	padding: 5px;
}
.tablebluehead {
	font: small Arial,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#330066;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tablebluepad {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.securepayheading {color: #FFFFFF;}