body {
  margin:0;
  padding:0;
  line-height: 1.5em;
  background-image: url(/images/pixi_darkgrey.gif);
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	}
	
h1 {
	color: #fdc200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #fdc200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #fdc200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

img {
	border: 0;
}

a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
	
#content {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
	
#wrapper {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
	
#header {
	margin:0;
	color:#FFF;
	}
	
#header h1 {
	font-size:200%;
	}
	
#header a:hover {
	color:#7A2875;
	}
	
#topsection1{
	background-image: url(/images/toppic4.gif);
	background-position: top left;
  text-align: right;
}

#topsection2{
	background-image: url(/images/pic1cellbg.gif);
  background-position: top left;
}

#topsection3{
  background-image: url(/images/pixi_orange.gif);
  background-repeat: repeat-x;
  background-position: top left;
  height:20px;
}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
	
#leftcol { 
	position:relative;
	top:-10px;
	left:5px;
	float:left;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
	}
	
#rightcol {
	position:relative;
	top:-10px;
	right:0px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
	}

.sideheader {
  color: #fec200;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.25em;
	}

#rightcol p, #leftcol p  {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.25em;
}


#rightcol hr {
  width: 95%;
  }

#leftcol hr {
  width: 95%;
  align: left;
  }

#centercol {
	top:10px;
	position:relative;
	padding:0 200px;
	}
	
#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#FFF;;
	}

#footer a {
  color: #FFFF80;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
}

#footerleft {
  float:left;
  width:230px;
  background-image: url(/images/picanglebase1.gif);
  background-repeat: no-repeat;
  background-position: top right;
  height: 17px;
  border-bottom:2px #fdc200 solid;
}

#footercolumn{
  margin-left:230px;
  margin-right:0px;
  background-image: url(/images/picanglebase2.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 17px;
  border-bottom:2px #fdc200 solid;
}

#login {
  text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fdc200;
  padding-right: 10px
}

#login a{
  color: #FFFF80;
}

.centercol input
{
  color: black;
  background: #bfbfbf;
  border: 1px solid black;
  font-size: 10px;
}

.fixbutton
{
  color: #454738;
  background: #fdc200;
  border: 1px solid black;
  font-size: 10px;
  font-weight: bold; 
  width:70px; 
}

.highlight {
	color: #fdc200;
	font-weight: bold;
}

.caption {
	color: #fdc200;
	font-weight: bold;
	font-size: 8px;
  text-align: center;
  line-height: 1em;
}

.headline {
	color: #fdc200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
  line-height: 1.5em;
}

.indent {
  padding-left:10px;
}

.leftcol hr{
  width:92%;
  height:2px;
  border:0;
  color: #fdc200;
  background-color: #fdc200;
}

.image-right{ 
  float:right; 
  width:40%;
  margin: 0 10px 0 15px; 
}

.image-left{ 
  float:left;
  width:40%;
  margin: 0 15px 0 0; 
}



