body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #FFFDFD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B280EA;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #B58DBE;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #701E72;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #701E72;
	font-weight: bold;
}
#wrapper{
width:100%;
}


h1 span{
display:none;
}
#nav{
	width:100%;
	background:#F8F8F8;
	border-bottom:1px solid #ccc;
}
#nav ul {
  margin:0;
  font-size:16px;
  padding:15px 50px 0;
  background:#f8f8f8;
  list-style:none;
  }
#nav li {
  float:left;
  background:url(images/left_09.gif) no-repeat left top;
  margin-right:10px;
  padding:0 0 0 9px;
    border-bottom:1px solid #ccc;
  }
#nav a {
  float:left;
  display:block;
  background:url(images/right_10.gif) no-repeat right top;
  padding:5px 17px 7px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#969696;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#353535;
  text-decoration:underline;
  }
#nav #current {
    background:url(images/left_09.gif);
  }
#nav #current a {
  background-image:url(images/right_10.gif));
  color:#333;
  padding-bottom:9px;
  }
 .clear{
 clear:both;
 }
#content{
width:93%;
padding-top:20px;
padding-right:2%;
padding-left:5%;
padding-bottom:20px;
}
#leftcolumn{
	width:63%;
	border-left:1px solid #e4e3e3;
	border-right:1px solid #e4e3e3;
	padding-right:5%;
	padding-left:4%;
	float:left;
}
#rightcolumn{
padding-left:2%;
padding-right:2%;
border-right:1px solid #e4e3e3;
width:23%;
float:right;
}
h2{
	background:url(images/h2_14.gif) bottom left no-repeat;
	padding-left:0px;
	font-size:20px;
	margin:0;
	color:#701E72;
	font-weight:normal;
	padding-bottom:3px;
}
.box{
background:top left no-repeat url(images/box_18.gif) #EEE5F8;
border:2px solid #D6C6ED;
width:90%;
padding-left:5%;
color:#B280EA;
padding-right:5%;
padding-top:10px;
padding-bottom:10px;
}
h3{
	color:#B280EA;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding-bottom:2px;
	background:url(images/h3_14.gif) bottom left no-repeat;
}
.footer{
	width:100%;
	padding-top:0px;
	padding-bottom:20px;
	text-align:center;
	background-image: url(images/footerbackground.png);
	background-repeat: repeat-x;
}
.banner1 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/headerbackground.png);
	background-repeat: repeat-x;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c476c6;
	border: 1px solid #701e72;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}