/* CSS Document */

body {
padding:0px;
margin:0px;
font: normal 0.9em Verdana, Arial, sans-serif;
color: #333;
/* YELLOW BG background-color:#FFDB78;*/
background-color:#7C2A83
}

.formatting {
background-color: #FFF;
border-left: 4px solid #7C2A83;
border-right: 4px solid #7C2A83;
border-bottom: 4px solid #7C2A83;
text-align:left;
vertical-align:top
}

.topNav {
background: transparent url(images/topNavBG.gif) left  repeat;
color:#FFF;
text-align:left;
font-weight:bold;
padding: 6px 0px 6px 0px
}

.topNavItem, a.topNavItem:link, a.topNavItem:visited {
color: #FFF;
text-decoration: none;
padding: 2px 15px 2px 15px;
}

a.topNavItem:hover, .topNavItemOn {
color: #000;
text-decoration: none;
padding: 2px 15px 2px 15px;
background-color:#FFF;
}



.leftNv{
text-align:left;
vertical-align:top}





#leftNav {
background-color: #EFE7F0;
color:#330099;
text-align:left;
width: 200px;
border-right: 1px solid #7C2A83;
border-bottom: 1px solid #7C2A83;
font-size: 80%;
font-weight:bold
}

.leftNavItem, a.leftNavItem:link, a.leftNavItem:visited {
display:block;
background: transparent url(images/arrowBlank.gif) left  no-repeat;
color: #330099;
text-decoration: none;
padding: 5px 5px 5px 10px;
}

a.leftNavItem:hover, .leftNavOn {
display:block;
background-color:#FFF;
color: #000;
text-decoration: none;
padding: 5px 5px 5px 10px;
}

#leftNavMain {
background-color: #D2B8D5;
color:#330099;
text-align:left;
width: 200px;
border-right: 1px solid #7C2A83;
border-bottom: 1px solid #7C2A83;
font-size: 80%;
font-weight:bold
}

.leftNavItemTitle {
display:block;
background-color: #7C2A83;
color: #FFF;
text-decoration: none;
padding: 5px 5px 5px 10px;
}

.leftNavItemMain, a.leftNavItemMain:link, a.leftNavItemMain:visited {
display:block;
background: transparent url(images/arrowBlank.gif) left  no-repeat;
color: #330099;
text-decoration: none;
padding: 5px 5px 5px 30px;
}

a.leftNavItemMain:hover, .leftNavOnMain {
display:block;
background-color:#FFF;
color: #000;
text-decoration: none;
padding: 5px 5px 5px 30px;
}

#content {
background-color: #FFF;
color:#333;
text-align:left;
vertical-align:top;
padding: 20px;
}

#width{
background-color: #FFF;
color:#FFF;
width:784px;
}

.footer {
font-size: 70%;
text-align:left;
color: #ccc;
}

h1 { font-size: 1.2em;}

.colorbold { 
color: #7C2A83; 
font-weight:bold;}

.headings { 
font-size: 1.1em; 
color:#7C2A83; 
font-weight:bold;}

#printHeader {
display:none;
}



/*Kyle*/

#nav {
	background: url('images/bg_nav.gif') repeat-x;
	height: 28px;
	margin-top: -4px;
	width: 976px;
}

#nav a:hover {
	text-decoration: none;
}

#nav ul,
#nav ul li,
#nav ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	position: relative;
	z-index: 597;
	float: left;
}

#nav ul li {
	float: left;
}

#nav ul li.hover,
#nav ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#nav ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 4px;
	padding: 0px 15px 5px 15px;
	text-align: left;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #fff;
	color: #000;
}

#nav ul li:hover ul {
	background: #af89b5;
	border-bottom: 2px solid #7c2a83;
	border-left: 2px solid #7c2a83;
	border-right: 2px solid #7c2a83;
	display: block;
	position: absolute;
	width: 220px;
	z-index: 99 !important;
}

#nav ul li ul li {
	float: left;
	width: 220px;	
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99 !important;
}

#nav ul ul li {
	float: none;
}

#nav ul li:hover > ul {
	display: block;
}


#nav ul li ul li a {
	border-bottom: 2px solid #c2a4c7;
	display: block;
	margin-top: 0;
	padding: 10px 5px 10px 10px;
	text-align: left;	
	width: 205px;
}

#nav ul li ul li:last-child a {
	border-bottom: none;
}

#nav ul li ul li a:hover {
	background: #fff;
}
