body {
	margin: 0px 0px 10px 0px;
	background-color:#210e5f;
	font-family: verdana,arial,sans-serif; 
	font-weight: normal;
	font-size: 12px;
	color:#66618D;
	text-align: center; /* for IE */
/*	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}

#container { 
	background-color: #fff;
	width: 780px;
	height: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	border-top: 6px solid #210e5f;
/*	border-bottom: 8px solid #fff;*/
	padding-bottom: 8px;
}

.leftcol { 
	width:200px; 
	text-align: center;
	float: left;
	font-weight: bold;
	font-style: italic;
	margin-left: 0px;
}

.main { 
	width:510px; 
	text-align: left;
	float: left;
}

.quote {
	border-left: 1px solid #8F88D2; 
	border-right: 1px solid #8F88D2;
	width: 471px;
	padding: 0px 14px 0px 14px;
}

.quoteby {
	margin-left: 40px;
	font-size: 11px;
	margin-bottom: 50px;
}

.unsolicited {
	color: #990000;
}

.slide {
/*   position : absolute;*/
/*   visibility : hidden;*/
/*	padding-bottom: 100px;*/
}
#slide0 {
   visibility : visible;
}

body, td {
	font-family: verdana,arial,sans-serif; 
	font-weight: normal;
	font-size: 12px;
	color:#554d9e;
}

.texthead {
	font-weight:bold;
	text-align:left;
	color:#271F6F; /*322C67;*/
	font-size:14px;
	margin-left: 0px;
	margin-bottom: -6px;
}

h1 {
	font-weight:bold;
	text-align:left;
	color:#271F6F; /*322C67;*/
	font-size:14px;
	margin-left: 0px;
	margin-bottom: -2px;
	padding-top: 5px;
}

li {
	color:#322C67;
	margin-left: -24px;
	margin-top: 2px;
	list-style-image: url(images/bluedot.gif);
}

li.proj {
	padding-top: 1px;
}

.li {
	color:#554d9e;
}

.parens {
	font-size:11px;
	color:#554d9e;
}

img.fba {
	float: right;
	margin-right: 30px;
}

.caption {
	color:#322C67;
	font-size:10px;
	font-weight:bold;
	font-style: normal;
	margin-bottom: 4px;
	line-height: 200%;
}

a.caption:link, a.caption:visited {
	color:#271F6F;
	text-decoration:none;
	font-size:10px;
}
a.caption:hover, a.caption:active {
	color:#271F6F;
	text-decoration:none;
	background-color:#adfb46;
	font-size:10px;
}

a img {
	border: none; 
	text-decoration:none;
}

a:link, a:visited {
	color:#554d9e;
	text-decoration:underline;
}
a:hover, a:active {
	color:#554d9e;
	text-decoration:none;
}

/* ******** T O P ********** */

.logo {
	padding-top: 9px;
}

#top {
	background-color: #210e5f;
	float: left;
/*	border-bottom: 6px solid #adfb46;*/
	width: 100%;
/*	margin-bottom: 10px;*/
	height: 158px;
}

#topimg
{
	position:relative;
	top:-16px
}

#topright {
	margin: 26px 25px 0px 0px;
	text-align: right;
	font-style: italic;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
}

#topright a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

#topright a:hover {
	color: #adfb46;
}

#topnav {
	position: relative;
	top: 16px;
}

#topnav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	top: 200px;
}

#topnav ul li { display: inline; }

#topnav ul li a {
	color: #210e5f;
	text-decoration: none;
	float: left;
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24pt;
	width: 118px;
	height: 30px;
	background-image: url('images/taboff.gif');
	background-repeat: repeat-x;
}

#topnav ul li a:hover {
	color: #210e5f;
	background-image: url('images/tabon.gif');
	background-repeat: repeat-x;
}

#topnav ul li a.curr {
	color: #210e5f;
	background-image: url('images/tabon.gif');
	background-repeat: repeat-x;
	border-bottom: 1px #adfb46 solid;
}

#topnav ul li a.curr:hover {
	color: #271F6F;
	text-decoration: none;
}

#bottom {
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	width: 780px;
	margin: 0px auto;
	position: relative;
	padding-top: 26px;
}