a {
	background-color: transparent;
	color: #850889;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #088984;
	text-decoration: underline;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	color: #161b6e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* main containers */
#container {
	background-color: transparent;
	width: 100%;
}
#headertop {
	height: 18px;
	width: 100%;
	margin: 0px;
	background: #080e88;
}

#header {
	color: #F500FC;
	height: 171px;
	width: 100%;
	background: url(images/header1R1C3.JPG) repeat-x;
}

#headerleft {
	background: url(images/header1R1C1.JPG) left;
	width: 636px;
	height: 171px;
	float: left;
}

#headerleft h2  {
	font-size: 14pt;
	padding: 80px 0 0 420px;
}

#left {
	
	text-align: center;
	width: 164px;
	color: #FFFFFF;
	float: left;
	background: transparent url(images/header1R3C1.JPG) repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#left h3 {
	padding: 0 10px 0 4px;
}

#main {
	background-color: transparent;
	color: #000000;
	margin-left: 170px;
	margin-right: 10px;
	text-align: justify;
}

div#mainfoot {
	position: relative;
	text-align: center;
}

h1 {
	font-size: 14pt;
}

h1, h2 {
	background-color: transparent;
	color: #080E88;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

h2 {
	font-size: 14pt;
}

h3 {
	background-color: transparent;
	color: #9999FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	background-color: transparent;
	color: #088880;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h5 {
	background-color: transparent;
	color: #085088;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h6 {
	background-color: transparent;
	color: #810888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

ul {
	padding: 4px 4px 4px 40px;
}
li {
	list-style-image: url('images/bullet.jpg');
	color: #080C89;
	background-color: transparent;
	font-weight: bold;
	padding: 4px 4px 5px 10px;
	vertical-align: text-top;
}

li li {
	list-style-image: url('images/bullet_sm.jpg');
	padding-left: 5px;
	color: #080C89;
	background-color: transparent;
	font-weight: bold;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Box border is primary color */
/* Box border is primaryor secondary color */
.box {
	background-color: #FFFFFF;
	color: #080E88;
	float: right;
	margin: 4px 4px 4px 4px;
	padding: 0 4px 0 4px;
	position: relative;
	text-align: left;
	width: 160px;
}
div.boxfltblue {
	border-left: thin solid #A7B0C6;
	border-right: thin solid #A7B0C6;
	border-top: thin solid White;
	border-bottom: thin solid Black;
	padding: 4px;
	float: right;
	background-color: #161c8a;
	color: #E7EDE3;
	width: 150px;
	margin: 4px;
	font-size: .8em;
}
h4.lilac {
	color: #9d9df5;
}
.flright {
	float: right;
	width: 160px;
	padding: 4px 4px 4px 4px;
}
.spacer {
	margin: 4px 4px 4px 4px;
	padding: 4px;
	border: 1px solid #9999FF;
	float: right;
	clear: right;
	width: 152px;
	
}
.clboth {
	clear: both;
}
.boxflt {
	border-left: thin solid #e3e5ff;
	border-right: thin solid #000193;
	border-top: thin solid #eaecff;
	border-bottom: thin solid #000193;
	padding: 4px 4px 4px 4px;
	float: right;
	color: #080C89;
	width: 160px;
	margin: 8px 0 8px 8px;
	background: #9999ff;
}
.green {
	color: #088880;
}
.whitebold {
	color: white;
	font-weight: bold;
}