/*
 * blue:   #383a8f
 * greeen: #7ebe36
 */
 
body {
  margin: 0; padding: 0;
  font-family: verdana, helvetica, arial, sans-serif;
  color: #666; background-color: #7ebe36;
  font-size: 12px;
}

h1 { font-size: 140%; font-weight: bold; color: #383a8f; }

h2 { font-size: 125%; font-weight: bold; color: #383a8f; }

h3 { font-size: 110%; font-weight: bold; color: #383a8f; }

li {margin-bottom: 1em;}

#container {
  margin: 75px auto 0 auto;
  padding: 0; width: 750px; 
  background: #fff url(images/innerbkg.gif) top left repeat;
}

#homecontainer {
  margin: 75px auto 0 auto;
  padding: 0; width: 750px; 
  background-color: #fff;
}

#hdr { height: 158px; margin: 0; padding: 0; }

#nav {
  width: 400px; clear: right; float: right;
  background: transparent url(images/dots.gif) right center no-repeat;
  margin: 34px 7px 0 0; padding: 0;
}

#side {
  float: left; width: 130px;
  margin: 0; padding: 10px 0 0 15px;
  line-height: 1.5em; color: #333; 
}

#subnav { font-size: 10px;  margin: 0; padding: 0; text-align: left; }
#subnav ul { margin: 0px; padding: 0; list-style-type: none;  }
#subnav li { margin: 0px; padding: 0; width: 110px; height: 19px; }
#subnav ul li span { padding-left: 0px; } /* to adjust left margin if left justified */

#subnav a { text-decoration: none; color: #666; }
#subnav a:link.active, #subnav a:visited.active {
  display: block;
  width: 110px; height: 19px;
  text-align: center; color: #fff; font-weight: bold; 
  background: transparent url(images/bubble.gif) center center no-repeat; 
}
#subnav a:hover { color: #7ebe36; }

#subnav div { font-size: 10px; font-weight: bold; }
#subnav div a { color: #383a8f; }
#subnav a:hover.active { color: #fff; }

.hix { color: #383a8f; font-weight: bold; }

#upnav { float: right; font-size: 10px; font-weight: bold; margin: 10px 8px 0 0; }
#upnav a { text-decoration: none; }
#upnav a:link, #upnav a:visited { color: #383a8f; }
#upnav a:hover { color: #7ebe36; }
	 
#content {
  float: right; width: 570px; padding: 10px 25px 10px 10px;
  margin: 0 0 5px 0; 
  text-align: left; line-height: 1.2em;
}

#intro { width: 325px; position: relative; top: 50px; left: 390px; }
#slogancontainer {
	margin: 0px 0px 0px 135px; width: 480px; height: 23px;
	background: transparent url(images/slogan.gif) center no-repeat;
}
#slogancontainer {
	margin: 0px 0px 0px 135px; width: 480px; height: 23px;
	background: transparent url(images/slogan.gif) center no-repeat;
}
#homecontent {
  width: 750px;  margin: 35px 0 5px 0;
  text-align: left; line-height: 1.2em;
  background: #fff;
}
#homeleft {width: 300px; float: left; margin: 10px 0px 0px 0px;}
#homeright{width: 425px; float: left; margin: 10px 0px 0px 0px; }
#homelefticons {width: 300px; height:235px; background: transparent url(images/icon_language_small.gif) top left no-repeat;
}
#homeleftcontent {width: 290px; margin: 0px 0px 0px 10px;}

#ftr {
  clear: both;
  background-color: transparent;
  text-align: right; line-height: 11px;
  font: 9px verdana, sans-serif;
  margin: 15px 60px 15px 15px;
}
#ftr a:hover { text-decoration: underline; }

a { text-decoration: none; color: #7cbd35; }
a:hover   { color: #383a8f; }
a.def { text-decoration: none; color: #666; }
a.def.hover { color: #666; }


.l { float: left; margin-right: 10px; }
.r { float: right; margin-left: 10px; }
.sm { font-size: 80%; }
.fr { border: 1px solid #000; }
.btfont { font-family: "Century Gothic", verdana, sans-serif; }
.spacer { clear: both; }
.cc { font-size: 90%; background-color: #d7cdc3; }
.attn { color: #a00; }
.hi { background-color: #c0d2d1; }
.evt { margin: 15px 0; padding-bottom: 15px; border-bottom: 1px dotted #c0d2d1; }
.whitetext { color: #ffffff;}
.redtext {color:#ff0000;}
.blacktext {color:#000000;}
.formlabel {background-color: #383A8F; width: 33%; height: 30; color: #ffffff;}
.forminputfield {background-color: #7ebe36; width: 67%; height: 30; color: #000000;}
ul.nobul { list-style-type: none; }
ul.nobul li { margin: 5px 0; }

