div {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000;
	color: #ffff11;
	font-family: arial, sans-serif, arial;
}
#pageContainer {
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	margin: 0px auto -1px auto;
	width: 800px;
}
#pageHeader {
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	height: 414px;
}
#titles {
	margin: 0px;
	padding: 7px 0px 0px 100px;
	font-size: 32px;
	font-weight: bolder;
	line-height: 5px;
}
#titles1 {
	color: #eeee33;
}
#titles2 {
	color: #ffffff;
}
#menu {
	position: absolute;
	top: 362px;
	color: #000;
	height: 40px;
	width: 800px;
	text-align: center;
}
#menu a {
    text-decoration: none;
    color: #000000;
}
#menu a:hover {
    color: #333311;
    text-decoration: underline;
}
#menu ul {
    list-style-type: none;
	margin-left: -33px;
}
#menu ul li {
    display: inline;
	padding-left: 11px;
}
#menu ul li:after {
    font-weight: bold;
	padding-left: 11px;
    content: " |";
}
#menu ul li:last-child:after {
    content: "";
}

#footer {
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#mainCopy {
	width: 500px;
	margin: 0px auto -1px auto;
	font-size: 17px;
}

#advert {
	position: absolute;
	margin: 0px;
	top: 35px;
	padding-left: 410px;
	width: 160px;
}
#advert img {
	border: 0px;
	padding-bottom: 5px;
}

h2 {
	color: #fff;
	margin-top: 3px;
	margin-bottom: 4px;
}
h3 {
	margin-top: 3px;
}
.contentImage {
	float: right;
	padding: 0px 3px 5px 5px;
	font-size: 9px;
}
.contentLeft {
	float: left;
	padding: 0px 9px 0px 5px;
}
.contentImage p {
	margin: 0px;
}
.contentImage img {
	border: 1px solid #999922;
}
.lab {
	float: left;
	width: 145px;
	text-align: right;
	font-size: 14px;
	margin-right: 3px;
	font-weight: bold;
}
.data {
	float: left;
	width: 350px;
}
.cclear {
	content: ".";
	line-height: 0px;
	clear: both;
	height: 0px;
}

input, textarea {
	border: 1px solid #999922;
	margin: 3px;
	padding: 1px;
	background-color: #aaaacc;
}
#mainCopy li {
	color: #ffff77;
	font-weight: bold;
	padding-bottom: 7px;
}
#mainCopy a {
	color: black;
	color: #ffff77;
}
#mainCopy a:hover {
    color: #333311;
    text-decoration: underline;
}
.mceContentBody {
	width: 800px;
	background: #5463cf;
	font-size: 17px;
}

#mainCopy ul.subsection_tabs{
  list-style:none;
  margin:0 0 5px 0;
  padding:0;
  padding-left: 10px;
  clear:both;
  border-bottom: 1px solid #ccc;
  height:26px;
  clear:both
}
#mainCopy ul.subsection_tabs li.tab{
  float:left;
  margin-right:7px;
  text-align:center
}
#mainCopy ul.subsection_tabs li.tab a{
  display:block;
  height:20px;
  padding:3px 9px 3px 9px;
  background-color:#6767ee;
  color:#000;
  width:80px;
  text-decoration:none;
}
#mainCopy ul.subsection_tabs li.tab a:hover {
  color:#000
}
#mainCopy ul.subsection_tabs li.tab a.active{
  background-color:#5463cf;
  border: 1px solid #ccc;
  border-bottom: none;
}

.fontSizeplus1 { font-size: 110%; }
.fontSizeplus2 { font-size: 120%; }
.fontSizeplus3 { font-size: 130%; }
.fontSizeplus4 { font-size: 140%; }
.fontSizeplus5 { font-size: 150%; }
.fontSizeplus6 { font-size: 160%; }
.fontSizeplus7 { font-size: 170%; }
.fontSizeplus8 { font-size: 180%; }
.fontSizeplus9 { font-size: 190%; }
.fontSizeplus10 { font-size: 200%; }
.fontSizeminus1 { font-size: 90%; }
.fontSizeminus2 { font-size: 80%; }
.fontSizeminus3 { font-size: 70%; }
.fontSizeminus4 { font-size: 60%; }
.fontSizeminus5 { font-size: 50%; }
.fontSizeminus6 { font-size: 40%; }
.fontSizeminus7 { font-size: 30%; }
.fontSizeminus8 { font-size: 20%; }
.fontSizeminus9 { font-size: 10%; }

