	/*  General rules */
body {
	background-color: #cdc5d2;
  font-family: verdana, "lucida grande", geneva, helvetica, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
	margin: 0;
	padding: 0;
	}	
	/*  Establish general layout parameters */	 
#wrapper, #wrappersub {	
	margin: auto;
	width: 744px;  	
	background-color: #663366;
	padding: 0;
	}
#wrapper {
	background-image: url(/images/home/bgmain.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#wrappersub {
	background-image: url(/images/utilities/bgWrapper.gif);
	background-repeat: repeat-y;
	}
	
/* Specifics */
#masthead {
	height: 80px;
	background-color: #FFF;
	float: none;
}
	
#content {
margin: 20px 0 0 75px;
float: left;
width: 535px;
background-color: transparent;
}

#content p.narrow {
	width: 380px;
	}
	
#content strong {
	font-size: 14px;
	font-weight: 700;
	}
#contentsub {
	float: left;
	width: 464px;
	padding: 10px;
	background-color: #FFF;
	line-height: 1.5em;
}

#sidebar {
	width: 130px;
	float: left;
	background-color: #663366;		
}
#sidebar .sidebarImage img {
	border: none;
	}	
h3 {
	font-weight: 700;
	color: #330033;
	height: 100%;
}

#footer {
	clear: both;
	width: 722px;
	text-align: center;
	font-size: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #c3a8bd;
	}
		
#horizontalBanner {
	padding: 10px 10px;
	text-align: center;
}

#squareBanner {
	text-align: center;
	vertical-align: bottom;
}

/* LINKS */
a:link {
	color: #002769;
	}
a:active {
	color: #C02324;
	}
a:visited {
	color: #002769;
	}
a:hover {
	color: #C02324;
	}

/* NAVIGATION */
#nav {
	/*position: relative;  IE requires this */
	padding: 0 0 5px 0;
	margin: 0;
	background-color: #663366;
	float: left;
	text-align: left;
	z-index: 50;
	width: 130px;	
	font-size: 10px;
	}
#nav ul {
	border: 0;
	margin: 0;
	padding: 0;	
	}
#nav ul li {
	display: block;
	}
	
#nav ul li a, #nav ul li span {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-weight: 700;	
	padding-left: 10px;
	padding-top: 5px;	
	display: block;
		}
#nav ul li ul li a{
	font-weight: normal;
	padding-left: 15px;
	padding-top: 0;
	}
#nav ul li a:hover {/* Hover Styles */
	color: #ffdc4e;
	text-decoration: underline;
	}	
#nav a:active	{ /* active styles */
	color: #C02324;
	}	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: none; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */
#nav li:hover ul, li.over ul { /* The magic */
	display: block;
	}
#nav ul li a.on{
	background-image:  url(/images/utilities/arrow_right.gif);
	color: #ffdc4e;
	background-repeat: no-repeat;
	background-position: 1% 50%;
	}
#nav ul li ul li a.on {
	background-image: url(/images/utilities/arrow_right.gif);
	color: #ffdc4e;
	}

ul.wideListHeight li {
	padding-bottom: 1em;
	}
	

