/* CSS Document */

#main-body {
	margin: 0;
	padding: 0;
	float: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	z-index: 0;
	text-align: center; /* for IE5/Win */
	background-color: #FFFFFF;
}

#wrapper-a {
	width: auto;
}


#wrapper-b {
	text-align: left;
}

#wrapper-c {
	float:left;
	background-color: #FFFFFF;
}


#banner { 
display: none;

}

#banner-print { height: 1.15in;
	border-bottom: #000000 1px solid;

}

#banner-logo {display: none;
}

#headernav {
	display: none;
}

/* positions and styles the left nav */

#left-column {
	display: none;}

/* logos */
#logos { display: none;
}
/* end of logos*/

#lt-column { display: none;
}

/* homepage-specific styles */

#center-content-home {
	width: 4.5in;
}

#pg-title-home {
	background-color: #FFF;
	color: #000;
	width: 4.5in;
}

#pagetitle-inner h1{
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-home-holder {
	float: left;
}

#main-home {
	background-color: #FFFFFF;
	color: #000;
	font-size: 11pt;
	width: 4.5in;
	font-family: "Times New Roman", Times, serif;
}

#main-home .box { border: #666666 medium ridge;
background-color: #FFF;
color: #1D3E5F;
font-size: 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-home a:link { text-decoration: underline;
color: #5d65ea;
}

#main-home a:visited {text-decoration: underline;
color: #993399;
}


/* positions and styles What's New area on home page */
#rtside-head {
	display: none;
}

#rtside-head-print { display: none;
}

#rtside {
	width: 1.75in;
	position: absolute;
	top: 2in;
	left: 4.5in;
	}

#rtside-text {
	color: #1D3E5F;
	background-color: #FFF;
	font-size: 10pt;
}

#rtside-text a:link { 
	text-decoration: underline;
	color: #1D3E5F;
	font-weight: bold;
}

#rtside-text a:visited {
	text-decoration: underline;
	color: #1D3E5F;
	font-weight: bold;
}

#rtside-box {
	border: #CFD4DA 1px solid;
	padding: 10px;
	text-align: left;
	width: 2in;
	display: block;
}

#rtside-box p.hr { 
	border-bottom:#D71219 2px solid; 
	height:2px;
}

#rtside-imagebox {
	display: none;
}

/* positions and styles main content area on 2nd level page */

#center-content-2level {
	width: 7.5in;
}

#pg-title {
	background-color: #FFF;
	color: #000;
}

#pg-title h1{
	font-variant:normal;
	font-weight: bold;
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 6.5in;
	background-color: #FFFFFF;
	color: #000;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
}

#main h2 {
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#main h3 {
	font-size: 14pt;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#main .box { border: #666666 medium ridge;
	background-color: #FFF;
	color: #1D3E5F;
	font-size: 10pt;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main a:link { text-decoration: none;
	color: #5d65ea;
}

#main a:visited {text-decoration: none;
	color: #993399;
}


#footer{
	display: none;
}

