* { 
   padding: 0px; 
   margin: 0px;
}

body {
   background: #BEC2D3 url(/images/bg_fall.png) repeat-y center top;
	font: 11px / 16px "Lucida Sans Unicode", "Lucida Grande", "Geneva CE", Verdana, lucida, sans-serif;
	_behavior: url(/hover.htc);
	text-align: center;
}

a { color: #990000; }

a:hover {
	color: #000066;
	text-decoration: none;
}

a img { border: none 0px; }

html>body a[href^='mailto:'] {
	padding-right: 10px;
	background: url(/images/href_mail.png) no-repeat right top;
}

/* headers */
h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, lucida, sans-serif;
	line-height: normal;
}

h1 {
	height: 38px;
	margin-bottom: 18px;
}

h1 span { display: none; }

h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000033;
	margin: 10px 0 15px;
}

h3 {
	font-size: 18px;
	font-weight: 400;
	color: #990000;
	margin: 10px 0;
	padding-left: 15px;
	background: url(/images/arrow_l.png) no-repeat 0px 0px;
}

h3.blue {
	color: #000033;
	background-position: 0px -50px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000033;
	margin: 10px 0;
	padding-left: 15px;
	background: url(/images/arrow_l.png) no-repeat 0px -50px;
}

p { margin: 5px 0; }

address {
	font-style: normal;
	padding: 5px 0px;
}

address:hover { color: #666; }

blockquote {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

ul { list-style-type: none; }

ul li {
	margin-left: 10px;
	padding-left: 15px;
	background: url(/images/list_bg.png) no-repeat 0px 0px;
}

#bodywrapper {
	width: 784px;
	margin: 0px auto;
	background: #FFF url(/images/bg_fall_ins.png) repeat-y center top;
}
#inner {
	width: 770px;
	padding: 0 7px;
	padding-top: 77px;
	background: url(/images/bg_logo.jpg) no-repeat center top;
	text-align: justify;
}

/* header blocks */
#header-tp {
	background: url(/images/bg_header.jpg) no-repeat left top;
	height: 100px;
}

#slogan { height: 36px; }

#path {
	padding: 5px 15px;
	color: #FFF;
	border-bottom: solid 1px #FFF;
	background: #878EAB;

}
#path a { color: #FFF; text-decoration: none; }
#path a:hover { color: #000; }

/* cont. blocks  */
#wrapper {}
#wrapper div.container {
	padding: 0 15px;
	background: url(/images/bg_wrapper_top.jpg) no-repeat center top;
	min-height: 200px;
	_height: 200px;
}

#wrapper div.white { background: none; min-height: 200px; height: _200px; }


div.float-l {
	float: left;
	width: 235px;
	margin: 10px 10px 5px 0;
}

div.member {
   background: #F5F5F5;
   padding: 5px 10px 10px 10px;
   _padding-bottom: 35px;
   display: block;
   margin-bottom: 10px;
   border-bottom: solid 1px #BBB; 
   border-right: solid 1px #CCC;
}

div.member:hover { background: #FFF; }

div.member img { 
   margin: 6px 0;
   background: #FFF; 
   float: left;
   padding: 2px;
   border-bottom: solid 1px #AAA; 
   border-right: solid 1px #CCC;
}

p#list, div#list { margin-top: 15px; }

p#list a, div#list a, a.list {
	padding-left: 12px;
	margin-right: 5px;
	text-decoration: underline;
	background: url(/images/hreflist.png) no-repeat 0px -50px;
	font-weight: bold;
}

p#list a:hover, div#list a:hover, a.list:hover {
	background-position: 0px 0px;
	text-decoration: none;
}

p#list a#current, div#list a#current {
	background-position: 0px -100px;
	color: #000033;
	text-decoration: none;
}

.brown { color: #990000; }

div#box {
	border-top: solid 1px #CCC;
	padding: 2px 0px;
}

img.logo {
	float: left;
	margin-right: 10px;
}

img.left, img.right {
   padding: 2px;
   border: solid 1px #CCC;
}

img.left {
   float: left;
   margin-right: 10px;
   margin-bottom: 15px;
}

img.right {
   float: right;
   margin-left: 10px;
   margin-bottom: 15px;
}

div.study a { text-decoration: none; }
div.study a h4 { text-decoration: none; }
div.study a:hover h4 { background-position: 0px 0px; color: #990000; }

/* footer */
#footer {
	padding-top: 20px;
	margin-bottom: 0px;
	width: 784px;
	background: url(/images/bg_footer.png) no-repeat center bottom;
}
#footer div {
   text-align: right;
   display:block;
   margin: 0 7px;
   padding: 2px 5px;
   background-color: #000031;
}

#footer div a {
	color: white;
	text-decoration: none;
}

/* misc */
p.dwn {
   padding-left: 15px;
   background: url(/images/load.png) no-repeat 0 0;
}

div#sols {
   padding: 10px 0;
   margin: 10px 0 0 0;
}

p#aesc {
   padding: 5px 0 20px 95px;
   margin: 10px 0 0 0;
   background: url(/images/uimages/aesc.png) no-repeat;
}

p#aesc-f {
   padding-top: 85px;
   margin-left: 10px;
   width: 165px;
   float: right;
   text-align: center;
   background: url(/images/uimages/aesc.png) no-repeat center top;
}

dl, dt { list-style-type: none; }
div#newsbox {}
div#newsbox dt {
	cursor: pointer;
	padding: 5px 15px;
	border-bottom: solid 1px #EEE;
	font-weight: bold;
	background: url(/images/hreflist.png) no-repeat 0px 5px;
}

div#newsbox dt:hover { color: #990000; }
div#newsbox dt.closed { border-bottom: solid 1px #EEE;}
div#newsbox dt.active {
	border-bottom: solid 1px #EEE;
	color: #990000;
	background-position: 0px -45px;
}
div#newsbox dd {
   display: none;
   border-bottom: solid 1px #CCC;
   padding-bottom: 5px;
}
div#newsbox dt span { 
   color: #333; 
   display: block;
   font-weight: normal;
}
div#newsbox dd.vsb { display: block;}
div#newsbox dd.hdn { display: none;}

div#newsbox h2 {
   margin: 0 0 10px 0;
   padding-top: 0;
}

div.hilite { margin-top: 20px; }

div.block {
   display: block;
   margin-top: 3px;
   margin-left: 105px;
   clear: right;
}
div#cnt { display: none; }

/*  blackjam's from here */
p.level-1 {
	margin-left: 2em;
}

p.level-2 {
	margin-left: 4em;
}

p.level-3 {
	margin-left: 6em;
}

p.level-4 {
	margin-left: 8em;
}

.decenthead {
	color: #848EAD;
}