* { margin: 0; padding: 0; }

body {
	color: #333;
	margin: 0;
	padding: 0;
	font: 100%/140% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

/* Layout
------------------------------------------------------------------*/

#col-left, #h-nav, #headertop, #featurelink, #col-right, #footer,
#buttons {
	 display: none;
}
#col-center { padding-right: 10px; }
#logo-image { display: block; }

#latestnews dt {
	width: 80px;
	float: left;
	padding-left: 10px;
}
#latestnews dd {
	margin-bottom: 0.25em;
	margin-left: 90px;
}
#latestnews dd a { text-decoration: none; }
#latestnews dd a:hover { text-decoration: underline; }

/* Global Formatting
------------------------------------------------------------------*/
img { margin: 5px; }

a img { border: none; }

a {
	color: #5A982E;
}

a:hover {
	color: #5A982E;
	text-decoration: none;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	font: bold 1.7em Arial Narrow, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #B0011A;
	margin: 0 0 1em 0;
}
	
h3 {
	font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
	color: #457423;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	letter-spacing: 1px;
	background: url(../images/header_bg.gif) no-repeat 0 0;
}

h4 {
	margin: 0 0 0.5em 0;
	color: #B0011A;
	font: 1.25em Verdana, Arial, Helvetica, sans-serif
}

h5 {
	margin: 0 0 0.5em 0;
	color: #666;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

.more { 
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.more a, .featureitem a { text-decoration: none; }
.more a:hover, .featureitem a:hover { text-decoration: underline; }

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

p.crumbs {
	font-size: 0.9em;
	color: #457423;
	font-weight: bold;
}

p.crumbs a { font-weight: normal; }

.smallgreen {
	color: #5A982E;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
.red { color: #f00; }

/* padding */

.colwrap-right .padding { padding: 20px 10px 10px 25px; }
#col-right .padding { padding: 35px 5px 10px 17px; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0 0 2px 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cx { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cx label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cx input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #B1001C; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
