/* GENERAL STYLES */
/**
 * Master Style Sheet
 *
 * Version 1.18
 *
 * Last Updated: February 15, 2008
 *
 */

@import "reset.css";
@import "navigation.css";
@import "layout.css";

html {
	font-size: 100.01%;
}

body {
	background-color: #fff;
	color: #727272;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	min-width: 1000px;
}

pre{

	color: #727272;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	background: #fff url(../_images/wrapper_bg.gif) repeat-y left top;
	left: 50%;
	margin-left: -496px;
	position: relative;
	width: 993px;
}

#header {
	background-color: #fff;
	height: 202px;
	padding: 0 3px 0 4px;
	position: relative;
	width: 986px;
}



/* ----------------------------------------------------------------------------
	GLOBAL CONTENT RULES
---------------------------------------------------------------------------- */

#content {
	background: transparent url(../_images/content_bg.png) no-repeat left top;
	height: auto !important;
	height: 520px;
	min-height: 520px;
	padding: 0 3px 19px 4px;
	position: relative;
	width: 986px;
}
	#content a:link,
	#content a:visited,
	#content a:hover,
	#content a:active {
		color: #70af3e;
		font-weight: bold;
		text-decoration: none;
	}
	#content a:hover,
	#content a:active {
		text-decoration: underline;
	}

	#content acronym { }

	#content address {
		font-style: normal;
		margin: 0 0 17px 0;
	}

	#content big {
		font-size: 12px;
	}

	#content blockquote {
		margin: 0 30px;
	}

	#content em {
		font-style: italic;
	}

	#content form { }
		#content form button { }
			#header form button.hdr-graphic,
			#content form button.hdr-graphic {
				border: 0;
				cursor: pointer;
			}

		#content form fieldset { }
			#content form fieldset legend { }

		#content form input { }
			#header form input.text,
			#content form input.text {
				border: 1px solid #dedede;
				color: #727272;
				font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
				height: auto !important;
				height: 14px;
				min-height: 14px;
				padding: 2px 0 2px 6px;
				vertical-align: middle;
			}

		#content form label { }

		#content form select {
			min-width: 1.5em;
		}
			#content form select option { }

		#content form textarea { }
			#content form textarea.text {
				border: 1px solid #dedede;
				color: #727272;
				padding: 4px 6px;
			}

	#content h1 { }

	#content h2 {
		color: #70af3e;
		font-size: 18px;
		font-weight: normal;
		line-height: 20px;
		margin: 0 0 13px 0;
		text-transform: uppercase;
	}
		#content h2.hdr-graphic {
			height: 13px;
			margin: 0 0 15px 0;
		}

	#content h3 {
		color: #727272;
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 13px 0;
	}
		#content h3.hdr-graphic {
			height: 13px;
			margin: 0 0 7px 0;
		}

	#content h4 { }

	#content h5 { }

	#content-sidebar h6 {
		color: #00a6dd;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 4px 0;
		text-transform: uppercase;
	}

	#content hr {
		background-color: #e0eed5;
		color: #e0eed5;
		border: 0;
		height: 1px;
		margin: 0 0 13px 0;
		width: 100%;
	}

	#content img { }

	#content ol {
		list-style-type: decimal;
		margin: 0 0 17px 30px;
	}
		#content ol ol,
		#content ol ul {
			margin: 5px 0 0 30px;
		}

		#content ol li {
			margin: 0 0 7px 0;
		}

	#content p {
		margin: 0 0 17px 0;
	}

	#content small {
		font-size: 10px;
	}

	#content strong {
		font-weight: bold;
	}

	#content sub {
		height: 0;
		position: relative;
		top: .5ex;
	}

	#content sup {
		bottom: 1ex;
		height: 0;
		position: relative;
	}

	#content table {
		margin: 0 0 17px 0;
	}
	#content table.data {
		border: 0;
		border-bottom: 1px solid #bcbcbc !important;
		empty-cells: show;
		table-layout: auto;
		width: 100%;
	}
		#content table.data tr.caption th,
		#content table.data tr.caption td {
			background-color: #009ccf;
			border: 0 !important;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			padding: 4px 6px;
			text-align: center;
		}

		#content table.data tr.heading th,
		#content table.data tr.heading td {
			background-color: #e6f6f9;
			border: 1px solid #fff !important;
			border-bottom: 1px solid #bcbcbc !important;
			color: #009ccf;
			font-size: 11px;
			font-weight: bold;
			padding: 4px 6px;
			text-align: center;
		}
			#content table.data tr.heading th.first,
			#content table.data tr.heading td.first {
				border-left-color: #e6f6f9 !important;
			}
			#content table.data tr.heading th.last,
			#content table.data tr.heading td.last {
				border-right-color: #e6f6f9 !important;
			}

		#content table.data td {
			background-color: #fff;
			border-left: 1px solid #bcbcbc;
			border-right: 1px solid #bcbcbc;
			padding: 4px 6px;
		}
			#content table.data tr.shade td {
				background-color: #f2f2f2;
			}

	#content ul {
		list-style-type: square;
		margin: 0 0 17px 30px;
	}
		#content ul ul,
		#content ul ol {
			margin: 5px 0 0 30px;
		}

		#content ul li {
			margin: 0 0 7px 0;
		}

	#content ul.plain {
		list-style-type: none;
		margin: 0 0 17px 0;
	}
		#content ul.plain ul,
		#content ul.plain ol { }

		#content ul.plain li { }



/* ----------------------------------------------------------------------------
	BODY COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-body {
	display: inline;
	float: left;
	margin: 28px 0 0 236px;
	overflow: hidden;
	padding: 0 1px;
	width: 501px;
}



/* ----------------------------------------------------------------------------
	NAVIGATION COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-navigation {
	display: inline;
	float: left;
	margin: 28px 0 0 -934px;
	overflow: hidden;
	width: 185px;
}



/* ----------------------------------------------------------------------------
	SIDEBAR COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-sidebar {
	display: inline;
	float: left;
	margin: 28px 0 0 35px;
	overflow: hidden;
	width: 189px;
}



/* ----------------------------------------------------------------------------
	FOOTER CONTENT RULES
---------------------------------------------------------------------------- */

#footer {
	background: transparent url(../_images/footer_bg.png) no-repeat left top;
	clear: both;
	left: 50%;
	margin-left: -496px;
	padding: 66px 0 0 0;
	position: relative;
	width: 993px;
}
	#footer a:link,
	#footer a:visited,
	#footer a:hover,
	#footer a:active {
		color: #8ed056;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover,
	#footer a:active {
		text-decoration: underline;
	}

.comment{

}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
