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

body {
	background-color: #8a99a1;
	margin:15px auto;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#55616a;
	width:100%;
	text-align:center;
}
#page-holder{
		text-align:justify;
		margin:auto;
		width:978px
}
#container{
	padding:0px 12px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
#main-area{
	padding:20px 18px;
}
#footer{
	color:#fff;
	font-size:12px;
	text-align:right;
	padding-right:14px;
}
#home-right-panel{
	float:right;
	width:390px;
	background-image: url(../images/smile.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:20px;
}




a{
	color:#7c4099;
}
a:hover{
	color:#0d6593;
}
a img{
	border:none;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:16px
}
#main-area ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;


}
#main-area li{
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 40px;
}
h2{
	font-size:16px;
	color:#2158a3;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-bottom:1px;
}
h3{
	font-size:14px;
	color:#2158a3;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}
h4{
	font-size:14px;
	color:#7e449a;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}


.text-bold{
	font-weight:bold;
	color:#3a3c48
}
.blue-text-fourteen-bold{
	font-size:14px;
	color:#2158a3;
	font-weight:bold;
}


.form-left{
	float:left; 
	width:180px;

}
.form-right{
	float:left; 
	width:200px;
	padding-left:10px;
}


.box{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#627187;
	border:1px solid #b2bed3;
	width:190px;
	padding:2px;
}

.purple-bold{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7d2f92;
	font-weight:bold;
}
.red-bold{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#c40b0b;
	font-weight:bold;
}

