body
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/images/bodyBG.gif);
	padding-bottom: 0px;
	margin: 0px 0px 25px 0px;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-color: #000000;
}

a:hover{text-decoration:none;}


.form input
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	margin-left: 22px;
	border-left: #000000 1px solid;
	width: 206px;
	color: #000000;
	line-height: 11px;
	padding-top: 4px;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	height: 20px;
	background-color: #d1ceca;
}

textarea
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	margin-top: 7px;
	padding-left: 5px;
	font-size: 10px;
	margin-left: 22px;
	overflow: hidden;
	border-left: #000000 1px solid;
	width: 206px;
	color: #000000;
	line-height: 11px;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	height: 113px;
	background-color: #d1ceca;
}
.list {
	padding-right: 0px;
	padding-left: 16px;
	background: url(/images/redarrow.gif) no-repeat left top;
	padding-bottom: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 18px;
}	
.list a {
	color: black;
	text-decoration: none;
}
.list a:hover {text-decoration:underline;}

ul {margin:0; padding:0; list-style:none}
ul li {
	padding-right: 0px;
	padding-left: 16px;
	background: url(/images/redArrow.gif) no-repeat left top;
	padding-bottom: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
}
ul li a {
	font-family: Arial;
	font-size: 9px;
	line-height: 18px;
	color: #74726E;
	text-decoration: none;
	padding-bottom: 4px;
}
ul li a:hover {text-decoration:underline;}
ol li
{
	padding-bottom: 7px;
}
#wrap
{
	background-image: url(/images/containerBG.gif);
	margin-left: 18px;
	background-repeat: repeat-x;
	background-color: #C5C2BC;
}
#menuBar
{
	height: 45px;
}
.menuItem, .menuItemOver
{
	border-right: #ffffff 1px solid;
	font-weight: bold;
	font-size: 11px;
	width: 123px;
	line-height: 13px;
	font-family: tahoma;
	height: 45px;
	text-align: center;
}
.menuItem{}
.menuItemOver
{
	color: #ffffff;
	background-color: #000000;
}
.menuItemOver A:Hover, .menuItemOver A
{
	color: #ffffff;
	text-decoration: none;
}
.menuItem A
{
	color: #000000;
	text-decoration: none;
}
#container
{
	width: 748px;
}
.logo
{
	background-color: #ffffff;
}
.logo img { border:0px;}
.pageBody
{
	padding: 20px 20px 20px 20px;
	font-size: 12px;
	font-family: tahoma;
	vertical-align:text-top;
	line-height:14px;
}
.pageBody td {
	font-size: 12px;
	line-height: 14px;
	font-family: tahoma;
}
.pageBodyDark
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: tahoma;
	background-color: #c1beb9;
	line-height:14px;	
	vertical-align:text-top;
}
.leftDiv
{
	border-left: #E9E8E6 1px solid;
}
.topDiv
{
	border-top: #E9E8E6 1px solid;
}
.footerDevider
{background-image: url(/images/footerTop.gif);
}
.footer
{
	padding-left: 45px;
	font-size: 11px;
	color: #808080;
	padding-top: 20px;
	font-family: Tahoma;
}
/*****************************  menu stuff */
#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #73715B;
}

#dropmenudiv a
{
	padding-right: 0px;
	display: block;
	padding-left: 5px;
	padding-bottom: 1px;
	width: 100%;
	color: #ffffff;
	text-indent: 3px;
	line-height: 20px;
	padding-top: 1px;
	border-bottom: black 1px solid;
	background-color: #5a5858;
	text-decoration: none;
}

