/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:1.3em; /* 16×1.125=18 */
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; color: #069;  }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

sup
{
	vertical-align: top;
}

h1,
#contentbody.static h2
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
}
h2 {
		font-size: 1em;
	}

h3 {
		font-size: 1em;
	}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

div.skip,
a.skip
{
	position: absolute; left: -1000em; width: 20em;
}


/* page layout */

body {
    min-width: 920px;
    color: #000000;

/*    background: #fff url(/images/background.jpg) fixed top left no-repeat; */
/*	background: #fff url(/images/uline_18.gif) top left repeat; */


}
#bkgnd_wrapper{
	margin: 0 auto auto 100px;
	margin: 0 auto;
    width: 800px;
	width: 800px;
/*    background: #fff url(images/background.gif) top center repeat-y; 
*/
}
#container {
/*    background: #fff;
*//*    background: #fff url(/images/background.jpg) fixed top left no-repeat;
*//*    overflow: hidden;
*/
	position: relative;
}

* html #container {
	height: 1%;
}

#adsense 
{
	position: absolute;
	top: 132px;
	right: -135px;
	width: 120px;
	height: 600px;
/*	display: none; [[[---use this to hide AdSense ads across site---]]] */
}

/* styles for "static" pages */
#contentbody, #announcementbody{
	margin: 18px;
}
#contentbody h1,
#contentbody h2,
#contentbody h3,
#contentbody h4,
#contentbody h5,
#contentbody h6 {
	color: #000;
}

#announcementbody h1,
#contentbody.static h1
{
	font-size: 1.5em;
	color: #069;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

#contentbody h1,
#contentbody.static h2 
{
	color: #069;
	margin-bottom: 1em;
}

#contentbody.static h2 
{
	margin-top: 2em;
}

#contentbody h3 
{
	margin-bottom: 1.3846em;
}

#contentbody.static h3
{
	margin-bottom: 0;
}

#contentbody.static h1 strong,
#contentbody.static h2 strong,
#contentbody.static h3 strong,
.goldenrod
{
	color: #DAA520;
}

.red,
#main #tagline p.red
{
	color: #cc0000;
}

#announcementbody a.title, #announcementbody a.title:link
{
	text-decoration: none;
	color: black;
}
#announcementbody a.title_2, #announcementbody a.title_2:link
{
	text-decoration: none;
	color: black;
	/*font-weight:bold;*/
}


#announcementbody a:hover,
#announcementbody a.title_2:hover
{
	text-decoration: underline;
	color: #069;
}

#announcementbody td,
.correlation td
{
/*	padding: 5px;*/
	padding: 0;
	vertical-align: top;
	font-size: 0.9125em;
	padding-bottom: 0.6923em;
	margin-bottom: 1.3846em;
}
#announcementbody .entrydate{
	text-align: right;
	font-weight: normal;
	color: #069; 
	width: 150px;
	padding-right: 9px;
}

h3 p { display: inline; }

.blue {
/*	color: #39c; */
	color: #069;
}
.black {
	color: #000;
}

.studentauthor
{
    color: #808080; font-size: 0.9462em; font-style: italic;
}

#contentbody a.ext_link,
#articlebody a.ext_link,
#resources a.ext_link
{
	background:transparent url(/images/external.png) no-repeat scroll right center;
	padding-right:13px;
}

#contentbody.static ul#nav-content
{
	font-size: .6875em;
	list-style-type: none;
}

table.correlation td h3
{
	font-size: 1.1538em;
	line-height: 1.2em;
	display: inline;
}

table.correlation th
{
	text-align: left;
	background-color: #ccc;
}

table.correlation td.standard {
	padding: 2.7692em 0 1.3846em 0;
}

table.correlation td 
{
	padding-bottom: 1.3846em;
	border-bottom: 2px solid #ccc;
}

table.correlation th h3 
{
/*	font-size: 1.2308em;
	line-height: 1.125em;
*/}

table.correlation em a
{
	font-style: normal;
	font-weight: bold;
	color: #DAA520;
}