/* CSS Document */

body {
	background-color: #39286C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #39286C;
}
.small{
	font-size: 70%;
}
.style1 {color: #39286C}
.white-heading {color: #FFFFFF}
li {
	list-style-image: url(images/subnav_icon.gif);
}


a:link {
	text-decoration: none;
	/*	font-weight: bold;*/
	color: #6767B4;
}
a:visited {
	text-decoration: none;
	/*	font-weight: bold;*/
	color: #6767B4;

}
a:hover {
	text-decoration: underline;
	/*	font-weight: bold;*/
	color: #6767B4;

}
a:active {
	text-decoration: underline;
	/*	font-weight: bold;*/
	color: #6767B4;
}
#footer {
	
	font-size: 85%;
	color: #39286C;
	padding-top: 0px;
	text-align: center;
}
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
}

.accent16 {
	color: #9E1B34;
	font-weight: bold;
}
.bcl a:link {font-size: 75%; text-decoration: none;}
.bcl a:hover {font-size: 75%; text-decoration: none;}
.bcl a:active {font-size: 75%; text-decoration: none;}
.bcl a:visited {font-size: 75%; text-decoration: none;}
#subnav {
	font-size: 80%;
	/*background-color: #BCB9D7;
	 border: 1px solid #39286C;*/
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39286C;
	border-right-color: #39286C;
	border-bottom-color: #39286C;
	border-left-color: #39286C; 
}
