body{
	background: #003355;
	background-image: url('images/bg_blue.png');
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	}
#navbox {
  background:#006730;
  background-image: url('images/bg_green.png');
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 145px;
  height: 100%;
  text-align: left;
  line-height: 1.6;
  z-index:1;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CCCCCC;
}
#content {
  left: -10px;
  top: -10px;
  height: 100%;
  padding: 11px 0px 0px 10px;
}
#box {
  padding: 10px 10px 10px 10px;
  background: #CC0000;
  border: 1px #CCCC00 solid;
  margin:10em;
}
#bottom {
  background: url(../bottombg.png) repeat-x;
  margin: 0 0 0 0;
  width: 100%;
  height: 20px;
  line-height: 1.6;
  z-index: 1;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 12px;
}
.boxtext{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCC00;
}
.mainstyle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a{
	color: #FF9900;
	text-decoration: none;
	cursor:pointer;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}