/*<group=General Styles>*/

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	padding: 0px;
	font: 13px Geneva, Arial, Helvetica;
}



p { 
}

b, strong {
	font-weight: bold;
}


IMG {
	margin: 10px;
}

#sidebarContainer, #banner, #footer img, #footer a {
	display: none;
}


/*</group>*/

/*<group=Layout>*/

#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#pageHeader {
	text-align: left;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: none;
}

#logo img, #loginblock, .noprint {
	display: none;
}

#pageHeader h1 {
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 16pt;
	padding: 0px;
}

#pageHeader h2 {
	color: #333333;
	margin: 0px;
	font-size: 13pt;
	font-weight: normal;
	padding: 0px;
}

#contentContainer {
	float: none !important;
	padding: 0px;
}

#footer {
	text-align: center; 
	background: none;
	color: #000000;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

	
/*</group>*/

/*<group=toolbar>*/

#navcontainer {
	display: none;
}
	
/*</group>*/


/*<group=Global Classes>*/


h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.9em;
}

.imageStyle {
}
	

/*	common list setup 	*/
ul.list, ul.list2 {
	list-style-position: outside;
	list-style-image: url('../_images/bullet-check.gif');
	list-style-type: circle;
	color: #7282AD;
	margin: 10px ;
	padding: 15px;
	text-align: left;
}

ol.list {
	font-size: 13px;
	list-style-position: outside;
	list-style-type: decimal;
	color: #333;
	margin: 5px ;
	padding: 15px;
	text-align: left;
	line-height: 1.5em;
}

ol.list ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
}

ol.list ol.list ol.list {
	list-style-type: upper-roman;
}

ol.list ol.list ol.list ol.list {
	list-style-type: lower-roman;
}


ol.list li {
	margin: 10px 0;
}


ol.list p.content{
	font-size: 100%;
}
ul.list2 {
	list-style-image: url('../_images/bullet-arrow3.gif');
}

ul.list LI {
	margin-left: 15px;
	margin-top: 10px;
	line-height: 19px;
	font-size: 80%;
	color: #777; 
}

.larger {
	font-size: 120%;
}

div.business-block {
	width: 240px;
	margin: 20px auto;
	border: #ddd double 3px;
	border-width: 3px 0;
	font-size: 12px;
	padding: 10px 75px ;
	color: #777;
}



/*</group>*/

