/***************************************
General content
***************************************/
div.col-center  {
font-size: 0.8em;
color:#333;
}

div.col-center h1 {
/*font-family: 'century gothic' !important;*/
margin: 0px 0px 20px 0px;
padding: 40px 15px 10px 15px;
font-size: 1.8em;
font-weight: normal;
color:#FFF;
background-color: #eb6e08;
}

div.itemIntro  {
margin: 20px 0px 20px 0px;
padding:0px;
color:#eb6e08;
}

/*div.itemImage  {
float: right;
width: 140px;
margin: 0px 0px 1px 10px !important;
padding: 0;
}*/
		/*div.itemImage div.title {
		margin: 0;
		padding: 30px 10px 10px 10px;
		color:#FFF !important;
		font-size: 1.0em;
		text-decoration: none;
		}*/
		
		/*.mainImage img {
		float: right;
		border-top: 6px solid #b0b0b0;
		width: 50px;
		height: 145px !important;
		margin: 0px 0px 1px 10px !important;
		padding: 0;
		}*/
		
			
			


div.col-center h2, 
div.col-center h3,
div.col-center h4 {
margin: 10px 0px 0px 0px;
padding: 0px;
font-size: 1.0em;
font-weight: bold;
color:#000;
}

div.col-center p {
margin: 0px 0px 20px 0px;
}


/* indented text */
div.col-center blockquote {
margin: 0px 0px 20px 20px !important;
padding: 0px;
}

div.col-center hr {
margin: 0px 0px 10px 0px;
height: 1px;
color:#eb6e08;
background-color:#eb6e08;
/*background-position: left top;
background-image: url('../../images/acc/grey-dot.gif');
background-repeat: repeat-x;*/
}


div.Article a, 
div.Article a:visited {
color:#eb6e08;
font-weight: bold;
text-decoration: none;
	}
	div.Article a:hover {
	text-decoration: underline;
	}



div.col-center ul {
margin: 0px 0px 10px 25px;
padding: 0px;
list-style-type: disc ;
list-style-position: outside;
font-size: 1em;
}
	div.col-center ul li {
	margin: 0px;
	padding: 0px;
	}



div.col-center ol {
margin: 10px 0px 10px 33px;
padding: 0px;
list-style-type: decimal !important;
list-style-position: outside;
font-size: 1em;
}
	div.col-center ol li {
	margin: 0px;
	padding: 0px;
	}


/* achive forms */
div.col-center ul.formList {
margin: 10px 0px 10px 0px;
padding: 0px;
list-style-type: none !important;
list-style-position: outside;
font-size: 1em;
}
	div.col-center ul.formList li {
	margin: 0px;
	padding: 0px;
	}
		div.col-center ul.formList li img {
		margin: 2px 5px 0 0 !important;
		vertical-align: middle;
		}





/* Generic table */
div.col-center table {
clear: both;
width: 99%;
font-size: 1em;
}
	div.col-center table th  {
	color: #FFF;
	text-align: left !important;
	padding: 1px  2px !important;
	vertical-align: top !important;
	background-color:#eb6e08;
	border: 1px solid #FFF !important;
	}
		div.col-center table th  p {
		margin: 0px;
		color: #FFF;
		text-align: left !important;
		}
	div.col-center table td  {
	padding: 1px 2px !important;
	vertical-align: top !important;
	border: 1px solid #FFF !important;
	background-color: #EEE;
	color: #000;
	}
		div.col-center table td p {
		margin: 0px;
		}
		div.col-center table td img {
		margin: 0 0px 0px 0 !important;
		}




/* Unstyled table */
div.col-center table.nostyle {
clear: both;
width: 99%;
font-size: 1em;
}
	div.col-center table.nostyle th  {
	color: #000;
	padding: 0px  0px !important;
	vertical-align: top !important;
	background-color: #FFF;
	border: 1px solid #FFF !important;
	}
		div.col-center table.nostyle p {
		margin: 0px;
		color: #FFF;
		text-align: left !important;
		}
	div.col-center table.nostyle td  {
	padding: 0px 0px !important;
	vertical-align: top !important;
	border: 1px solid #FFF !important;
	background-color: #FFF;
	}
		div.col-center table.nostyle p {
		margin: 0px;
		}
		div.col-center table.nostyle img {
		margin: 0 0px 0px 0 !important;
		}















