/* BEGIN HORIZONTAL NAV MENU  */
#navWidth {
	width: 778px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 10px;
}
/* 	*/
#nav a {
	display: block;
	color: #000000;
	font-size: 10px;
	width: 150px;
}
#nav a:hover {
	display: block;
	color: #ffffff;
}

#nav a.daddy {
	display: block;
	color: #ffffff;
	font-weight: normal;
	margin: 0 10px 2px 20px;
	width: auto;
	background: #4D4C6D;
	line-height: 12px;
}
#nav a.daddyHome {
	display: block;
	color: #ffffff;
	font-weight: normal;
	margin: 0 10px 2px 20px;
	width: auto;
	background: #4D4C6D;
	line-height: 12px;
}

#nav a.daddy:hover {
	display: block;
	color: #000000;
	width: auto;
}

#nav a.daddyHome:hover {
	display: block;
	color: #000000;
	width: auto;
}

#nav li { /* all list items */
	float: left;
	display: block;
	margin: 0;
	width: auto; /* width needed or else Opera goes nuts  */
}


#nav li ul { /* second-level lists */
	position: absolute;
	display:block;
	background: #E7E7CC;
	border: 1px solid #A2A1B7 #4D4C6D #172B02 #8D8A55;
	padding: 0;
	margin-left: 20px;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	clear: left;
	display: block;
	width: 150px;
	color: #000000;
	padding: 2px 5px;
	font-weight: normal;
	border-top: 1px solid #ffffff;
}

#nav li:hover ul, #nav li.sfhover ul { /* drop down menu items  */
	left: auto;
	color: #000000;
	display:block;
} 

#nav li:hover, #nav li.sfhover { /* main nav bar items */
	color: #000000;	
	display: block;
	background: #4D4C6D;

} 
/* END HORIZONTAL NAV MENU */

#top {
	background-image:url("http://dunet.du.edu/uts/images/stippleFull.jpg");
	background-repeat: no-repeat;
	padding: 0;
	width: 100%;
}

#top table {
	width: 100%;
	}

p,h1,h2,h3,h4,ul,ol,li,div,body,dt,dl	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

img {
	border: 0;
}

body  {
	color: #000;
	background-color: #ffffe8;
	margin: 0;
}

table td	{
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align: top;
}

#banner {
	width: 100%;
}

#banner table {
	width: 100%;
	background-image:url("http://dunet.du.edu/uts/images/homeBannerBkgrd.jpg");
	background-repeat:repeat-x;
}

.bannerLeft {
	width: 202px;
	height: 77px;
}

.bannerRight {
	width: 576px;
	height: 77px;
}

.bannerRight h1 {
	display: none;
}

.bannerRight2 {
	width: 50%;
}
.bannerLine {
	background: #c3c3c3;
	border-bottom: 1px solid #4d4c6d;
	border-top: 1px solid #ffffe8;
	padding: 0;
	height: 4px;
}
.bannerLine p {
	font-size: 2px;
	line-height: 2px;
	padding: 0;
	margin: 0;
}

.bannerLineLeft {
	background: #182B02;
	border-bottom: 1px solid #172B02;
	border-top: 1px solid #A2A1B7;
	padding: 0;
	height: 4px;
	width: 202px;
}
.bannerLineLeft p {
	font-size: 2px;
	line-height: 2px;
	padding: 0;
	margin: 0;
}
/* begin top nav bar and menu */

.topNavLeft {
	background: #4D4C6D;
	border-bottom: 1px solid #172B02;
	border-top: 1px solid #A2A1B7;
	padding: 0;
	height: 12px;
	margin: 0;
	width: 202px;
}
.topNavLeft a:link,.topNavLeft a:visited {
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
	font-size: 10px;
}

.topNav {
	background: #4D4C6D;
	border-bottom: 1px solid #172B02;
	padding: 0;
	height: 10px;
	margin: 0;
}

.topNav p {
	color: #000000;
	text-align: right;
	padding: 0 20px 0 20px;
	font-weight: bold;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
}
.topNav a:visited {
	text-decoration: none;
	color:#000;
}

.topNav a:link {
	text-decoration: none;
	color: #000;
}
.topNav a:hover {
	text-decoration: none;
	color: #ffffe8;
}

/* end top nav bar and menu */

#main {
	width: 778px;
	background: #FFF;
	margin-right:inherit;
}



p,ul,ol,li,div,dd,dt	{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}


td.DUlinks {
	font-size: 10px;
	line-height: 11px;
	text-align: right;
	padding: 5px 10px;
}
td.leftNav {
	background-color: #E7E7CC;
	border-right: 1px solid #4D4C6D;
	width: 201px;
	padding: 30px 15px 5px 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 166px;

}

.leftNav	{
	width: 166px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.leftNav p {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #8D8A55;
}

.leftNav blockquote {
	margin: 0 15px 5px 20px;
}

.leftNav a:visited  {
	color: #000000;
	text-decoration: none;
}

.leftNav a:link  {
	display: block;
	color: #000000;
	text-decoration: none;
}

.leftNav a:hover  { 
	color: #B23030;
	text-decoration: none;
}

td.DUlogo	{
	width: 235px;
	height: 32px;
}

td.content {
	background-color: #ffffe8;
	width: 550px;
	padding-left: 26px;
	padding-bottom: 15px;
}

#content p	{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding: 0;
	margin-top: 4px;
	border-bottom: none;
}

