body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/background.jpg);
	font-family:"Palatino Linotype", Georgia, Times New Roman, Times, serif;
	font-size:17px;
	line-height:22px;
	color:#000;
}

#header
{
	margin:10px 0px 10px 0px;
	width:970px;
}

#container
{
	width:946px;
	text-align:left;
	background-image:url(../images/bg.png);
	border:1px solid #fff;
	margin:0px 0px 30px 0px;
}
#banner
{border-bottom: 1px solid #cdcdcd;}
h1
{
	font-family:Georgia, Times New Roman, Times, serif; font-size:30px; font-weight:normal; margin:10px 0px 25px 0px; color:#4f1073;
}
#navigation
{
	background-color:#8835b7;
	width:900px;
	height:36px;
	color:#fff;
	background-image:url(../images/nav_bg.png);
}
#navigation ul
{
	margin:0px;
	padding:0px;
}
#navigation ul li
{
	float:left;
	list-style-type:none;
}
#navigation ul li a
{
	color:#fff;
	display:block;
	padding:8px 53px 0px 53px;
	height:28px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}
#navigation ul li a:hover
{
	background-color:#c13894;
	background-image:url(../images/nav_bg_over.png);
}
.selected{	background-image:url(../images/nav_bg_over.png);}

#bodyArea
{
	padding:15px;
}
.rightColumn
{
	float:right;
	width:375px;
}
.leftColumn
{
	margin-right:400px;
	text-align:justify
}
.left{float:left}
.right{float:right}
.clear{clear:both}

#footer
{
	clear:both;
	background-color:#963dbf;
	padding:7px 0px 7px 0px;
	text-align:center;
	color:#fff;
	font-size:14px;

}
#footer a
{
	color:#fff;
	padding:0px 5px 0px 5px;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
.txtfield{background-color:#f2f2f2; border:1px solid #963dbf; font-size:12px; font-family:Arial, Helvetica, sans-serif; width:250px; padding:4px; color:#474746;}

.imgBorder{border:double #939393}

.listing li{list-style-image:url(../images/icon.png)}

.link{
	color:#ee6110;
	text-decoration:none;
}
.link:hover
{
	text-decoration:none;
	color:#000;
}
#box{width:370px;}
.centerBg{background-image:url(../images/center.png); background-repeat:repeat-y; padding:0px 20px 0px 20px}
h3{margin:0px; padding:0px; font-size:25px; color:#913e0e}
.red{color:#FF0000}