body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #44673d url(images/backgroundMain.jpg) top left repeat-x;
	color: #666;
}

h1 { font-size: 22px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #324d46; padding: 5px 0; margin: 0; }
h2 { font-size: 16px; font-weight: bold; color: #f07211;  padding: 5px 0 0 0; margin: 0; }
h3 { font-size: 14px; font-weight: bold; color: #999;  padding: 5px 0 0 0; margin: 0; }

p { padding: 0 0 10px 0; margin: 0; line-height: 16px; }
li { padding: 0 0 10px 0; line-height: 16px; }

a { color: #f07211; font-weight: bold; text-decoration: none; }
a:hover { color: #999; }

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

/* Page Layout */
#wrapper {
	margin: 20px auto;
	width: 910px;
}

/* Header Layout */
#header {
	background: url(images/backgroundHeader.jpg) top left no-repeat;
	height: 155px;
}

	#menuMain {
		height: 25px;
		width: 570px;
		padding: 116px 0 0 55px;
		font-size: 12px;
	}
	
		#menuMain ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#menuMain li {
			display: inline;
			padding-right: 15px;
		}
		
		#menuMain a {
			color: #666;
			font-weight: bold;
			text-decoration: none;
		}
		
		#menuMain a:hover {
			color: #f07211;
		}
			
	
	#menuSub {
		height: 25px;
		width: 225px;
		padding: 116px 30px 0 0;
		float: right;
		font-size: 12px;
		text-align: right;
	}
	
		#menuSub ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#menuSub li {
			display: inline;
			padding-left: 15px;
		}
		
		#menuSub a {
			color: #999;
			font-weight: bold;
			text-decoration: none;
		}
		
		#menuSub a:hover {
			color: #666;
		}

/*Content Layout */
#content {
	background: url(images/backgroundMiddle.gif) top left repeat-y;
}

	#columnLeft {
		width: 500px;
		padding: 50px 50px 50px 55px;
	}
	
		#columnLeft p {
			text-align: justify;
		}
	
	#columnRight {
		width: 250px;
		padding: 50px 30px 50px 0;
		float: right;
	}

/*Footer Layout*/
#footer {
	background: url(images/backgroundFooter.gif) top left no-repeat;
	height: 65px;
	text-align: center;
	padding: 25px 0 0 0;
	color: #f4f4f4;
	font-size: 9px;
	clear: both;
}
	
	#footer a {
		color: #333;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #FFF;
	}
	
/* Custom Divs */

#marketLinks {
	background: #FEA;
	border: 1px solid #f07211;
}

#marketLinks ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#marketLinks li {
	margin: 10px 25px;
}

.floatedDiagramDescription {
	position: absolute;
	left: 50%;
	width: 210px;
	padding: 15px;
	border: 1px solid #a0a6a4;
	background: #dfe7e5;
	margin-left: 180px;
	display: none;
	z-index: 99;
}

.floatedDiagramPlaceHolder {
	position: absolute;
	left: 50%;
	width: 210px;
	padding: 15px;
	border: 1px solid #a0a6a4;
	background: #dfe7e5;
	margin-left: 180px;
	z-index: 98;
}

.floatedDiagramPlaceHolder ul {
	margin: 0;
	padding: 0;
}

.floatedDiagramPlaceHolder li {
	padding: 0 0 3px 0;
	line-height: normal;
	list-style: none;
	margin: 0;
}
