/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg) #8e0a43;
	color: #5c2652;
	font: .7em Tahoma,Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #5c2652;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
.formbutton { 
color: #60244e; 
font-weight: bold; 
background-color: #aa3471; 
border-color: #c1c475; 
border: 1px solid; 
}
table td,  table th{
padding:5px;
}
li{
	list-style: none
}
h2{
	font-size: 1.5em;
	margin: 0 0 .5em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.1em;
	margin: 0 0 .8em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 4px;
	width: 863px
}
/*=== Header ===*/
#header{
	background: url(../images/page-top.png) no-repeat top;
	height: 285px;
	margin: 0 auto;
	padding: 0 4px;
	width: 863px
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 863px
}
#header h1 a{
	display: block;
	height: 97px;
	margin: 160px 0 5px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 14px;
	padding: 0 0 0 205px;
	text-align: center
}
#nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	padding: 0 8px 0 0
}
#nav1 li.last{
	background: none
}
#nav1 li a{
	display: block;
	float: left;
	margin: 0 6px
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) no-repeat 0 128px;
	height: 1%
}
#corners{
	background: url(../images/corners-bgr.gif) no-repeat bottom;
	height: 1%;
	padding: 0 0 15px
}
/*=== Left Column ===*/
.sidecol{
	float: left;
	width: 192px
}
/*=== Center Column ===*/
.centercol{
	float: left;
	width: 479px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	width: 192px
}
.box .top,.box .bot{
	background: url(../images/box-top1.gif) no-repeat top;
	clear: both;
	height: 128px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top;
	height: 146px
}
.box .spacer{
	background: url(../images/box-bgr.gif) repeat-y;
	display: table-cell;
	display: block;
	height: 1%;
	height: auto !important;
	height: 205px;
	min-height: 205px;
	padding: 0 30px
}
.box a{
	color: #ffffff
}
.sidecol.fr .box .top{
	background: url(../images/box-top2.gif) no-repeat top
}
.box ul{
	padding: 0 8px 0 0
}
.box li{
	padding: 0 0 10px
}
/*- Box2 -*/
.box2{
	margin: 0 0 20px
}
.box2 .top,.box2 .bot{
	background: url(../images/box2-top.gif) no-repeat top;
	clear: both;
	height: 11px;
	overflow: hidden
}
.box2 .bot{
	background: url(../images/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: url(../images/box2-bgr.gif) repeat-y;
	display: table-cell;
	display: block;
	height: 1%;
	height: auto !important;
	height: 480px;
	min-height: 480px;
	padding: 0 11px
}
.box2 img{
	display: block
}
/*- Box3 -*/
.box3{
	margin: 0 0 60px
}
.box3 .top,.box3 .bot{
	background: url(../images/box2-top.gif) no-repeat top;
	clear: both;
	height: 11px;
	overflow: hidden;
}
.box3 .bot{
	background: url(../images/box2-bot.gif) no-repeat top
}
.box3 .spacer{
	background: url(../images/box2-bgr.gif) repeat-y;
	display: table-cell;
	display: block;
	height: 1%;
	height: auto !important;
	height: 480px;
	min-height: 480px;
	padding: 10px 20px
}
.box3 img{
	display: block
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.png) no-repeat top;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 4px;
	padding: 7px 0 0;
	width: 863px;
	width: 863px
}
#footer a{
	color: #ffffff
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
hr{
	border-top: 1px solid #cccccc;
	clear: both;
	height: 1px;
	margin: 0 0 .8em;
	width: 100%
}
.fl{
	float: left
}
.fr{
	float: right
}

