/* typography and colors */
html, body {
	margin: 0 auto;
	padding: 0;
}
sup {font-family:arial,helvetica,sans-serif; font-size: 1em}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
}
h1 {
	color: #0C9778;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
a {
	color: #0C9778;
}
#containerBig {
	position: relative;
	background: url('../images/header_bg_big.jpg') repeat-x;
	background-position: 0 129px;
	z-index: 1;
	margin: 0;
	padding: 0;
}
body > #containerBig {
	background-position: 0 120px;
	!background-position: 0 123px;
	margin: 0;
	padding: 0;
}
#containerSmall {
	position: relative;
	background: url('../images/header_bg_small.jpg') repeat-x;
	background-position: 0 129px;
	z-index: 1;
}
body > #containerSmall {
	background-position: 0 119px;
}
div#lines1 {
	background: #fff url('../images/lines.jpg') top repeat-x;
	height: 9px;
	width: 100%
}

#topNav {
	height: 95px;
	border: 0px solid;
}

#navLinks {
	margin: 0 0 0 0;
	padding: 0;
}

#navLinks ul {
	text-align: right;
	margin: 0 4em 0 0;
	padding: 0;
}

#flags{
  float: right;
  margin-top: -14px;
}


#navLinks li {
	list-style-type: none;
	padding: 0 1em 0 1em;
	border-left: 1px solid #0C9778;
	display: inline;
}

#navLinks a {
 text-decoration: none; 
}

#navLinks a:hover {
  text-decoration: underline;
}

#navLinks .current {
  text-decoration: underline;
}

#navLinks li:first-child {
	border: none;
}

#logo {
	padding: 20px 0 0 0;
}

/* who, how, what panel navigation */

#navbarContainer {
	margin-top: 15px;
	height: 97px;
}
.navbar {
	width: 225px;
	float: left;
}

.navbar span {
	width: 225px;
	color: #fff;
	font-size: 0.8em;
	background: #ff0000;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 0px;
}
.navbar span a { color: #fff; text-decoration: none; }

.navbar img {
}
#header {
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
div#wrap_middle {
	position: relative;
	margin: 0 auto;
	width: 692px;
	z-index: 3;
}
#contents {
	margin: 20px 0 0 0;
	overflow: hidden;
}
#mainText {
	margin: 0;
	width: 455px;
	float: left;
}
#mainText p {
	line-height: 150%;
}
#mainText b {
	color: #0C9778;
}
#rightColumn {
	float: right;
}
img {
	border: 0px;
}
#contents #nav {
	width: 245px;
}
div#footer1 {
	font-size: 0.8em;
	padding-top: 30px;
	margin: 0px auto;
	width: 692px;
}
#spanLeft {
	float: left;
}
#spanLeft a {
	color: #078C6D;
}
#spanRight {
	float: right;
}
div#lines2 {
	padding-top: 10px;
	clear: both;
	background: #fff url('../images/lines.jpg') bottom repeat-x;
	height: 9px;
	width: 100%
}



label
{
width: 5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
}

.star { color: red; font-weight: bold;}

input, textarea {
  border: 1px solid #ccc; 
}

.submit 
{
  margin-left: 5em;
  background: #0C9778;
  color: #fff;
  padding: 5px;
}
