@charset "utf-8";
/* CSS Document */

body {
	background-color: #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#42444d;
	width:1000px;
	margin:0px auto;
	text-align:justify;
	line-height:18px;
}
#container{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 12px;
}
#header{
	background-color:#FFFFFF;
}
#header-left{
	float:left;
	width:248px;
}
#main-area{
	background-image: url(../images/background-v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF
}
#header-right{
	float:right;
}
#left-panel{
	float:left;
	width:448px;
	padding:32px 0px 0px 20px;
	
}
#right-panel{
	float:right;
	width:448px;
	padding:32px 0px 0px 0px;
	
}
#footer{
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:32px;
	padding:65px 20px 0px 0px;
}










p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-size:20px;
	color:#a0218c;
	font-weight:normal;
	line-height:26px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:20px;
}
li{
	background-image: url(../images/purple-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style:none;
	padding-left:12px;
	padding-bottom:5px;
}









.text-bold{
	font-weight:bold;
	color:#000000
}
.green-text-bold{
	font-weight:bold;
	color:#599f09;
}
.white-text{
	color:#ffffff;
}




