body {
  background-color: #FFFFFF;
  background-image: url(../images/background4.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
#contentbox {
  width: 750px;
  background-color: #FFFFFF;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-y;
  border: 1px solid #999999;
  font-family: sans-serif;
}
#header {
  width: 730px;
  text-align: right;
  font-size: 10px;
  color: #BBBBBB;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header a {
  color: #BBBBBB;
  text-decoration: none;
}
#title {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner.jpg);
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}
#titleblock {
  height: 100px;
  padding-top: 50px;
  padding-left: 43px;
}
.titleblack a {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
	text-decoration: none;
}
.titleblack a:hover {
	text-decoration: underline;
}
.titlewhite {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
}
.subtitle {
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
  padding-left: 5px;
}
#nav {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 730px;
  background-image: url(../images/background2.jpg);
  background-position: top;
  background-repeat: repeat-x;
  border: 1px solid #999999;
}
#nav ul li {
  display: inline;
  height: 30px;
}
#nav ul li a {
  background-color: transparent;
  background-repeat: repeat-x;
  text-decoration: none;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  padding: 12px;
}
#nav ul li a:hover {
  background-image: url(../images/background3.jpg);
  color: #FFFFFF;
}
#main {
  width: 732px;
  color: #666666;
  font-family: san-serif;
  font-size: 12px;
  text-align: left;
}
#leftcontent {
  float: left;
  width: 200px; 
  color: #AAAAAA;
  padding-left: 10px;
}
#leftcontent ul {
	float: left;
	list-style: none;
	line-height: 20px;
}

#leftcontent ul li a {
	text-decoration: none;
}
#leftcontent ul li a:hover {
	text-decoration: underline;
}
.sideheading {
  border: 1px solid #BB7700;
  background: url(../images/background3.jpg) repeat-x;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}
.sidefooting {
  padding-top: 10px;
}
.link {
  padding-left: 5px;
  padding-top: 5px;
  text-decoration: none;
}
.link a {
  text-decoration: none;
}
.link a:hover {
  color: #FF9900;
  text-decoration: underline;
}
#maincontent {
  float: right;
  width: 480px;
  padding-right: 20px;
}
h3 a {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
	text-decoration: none;
}
h3 a:hover {
	text-decoration:underline;
}
h4 {
  font-family: arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 0px;
  text-align: left;
}
#text {
  text-align: justify;
  font-family: arial;
  font-size: 12px;
  line-height: 22px;
}
#leftcontent p {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-family: arial;
}
a {
  color: #666666;
  text-decoration: underline;
}
#footer {
  clear: both;
  font-size: 10px;
  font-family: sans-serif;
  color: #CCCCCC;
  line-height: 25px;
}
#footer a {
  color: #BBBBBB;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
img {
  border: 1px solid #999999;
  padding: 5px;
  margin: 15px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
