body,td,th,option,input,textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	/*letter-spacing: .04em;*/
	line-height:150%;
}
html {
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height:100%;
	/* iws */
	background-color:#e1e5a9;
	background-image:url(../graphics/common/pagebg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin-top:0px;
}
body a {
	color: #555555;
}


a.pdf { /*The background image*/
	background: url(/graphics/icons/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	color: #555555; 
}

.errtext {
	color:#FF0000;
	font-weight:bold;
}
.mytracetext
{
	color:#FFFFFF;
	background-color:#333333;
}
/*************** TOP NAV *********************/
.topcenter {
	width:980px;
}

.navtable span {
	float: right;
	padding-right:25px;
}

.navtable a {
	text-decoration: none;
	color: #765291;
	text-transform: uppercase;
	font-weight: bold;
}

.navtable a:hover {
	text-decoration: underline;
}
/*************** Begin SLIDE SHOW *********************/
/* http://jonraasch.com/blog/a-simple-jquery-slideshow */
#slideshow {
    position:relative;
    height:186px;  /* set to height of images */
	width:980px;   /* set to width of images */
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*************** End SLIDE SHOW *******************/

/*************** MAIN CONTENT *********************/
.topnav {
	margin-bottom:40px;
}
.navtable {
	margin-top:75px;
}
.leftcontent {
	width:494px;
	margin-left:147px;
	margin-right:35px;
}
.rightcontent {
	width:284px;
	margin-top:35px;
}
.contentarea {
	width:960px;
	text-align:left;
}
/*************** BOTTOM NAV *********************/
.bottomcenter {
	width:980px;
	padding-bottom:15px;
	padding-top:15px;
}
.pagetitle {
	color:#c3cf21;
	font-size:14px;
	height:35px;
	font-weight:bold;
}
.greentitletext {
	color:#c3cf21;
	font-size:14px;
	font-weight:bold;
}
.purpletext {
	color:#765291;
}
.purpletitle {
	color:#765291;
	text-transform:uppercase;
}
.homerightnav {
	color:#848c17;
	font-size:11px;
}
.homerightnav a:link, .homerightnav a:visited, .homerightnav a:hover, .homerightnav a:active {
	color:#848c17;
}
.intrightnav {
	color:#765291;
	line-height:180%;
}

