body,td,th {
	font-family: Helvetica;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #7922D7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7922D7;
}
a:hover {
	text-decoration: none;
	color: #7922D7;
}
a:active {
	text-decoration: underline;
	color: #7922D7;
}
#wrapper{
width:100%;
}
#header{
background:url(images/header_02.gif) repeat-x top;
height:141px;
width:100%;
text-align:center;
}
h1{
background:url(images/logo_02.png) top left no-repeat;
width:516px;
height:141px;
margin:0 auto;
}
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:53%;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
padding-right:5%;
padding-left:4%;
float:left;
}
#rightcolumn{
padding-left:2%;
padding-right:2%;
border-right:1px solid #ededed;
width:33%;
float:right;
}
h2{
background:url(images/h2_14.gif) bottom left no-repeat;
padding-left:20px;
font-size:20px;
margin:0;
color:#333;
font-weight:normal;
padding-bottom:3px;
}
.box{
background:top left no-repeat url(images/box_18.gif) #EEE5F8;
border:1px solid #D6C6ED;
width:90%;
padding-left:5%;
color:#B280EA;
padding-right:5%;
padding-top:10px;
padding-bottom:10px;
}
h3{
color:#7922D7;
font-size:18px;
font-weight:normal;
margin:0;
padding-bottom:2px;
background:url(images/h3_14.gif) bottom left no-repeat;
}
.footer{
width:100%;
border-top:1px solid #ccc;
padding-top:15px;
padding-bottom:15px;
text-align:center;
background:#f8f8f8;
}