@charset "utf-8";
/* CSS Document */
p{
	color: #250251; 
	font: 9pt arial;
}
h1{
	color: #250251;
	font: bold 8pt Arial;
}
h2 {
	color: #250251; 
	font: 11pt Arial; 
	display:inline
}
h3 {
	color: #250251; 
	font: bold 11pt Arial;
}
h4 {
	color: #ECBC4C; 
	font: 16pt Arial; 
	letter-spacing:0.2em 
}

a{
	font-size:8pt;
	color:#250251;
}

a:hover{
	color:#F1BF4C;
}

ul{
	color:#250251;
	margin:0px;
	margin-left:-20px;
	font: 9pt arial;
}

ul strong{
	font-size:8pt;
}

.dataTable{
	border:1px solid #250251;
	border-collapse:collapse;
	color:#250251;
	font-size:8pt;
}

.dataTable th{
	background-color:#513474;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #250251;
}

.dataTable td{
	border: 1px solid #250251;
}

#homeboxes{
	list-style:none;
	margin:0px;
	margin-left:-45px;
}

#homeboxes li{
	background-image:url(../images/HomeBoxes.png);
	width:438px;
	height:103px;
	margin-bottom:15px;
	color: #250251; 
	font-family: Arial;
}

#homeboxes a{
	color:#250251;
}

#homeboxes a:hover{
	color:#F1BF4C;
}

#homeboxes li p{
	font-size:8pt;
	padding-right:100px;
	margin-left:50px;
	padding-top:10px;
}

#homeboxes li img{
	float:right;
	margin-right:40px;
	margin-top:25px;
	border:none;
}
