

 
/* GENERIC STYLES 
-------------------------------------------- */
 
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
}
html>body {
	font-size: 13px;
}

a {
	text-decoration: underline;
	color:
}
/* PARAGRAPHS 
-------------------------------------------- */
 p {
 	margin: 0 0 1.5em 0;
}
address {
	font-style: normal;
}
 .small {
	font-size: 1em;	
	clear:both;
	text-align:left !important;
}

/* QUOTES
-------------------------------------------- */
 blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
 q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

 a { 
 	text-decoration: underline;
	color: #019392
}
 a:hover { 
 		text-decoration: none; 
	}

/* LIST STYLES 
-------------------------------------------- */
 ul, ol {
	margin: 0 0 1.5em 1.8em;
}
 ul {
	list-style: none;
} 
li {
		list-style: disc inside;
		padding-left: 14px;
		margin: 0.2em 0;
	}

ol {
	list-style: decimal inside;
}
 ol li {
		background: none;
		padding-left: 0;
	}

	#top #MainMenu li, ul#TreeActions li {
	list-style: none !important;
	}
		
/* HEADER STYLES 
-------------------------------------------- */


 h1 {
	margin: 0 0 1em .5em;
	font-size: 2.4em;
	line-height: 1.05em;
	font-weight: normal;
/*	text-transform:uppercase; */
	color:#444;
}
 h2 { 
	margin: 0 0 1em 0;
 	font-size: 1.9em;
 	font-weight: normal;
}	
 h3 {
	color: #01B1AF;
	margin: 0 0 0.6em 0;
	font-size: 1.6em;
	font-weight:normal;
	line-height: 1.2em;
}
 h4 {

	font-size:1em;
	color: #333;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 16px 0;
	font-weight:bold;
	text-transform:normal; 
}
h5 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin: 0 0 12px 0;
	text-transform:normal; 

}
#header h4 {
	color:#fff;
	text-align:right;
	border-bottom:none;
	width:100%;
	}
 h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
 pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
 img {
	border: none;
}
 img.right {
		float: right;
		margin-left: 20px;
	}
 img.left {
		float: left;
	}
 img.leftAlone {
		float: left;
		margin-right: 100%;
	}
img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
