body {
	color: #666666;
	background: url(images/cg-logo-bg.gif) #e4eff3 no-repeat 90% 80% fixed;
	
	margin: 10px;
	padding: 0px;
	border: 0px;
	
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 14px;
}

a {
	color:  #81b4ba;
}

#container {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
}

#container #header {
	background: url(images/header.gif) no-repeat top left;
	height: 77px;
}

#menubar {
	background-color: #cccccc;
	background: url(images/menubar.gif) no-repeat top left;
	height: 23px;
	
  list-style: none;
  
	font-size: .80em;
	vertical-align: middle;
	line-height: 23px;
	text-align: left;
	padding-left: 10px;
  margin: 0px;
}

#menubar li {
  display: inline;
	padding-left: 12px;
	padding-right: 12px;
	height: 23px;
}

#menubar li:hover {
  background: url(images/selectedmenubarbg.gif) repeat-x bottom left;
	height: 23px;
}

#menubar li a {
  text-decoration: none;
  color: #666666;
}

#mainbody {
	/*background: url(images/grad.gif) no-repeat bottom right;*/
	background-color: #ffffff;
	border: solid 1px #cccccc;
	width: 700px;
	text-align: left;
}

#mainbody ul li {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#mainstory h1 {
	font-family: "Arial", sans-serif;
	color: #f6c36d;
	font-weight: 900;
	margin: 0px;
	font-size: 1.2em;
}

#secondarymenubar {
	float: left;
	width: 110px;
}

#secondarymenubar ul {
    margin: 0px;
    padding: 0px;
}

#secondarymenubar li {
  font-size: .80em;
  line-height: 1.2em;
  color: #81b4ba; 
  background-color: #f1f7f9;
  list-style-type: none;
	
	/*background: url(images/buttonbg.gif) repeat-x bottom left;*/
	/*border: solid 1px #cccccc;*/
	/*border-bottom: solid 1px #cccccc;*/
  border-bottom: solid 1px #d5d9da;
  border-right  : solid 1px #d5d9da;
  border-top: solid 1px #f7f9fb;
  border-left: solid 1px #f7f9fb;


	margin-left: 10px;
	/*margin-right: 10px;*/
	margin-bottom: 1.2em;
	padding: .4em;
  width: 80px;

  cursor: hand;
  cursor: pointer;
}

#secondarymenubar li:hover {
  background-color: #e4eff3;
}

#secondarymenubar li p {
    margin: 0px;
    padding: 0px;
}

#secondarymenubar li a {
	color: #81b4ba;
  text-decoration: none;
}

#secondarymenubar li a:hover {
/*	color: #f6c36d; */
}

#navcontext {
	background: url(images/menubarshadow.gif) no-repeat top left;
	color: #81b4ba;
	font-size: .80em;
	text-align: right;
	padding: 5px;
	/* border-bottom: solid 1px #cccccc; */
}

#navcontext ul {
    padding: 0px;
    margin: 0px;
}

#navcontext ul li {
    display: inline;
}

#navcontext ul li.notfirststep {
    padding-left: 20px;
    background: url(images/trailsep.gif) no-repeat 4px 50%;
}



#navcontext ul li p {
    display: inline;
}



#mainstory {
	border-left: solid 1px #cccccc;
	/*border-right: solid 1px #cccccc;*/
	
	padding-left: 30px;
	padding-right: 30px;

	margin-left: 110px;
	/*margin-right: 110px;*/
	line-height: 1.4em;
}

#mainstory h2 {
	font-family: "Arial Black", "Arial", sans-serif;
	font-size: .9em;
	color: #f6c36d;
	font-weight: normal;
	margin-bottom: 2px;
}

#news {
	float: right;
	width: 110px;
	
	border: solid 1px #cccccc;
	color: #666666;
	background: #e4eff3;
	
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#news h1 {
	margin: 0px;
	padding: 0px;
    color: #666666;
	font-size: 1em;
}

#news .newsentry {
	font-size: .75em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news .newsentry .newsentrydate {
	margin: 0px;
	padding: 0px;
	font-size: .75em;
	margin-bottom: 5px;
}


p.newsdate {
    margin: 0px;
    font-size: .5em;
    text-align: right;
}

#footer {
	font-family: "Courier New", "Courier", monospace;
	text-align: right;
	font-size: .60em;
  padding-top: 1em;
  clear: both;
}
#footerimages {
  float: left;
}
#footertext{ 
  padding-top: .75em;
}

a img {
    border: none;
}
