img, div {
	behavior: url(/iepngfix.htc);
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #f6f5f0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin: 0;
	padding: 0;
	
	margin-bottom: 10px;
	text-align: justify;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #737d3e; /* puke green */
}

form {
	margin: 0;
	padding: 0;
}

.tab {
	background-image: url(/img/main/tab.gif);
	background-repeat: no-repeat;
	width: 114px;
	padding-top: 14px;
	height: 16px;
	text-align: center;
	float: right;
}

.tab a, .tab a:link, .tab a:visited {
	color: #737d3e;
	text-decoration: none;
}

.tab a:hover {
	text-decoration: underline;
}

.tabcurrent, .tabcurrent a, .tabcurrent a:link, .tabcurrent a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.tabcurrent a:hover {
	text-decoration: underline;
}

.clearfix {
	clear: both;
	height: 1px;
}

.newstitle {
	color: #737d3e;
	font-style: italic;
}

.newsdate {
	color: #737d3e; /* puke green */
	font-style: italic;
	font-weight: bold;
}

.newstext {
	line-height: 1em;
}

.readmore, .readmore a, .readmore a:link, .readmore a:visited {
	color: #737d3e; /* puke green */
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.readmore a:hover {
	text-decoration: underline;
}

.dashline {
	margin-top: 5px;
	height: 1px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #000;
}

.stdbutton, .stdbutton_ro {
	background-repeat: repeat-x;
	width: 90px;
	padding-top: 3px;
	height: 20px;
	float: left;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
}

.stdbutton, .stdbutton a, .stdbutton a:link, .stdbutton a:visited {
	background-image: url(/img/buttons/std.gif);
	color: #5d6257; /* dark grey */
	text-decoration: none;
}

.stdbutton_ro, .stdbutton_ro a, .stdbutton_ro a:link, .stdbutton_ro a:visited {
	background-image: url(/img/buttons/std_ro.gif);
	color: #fff; /* dark grey */
	text-decoration: none;
}

.heading40 {
	background-image: url(/img/main/heading-bg-40px.gif);
	height: 40px;
	padding-top: 8px;
	background-repeat: repeat-x;
	text-align: center;
}

.heading40text {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;

	background-image: url(/img/main/green-caret.gif);
	background-repeat: no-repeat;
	background-position: center left;

	padding-left: 25px;
}

.heading28 {
	background-image: url(/img/main/heading-bg-28px.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

.heading28text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;

	background-image: url(/img/main/white-caret.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	height: 17px;
}

.heading20 {
	background-image: url(/img/inner/heading-bg-20px.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 2px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
}

.heading20text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 5px;
}

.green14px_heading {
	color: #5d6638;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.container {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}

.textbox {
	font-size: 9px;
	border: 1px solid #1e282e;
	width: 100px;
}

.imagebarright {
	padding: 5px;
	border-right: 1px solid #adafa2;
}

.newsarchive, .newsarchive a, .newsarchive a:link, .newsarchive a:visited {
	color: #fff;
	text-decoration: none;
}

.newsarchive a:hover {
	text-decoration: underline;
}

.vertgray {
	background-image: url(/img/vertgray.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.orange_text {
	color: #f7931d;
}

.green_text {
	color: #afbd22;
}

.darkgreen_text {
	color: #14262d;
}