@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0;}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#330033;
	background-color:#AF9EC7;
	text-align:center;
}
a:visited {text-decoration:none; color:#49176D;}
a {
	color: #639;
	text-decoration: none;
}
flashtxt {
	font-family:Verdana, Geneva, sans-serif;
	color:#330033;
	font-size:13px;
}
#Table_01 {
	margin-right:auto;
	margin-left:auto;
	width: 800px;
}
h1 {
	color:#55237c;
	font-family:Times, serif;
	font-size:22px;
	font-weight:400;
}
h3 {color:#55237c;}
p {
	font-size:13px;
	line-height:1.3em;
}
ul {list-style-type:none}
#breadcrumb {
	font-size:11px;
	padding-bottom:4px;
}
h2 {
	font-size:16px;
	margin-bottom:1px;
}
#textchunk {
	padding-right:130px;
	font-size:12px;
}
#bigtable {
	padding:10 0 0 0px; /*was left 20*/
}
#footer {
	background:#49196e;
	/*height:35px; */
	height:100%;
	text-align:center;
	font-size:10px;
	vertical-align:text-bottom;
	color:#D2BCA5;
	padding:3px;
}
.content {	
	padding:8px 40px 0 26px; /* was left 26 */
}
.content2 {	
	padding:8px 40px 0 0; /* was left 26 */
}
.question {
	font-size:larger; 
	font-style:italic;
	line-height:2em;
}
.contentimages img {padding:4px 0;}

/* NEW CSS */
#container {min-height:600px; padding:0; margin:0 auto; width:800px;}
#container table {text-align:left;}
#header {background:url(images/header_bg.jpg) no-repeat; height:190px; width:800px;}
#header_home {background:url(images/header_bg_home2.jpg) no-repeat; height:227px; width:800px;}
#main {background:url(images/main_bgOLD.jpg) repeat-y; min-height:305px; width:800px; overflow:hidden; text-align:left;}
#sidebar {float:left; width:189px;position:relative;z-index:99;}
#content {
	float:right;
	width:610px;
	display:block;
}


/* DROPDOWN STUFF */
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 188px; /* wzs 11em */
		font-size:15px;
		font-weight:bold;
		position:relative;
		z-index:66;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.95em; /*was 1.25 */
		margin-bottom : -1px;
		width: 188px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 188px; /* was 11.05 */
		margin-top : -2.05em; /* was 1.35 */
		color: #49176C;
		width:170px;
	}
	
	#nav li ul a {padding: 0 0 0 4px;}
	#nav li ul li a {width:170px;}
	#nav li ul li ul {margin-left:170px; margin-top:-1.95em;}
	#nav li a {
		/*width: 146px;*/
		display: block;
		color: #E4DEF8;
		font-weight: 600;
		text-decoration: none;
		border :none;
		padding: 0 0 0 42px;
		background:#49176C;
	}
	
	#nav li a:hover {
		color : white;
		background:#9180AC;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
.overnav {background:#9081AA !important;}
/* for homepage */
#bigtable2 {
	width:477px;
	position:absolute;
	top:113px;
	margin-left:44px;
	clear:both;
	display:block;
	height:337px;
	/*background:url(images/WD-100_03.png);*/
}
#doubleyoo {
	position:absolute;
	left:-62px;
	top:15px;
}
#homewords {
	width:494px;
	height:83px;
	background:url(images/homewords.jpg) no-repeat;
	/*margin: 240px 0 0 95px;*/
	clear:both;
}
#homebtm {
	width:800px;
	background:url(images/WD-100_05.gif) no-repeat;
	height:226px;
	position:relative;
	padding-top:92px;
	margin-top:-55px;
}
img { behavior: url(iepngfix.htc) }