.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 18px;
	line-height: 1.5em;
}
.subheadline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 6px;
	margin: 0px 18px 0px 18px;
}

.statictext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 6px;
	margin: 0px 18px;
}


/* ***** CLASSES: GENERAL STYLES ***** */

.largetext {
	color: #242e35;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 30px;
}

.largetext a, div.largetext a:visited {
	color: #2ece00;
	border-bottom: 2px dotted #2ece00;
}

.largetext a:hover {
	background: none;
	color: #8de34c;
	border-color: #8de34c;
}

.hilite {
	font-weight: normal;
	background-color: #CAEFFE; /* brightblue */
}

.hiliteww {
	font-weight: normal;
	background-color: #E4F0C3; /* brightblue */
}

.error {
	padding-left: 2px;
	padding-right: 2px;
}

.correct {
	color: green;
	font-weight: bold; 
}

.incorrect {
	color: red;
	font-weight: bold; 
}


/* ***** BASE LAYOUT ELEMENTS ***** */


#trim {   
       /*
	border-left: 2px solid #D1E39B;
	border-right: 2px solid #8DD8F8;
	*/

        background-color: #D1E39B;
}


#container {
	margin: 0 auto;
        width: 800px;
	text-align: left;
	border-left: 2px solid #225015;/*#D1E39B*/
	border-right: 2px solid #225015;/*#8DD8F8*/
	padding-left: 12px;
	padding-right: 12px;
        background-color: #FFFFFF;
}




/* ***** HEADER LAYOUT OBJECTS ***** */


#logo {
	width: 181px;
	height: 44px;
	padding: 25px 0px 0px 20px;
}

#searchzone {
	clear: right;
	margin-top: 20px;
}

#kwelements {
	float: left;
	margin-right: 20px;
}

#locelements {
	float: left;
	margin-right: 10px;
}

#btnelements {
	float: left;
}

#searchzone input {
	margin: 0px;
	padding: 0px;
}

#searchzone .label {
	padding-top: 2px;
}

#searchzone .label a {
	font-weight: normal;
}

#bluebar {
	clear: both;
	background-color: #009FDA;
	margin-top: 22px;
	height: 18px;
	line-height: 18px;
}

#greenbar {
	clear: both;
	background-color: #225015;
        color: #fff/*#616566*/;
	font-size: 0.8em;
	/*margin-top: 22px;*/
	height: 18px;
	line-height: 18px;
        text-align : right;
	padding-right: 5px;
}

#greenbar a {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}

#greenbar a:hover {
   color: #fff;
   text-decoration: underline;
}

#page_container {
	position: relative;
	height: 1%; /*IE*/
	margin-right: 20px;
}

.pink {color: #E75F61;}

headex {
	color: #72A825;
	font: bold 220% 'trebuchet ms',verdana, sans-serif;
	letter-spacing: -.05em;
	margin: 10px 0 0 0;
	padding: 0;
}


/* ***** SEARCH RESULTS ***** */

#searchresults {
	margin: 0px 18px;
}

#searchresults .result {
/*height style is a work around for the peekaboo bug in IE/*
	height: 1%;
/* clear: right; /*???*/
	line-height: 18px;
}

#searchresults .result_side {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 11px;
}

#searchresults .result_main {
	/*padding-right: 120px;*/
	min-height: 140px;
}

#searchresults .hr {
        clear: both;
/*	clear: right;*/
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
	padding: 0px;
}

#searchresults a {
	text-decoration: underline;
}

#searchresults a: visited {
	color: #009FDA;
}


/* ***** FOOTER ***** */

#footer {
	text-align: center;
	margin-top: 15px;
	color: #999999;
}

#footer #nav {
	font-size: 15px;
}

#footer #nav a {
	color: #009FDA;
	font-size: 11px;
	font-weight: bold;
}

#footer #disclaimer {
	padding-top: 10px;
	color: #666666;
	font-size: 10px;
}

#footer #disclaimer a {
	color: #666666;
}

#footer #printdisclaimer {
	visibility: hidden;
	display: none;
}


/* ***** FORMS ***** */

input {
	margin-top: 5px;
	margin-bottom: 5px;
}

input.text {
	width: 170px;
	border: 1px solid #666666;
}

input.text-small {
	width: 30px;
	border: 1px solid #666666;
}

input.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 4px;
}

form .label {
	padding-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

/* ***** SPCONTAINER ***** */
#spcontainer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 1%; /*IE*/
}

#searchresults {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin-right: 165px;
	border-right: 1px solid #ccc;
	padding-right: 12px;
}

#shsp {
	width: 155px;
	position: absolute;
	top: -10px;
	right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #666;
	overflow: hidden;
}

#shsp * {
	margin: 0px;
	padding: 0px;
}

#shsp h4 {
	margin: 10px 0px;
	font-size: 10px;
}

#shsp div {
	margin: 10px 0px;
	color: #666;
}

#shsp a {
	color: #009FDA; /*simplyblue*/
	text-decoration: none;
}

#shsp a:hover {
	text-decoration: underline;
}

#shsp div b a {
	font-size: 11px;
}

#shsp div p {
	margin-top: 2px;
}

#shsp div a {
	font-size: 9px;
}

#shsp .hr {
	border-bottom: 1px solid #ccc;
}