/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff fixed;
	color: #222222;
	padding: 0 0 45px;
	font: .75em Century Gothic,Verdana,Arial,Geneva,Helvetica,Sans-Serif
}
a{
	color: #9e499c;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #ac6ead;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png);
	border-top: 9px solid #ffffff;
	margin: 0 auto;
	padding: 0 25px;
	width: 765px
}
table td,  table th{
padding:5px;
  ...
}

.formbutton { 
color: #000000; 
font-weight: bold; 
background-color: #ac6ead; 
border-color: #ffffff; 
border: 1px solid; 
}

/*=== Header ===*/
#header{
	height: 185px;
	margin: 0 auto;
	width: 815px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	margin: 0 0 0 -10px;
	position: absolute;
	text-indent: -9999px;
	width: 271px
}
#header h1 a{
	display: block;
	height: 295px
}
#header h1 a:hover{
	text-decoration: none
}
/*- Slogan -*/
.slogan{
	height: 53px;
	overflow: hidden;
	text-align: right
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 18px;
	height: 49px;
	letter-spacing: -1px;
	margin: 136px 0 0
}
#nav1 ul{
	padding: 0 23px 0 0
}
#nav1 li{
	float: left;
	line-height: 49px;
	margin: 0 2px 0 0;
	text-align: center
}
#nav1 li a{
	background: url(../images/nav1-normal.png) no-repeat top;
	color: #ac6ead;
	display: block;
	float: left;
	height: 20px;
	padding: 9px 0 20px;
	width: 105px
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-hover.png) no-repeat top;
	color: #ffffff;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	background: #ffffff;
	border: 2px solid #0bbbb5;
	text-align: center
}
.nav2 ul{
	padding: 0 0 35px
}
.nav2 li{
	margin: 0 0 1px
}
.nav2 li a{
	color: #222222
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #222222
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y right;
	height: 1%;
	padding: 0 25px 15px 0
}
#columns-top, #columns-bot{
	height: 13px;
	overflow: hidden
}
#columns-top{
	background: url(../images/columns-top.gif) no-repeat top right
}
#columns-bot{
	background: url(../images/columns-bot.gif) no-repeat top right;
	float: right;
	font-size: 12px;
	height: 27px;
	letter-spacing: -1px;
	line-height: 20px;
	text-align: center;
	width: 541px
}
#columns-bot a{
	color: #222222
}
#columns-bot li{
	display: inline
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 55px 0 0;
	width: 194px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 0 0 0 5px;
	width: 490px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/bgr.gif);
	height: 1%;
	margin: 0 0 25px;
	padding: 10px
}
/*- Heading -*/
.hdr{
	background: url(../images/h-bgr.gif) no-repeat top;
	font-size: 14px;
	height: 76px;
	margin: -15px auto 25px;
	padding: 17px 0 0;
	position: relative;
	text-align: center;
	width: 412px
}
.hdr a{
	color: #222222
}
.hdr h2{
	font-size: 18px
}
.path{
	letter-spacing: -1px;
	margin: 0 0 15px
}
/*=== Footer ===*/
#footer{
	clear: both;
	float: right;
	font-size: 9px;
	height: 20px;
	padding: 5px 0 0;
	width: 541px
}
#footer a{
	color: #222222
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
