* {
  padding:0;
  margin: 0;
  font-family: verdana,arial,helvetica;
  font-size: 9pt;
}

body {
  background: transparent url('/images/carbon.png') repeat;
}

#restrict {
	margin: 0 auto;
  width: 920px;
}

#header {
	height: 92px;
	margin: 0;
  padding: 15px 0px;
  background: transparent url('/images/logo.png') no-repeat center center;
}

#header h1 {
	display: none;
}

#menu {
  height: 30px;
	margin: 0px 20px;
}

.menuItem {
	float: left;
	height: 30px;
	line-height: 34px;
	width: 150px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: transparent url('/images/menu.png') no-repeat top center;
}

.menuItemSmall {
	float: left;
	height: 30px;
	line-height: 34px;
	width: 130px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: transparent url('/images/menuSmall.png') no-repeat top center;
}

#bodyTop {
  position: relative;
	top: 0;
	z-index: 25;
	height: 23px;
  background: transparent url('/images/bodyTop.png') no-repeat bottom center;
}

#body {
	position: relative;
	top: 0;
	z-index: 30;
	padding: 0px 30px;
	min-height: 250px;
  background: #ffffff url('/images/body.png') repeat-y top center;
}

#body div.mainColumn {
	float: left;
	width: 580px;
	text-align: justify;
}

#body div.rightColumn {
	float: right;
	width: 250px;
}

#body div.rightColumn img {
	margin: 2px 0;
	border: 2px solid #000000;
}

#bodyBottom {
	position: relative;
	top: 0;
	z-index: 25;
	height: 23px;
  background: transparent url('/images/bodyBottom.png') no-repeat top center;
}

#footer {
	min-height: 100px;
	margin: -10px 2px 10px 2px;
	padding: 5px 35px 15px 35px;
	background: transparent url('/images/footer.png') no-repeat bottom center;
}

div.footer {
	padding: 15px 0;
}

p.footer {
  color: #ffffff;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  color: #666666;
  margin: 10px 0px;
  text-align: center;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
  text-align: center;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  color: #000000;
}

a:link, a:visited, a:active {
  color: #000000;
}

a:hover {
  color: #eeeeee;
}

.footer a:link, .footer a:visited, .footer a:active, .menuItem a:link, .menuItem a:visited, .menuItem a:active, .menuItemSmall a:link, .menuItemSmall a:visited, .menuItemSmall a:active {
  color: #ffffff;
	text-decoration: none;
}

.footer a:hover, .menuItem a:hover, .menuItemSmall a:hover {
  color: #eeeeee;
  text-decoration: underline;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.centre {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.centered {
	text-align: center;
	width: 920px;
	margin: 0 auto;
}

.clearer {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hide {
	display: none;
}

.right {
	float: right;
}

.size25 {
  width: 25px;
}

.size50 {
  width: 50px;
}

.size75 {
  width: 75px;
}

.size100 {
  width: 100px;
}

.size125 {
  width: 125px;
}

.size150 {
  width: 150px;
}

.size175 {
  width: 175px;
}

.size200 {
  width: 200px;
}

.size225 {
  width: 225px;
}

.size250 {
  width: 250px;
}

.size275 {
  width: 275px;
}

.size300 {
  width: 300px;
}

.size325 {
  width: 325px;
}

.size350 {
  width: 350px;
}

.size375 {
  width: 375px;
}

.size400 {
  width: 400px;
}

.size425 {
  width: 425px;
}

.size450 {
  width: 450px;
}

.size475 {
  width: 475px;
}

.size500 {
  width: 500px;
}

.size525 {
  width: 525px;
}

.size550 {
  width: 550px;
}

#globalnav {
  width: 100%;
  height: 30px;
  padding: 0 0 0 8px;
  background: #fbd58c;
}

ul.makeMenu {
  width: 100%;
  height: 30px;
  background-color: transparent;
  padding-left: 0px;
  cursor: default;
  margin-left: 0px;
}

ul.makeMenu ul {
  width: 200px;
  padding: 0 10px;
  background-color: #fbd58c;
  cursor: default;
}

ul.makeMenu li {
  padding: 0 10px;
  font-weight: bold;
  list-style-type: none;
  margin: 0px;
  display: block;
  position: relative;
  float: left;
  z-index: 5;
}

ul.makeMenu li > ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -25px;
}

ul.makeMenu li > ul li {
  width: 200px;
  padding: 0 10px;
  list-style-type: none;
  margin-left: -10px;
  display: block;
  z-index: 5;
}

.noShow {
  line-height: 1px;
  height: 1px;
}

.noShowHide {
	display: none;
  line-height: 1px;
  height: 1px;
}

.makeMenu li:hover {
  background-color: #ff9900;
  color: #000000;
}

ul.makeMenu li.noHover:hover {
  background-color: transparent;
  color: #000000;
}

ul.makeMenu ul.CSStoShow {
  display: inline-block;
}
ul.makeMenu li:hover > ul {
  display: inline-block;
}

ul.makeMenu li a:link, ul.makeMenu li a:active, ul.makeMenu li a:visited {
  height: 30px;
  line-height: 30px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

ul.makeMenu li a:hover {
  height: 30px;
  line-height: 30px;
  color: #000000;
}

ul.makeMenu li:hover > a {
  height: 30px;
  line-height: 30px;
  color: #000000;
}

ul.makeMenu li span {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
}


