@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0px;
	color: #000000;
	margin: 0px;
	font-family: Arial,Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url('images/bg_body.jpg');
	background-position:top;
	background-repeat:repeat-x;
}

.home_page
{
    padding-left:20px;
    padding-right:0px;
}
.whiteBoxWithBlueBorder
{
    border:1px solid #c4d7ff;
 
}

.pic_feature
{
    padding-top:9px;
    padding-left:8px;
}
.txtpurple
{
    color:#363c90;
    font-weight:bold;
}

img {
	border: none;
}

p {
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
	color: #3e4395;
	padding-top: 10px;
	text-transform:uppercase;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3e4395;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3e4395;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}




a:link {
	color: #024387;
	text-decoration: underline;
}

a:visited {
	color: #024387;
	text-decoration: underline;
}
a:hover {
	color: #a39161;
	text-decoration: none;
}