#content .noVerticalSpace {
	line-height: 12px;
	margin-top: 0;
}

/* #B23030 */
#content h1	{
    color: #B23030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 30px 0 20px 0;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #333262;
	line-height: 14px;
	margin: 5px 0px 5px 0;
}
/* #D7D7CE */
#content h2	{
	background-image: url("http://dunet.du.edu/uts/images/h2bkgrd.jpg");
	background-repeat: no-repeat;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	margin: 15px 0px 8px 0;
	padding: 5px 5px 1px 5px;
}

#content h5 {
    color: #B23030;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 8px 0px 4px 0px;
}

#content h3	{
    border: 1px dashed #CCCC99;
	border-width: 0 0 1px 0;
	padding: 0 0 2px 0;
    color: #333262;
	background: #ffffe8;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#content h6	{
    color: #000;
	background: #ffffe8;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 8px 0 4px 0;
}

#content ul,#content ol  {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

#content ul  {
	list-style-type: square;
}

#content ol  {
	list-style-type: decimal;
}

#content li  {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
    margin-top: 5px;
}

#content dl	{
    color: #000;
    margin-top: 2px;
}

#content dt	{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
    margin-top: .75em;
}

#content dd	{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
    margin-top: 5px;
}

#footer table {
	width: 100%;
}
td.footer	{
    background: url("http://dunet.du.edu/uts/images/bkgdFooter.gif");
	background-repeat: repeat-x;
	background-color: #ffffe8;
	vertical-align: middle;
	width: 100%;
	
}
td.footer p {
	margin-top: 15px;
    margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
}

/* the link text styles */

a	{
	outline: none;
}

.DUlinks a:link,.DUlinks a:visited {
	color: #000000;
	text-decoration: none;
}

.DUlinks a:hover {
	color: #B23030;
	text-decoration: none;
}

.heading a:link {
	color: #000000;
	text-decoration: none;
}
.heading a:visited {
	color: #000000;
	text-decoration: none;
}
.heading a:hover {
	color: #000000;
	text-decoration: none;
}



.content a:visited  {
	color: #533B51;
	background-color: transparent;
	text-decoration: underline;
}

.content a:link  {
	color: #06c;
	background-color: transparent;
	text-decoration: underline;
}

.content a:hover {
	color: #B23030;
	text-decoration: underline;
}

/* news box styles */

div#news {
	display: block;
	float: right;
	clear: left;
	width:168px;
	visibility: visible;
	background-color:#FFFFFF;
	background-image:url("http://dunet.du.edu/uts/images/newsBkg.jpg");
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0px;
	padding: 0 0 0 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 158px;

}
div#news .top {
	display: block;
	background-image: url("http://dunet.du.edu/uts/images/newsBkgTop.jpg");
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 8px 0;
	border-left: 0;
}

div#news .divider {
	display: block;
	border-bottom: 1px solid #A2A1B7;
	padding: 0;
	margin: 0 7px 0 0;
}

#news .header {
	display: block;
	border-bottom: 1px solid #172B02;
	border-top: 1px solid #A2A1B7;
	background-color:#4D4C6D;
	padding: 2px 5px;
	margin: 0 7px 0 0;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
}

div#news .btm {
	display: block;
	background-image: url("http://dunet.du.edu/uts/images/newsBkgBtm.jpg");
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	line-height: 12px;
	font-size: 1px;
	border-left: 0;
}

#news .nav {
	display: block;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C3C3C3;
	padding: 3px 5px 3px 8px;
	margin: 2px 7px 2px 0;
}


#news p, #news ul, #news li {
	font-size: 11px;
	line-height: 14px;
	margin: 8px 15px 8px 8px;
}

#news a:visited  {
	color: #533B51;
	background-color: transparent;
	text-decoration: none;
}

#news a:link  {
	color: #06c;
	background-color: transparent;
	text-decoration: none;
}

#news a:hover {
	color: #B23030;
	text-decoration: underline;
}

#news ul,#news li {
	list-style: outside square;
}

#news h1 {
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	margin: 4px 15px 8px 8px;
	color: #B23030;
}

.goButton {
	font-size: 11px;
	padding: 0 3px 1px 3px;
	line-height: 11px;
	background-color:#C2C1A8;
	color: #000000;
	margin: 15px 0 15px 0;
}
.selectBox,.overHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	margin: 15px 0 15px 0;
}
.smallTxt {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0;
}

.alignRight {
	text-align: right;
}
.txtBlueBkgrd {
	background-color: #4D4C6D;
	color: #FFFFFF;
}
.paleBlueBkgrd {
	background-color: #C3C3C3;
}
#staff {
	background-color: #C3C3C3;
	width: auto;
	padding: 20px;
	height: 100%;
}
#staff h1,#staff h2,#staff h3,#staff h4 {
	font-size: 14px;
	font-weight: bold;
}
.kakiBkgrd {
	background-color: #8D8A55;
}
.connInsIndent { padding-left:10px; margin-top:0px;padding-top:0px; }
.connHeadImg { margin-top:10px; }
.connHeadImgSub { margin-left:30px; margin-top:5px; }