#dropmenudiv a:hover {
	/*hover background color*/
	background-color: #FF8300;
	color: #000000;
}
/*****************************  menu stuff */
.subMenu
{
	height: 35px;
}
.linkButton {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
.linkButton A:Hover
{
	color: #ffffff;
	text-decoration: underline;
}
.title
{
	padding-bottom: 9px;
}
.title BR
{
	line-height: 20px;
}


/*   ACORDION EFFECT */
dl.accordion{margin:0;padding:0;_overflow:hidden;}
dl.accordion dt {
	background: url(/images/redarrow.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	text-transform: uppercase;
}

dl.accordion dt.hover
{
	cursor: hand;
	text-decoration: underline;
}

dl.accordion dt.collapsing
{
	background: #ffffff;
}
dl.accordion dt.expanding
{
	background: #ffffff;
}

dl.accordion dd
{
	border: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin: 0px;
	overflow: auto;
	line-height: 1.4;
	padding-top: 6px;
	background-color: #DCD9D6;
}
dl.accordion dd.default	{height:auto;display:block;}
dl.accordion dd.default_close{display:none;}
/*   ACORDION EFFECT */
.gvLeftItem {
	background-position: left top;
	background-image: url(/images/redarrow.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}
.gvItem {
	text-transform: uppercase;
}
.gvItem A {
	color: #000000;
	text-decoration: none;
}
.gvItem A:Hover {
	text-decoration: underline;
}
.gvContent {
	position: absolute;
	border: 3px solid orange;
	background-color: white;
	padding: 8px;
	display: none;
	width: 400px;
	margin-left: 300px;
}
.closeButt {
	text-align: right;
}
.closeButt IMG{ border:none;}
.listItem {
	padding-right: 0px;
	padding-left: 14px;
	background: url(/images/redarrow.gif) no-repeat left 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
}
.topTinyNav
{
	font-size: 11px;
	padding-bottom: 15px;
	font-family: Tahoma;
	background-color: #ffffff;
}
.topTinyNav A
{
	color: #000000;
	text-decoration: underline;
}
.topTinyNav A:Hover
{
	text-decoration: none;
}
.readMore {
	padding-right: 0px;
	padding-left: 15px;
	font-size: 10px;
	background: url(/images/redarrow.gif) no-repeat left 7px;
	padding-bottom: 5px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 5px;
	font-family: Arial;
}
.readMore A
{text-decoration:none;color: #74726e;}
.readMore A:Hover
{
	text-decoration: underline;
}
.faqHeader
{
	font-weight: bold;
	padding-top: 10px;
}
.faqItem
{
	padding-bottom: 9px;
}
.gotoTop IMG
{ border:none;padding-right: 5px;
}
.gotoTop A
{
	font-size: 9px;
	text-transform: uppercase;
	color: #74726e;
	text-decoration: none;
}
.gotoTop A:hover
{
	text-decoration: underline;
}
.gotoTop
{
	background-position: left center;
	background-image: url(/images/faqHr.gif);
	padding-bottom: 9px;
	background-repeat: no-repeat;
	text-align: right;
}
.darker A
{
	color: #000000;
}
.divItem A
{
	color: #000000;
}
.divItem
{
	background-position: left top;
	padding-left: 19px;
	font-weight: bold;
	background-image: url(/images/mimeico_pdf.gif);
	padding-bottom: 15px;
	background-repeat: no-repeat;
}
.pix1
{
	background-image: url(/images/pagePix1.jpg);
	background-repeat: no-repeat;
}
.testauth {
	padding-left: 350px;
	font-weight: bolder;
	font-style: italic;
}


/****************************************  menu **************************/
.anylinkcss {
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 100;
	visibility: hidden;
	font: 11px/18px Verdana;
	border-left: black 1px solid;
	width: 205px;
	border-bottom: black 0px solid;
	position: absolute;
	background-color: #ff8300;
}

.anylinkcss a {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 1px;
	width: 100%;
	color: #000000;
	text-indent: 5px;
	padding-top: 1px;
	border-bottom: black 1px solid;
	text-decoration: none;
}

.anylinkcss a:hover {
	color: white;
	background-color: black;
}
/****************************************  menu **************************/
.txThumbs {
	padding-bottom: 15px;
}
.txThumbs img {
	border:none;
}




.affiliations {
	padding-right: 15px;
	padding-bottom: 25px;
}