/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container
{
	width: 800px;
	text-align: left;	
	margin: auto auto auto auto;

}
#notecontainer
{
	width: 600px;
	text-align: left;	
	margin: auto auto auto auto;

}

#singlecolumn
{
	width: 720px;
	float: left;
	padding: 10px;
	background-color: transparent;
}

#leftcolumn
{
	width: 200px;
	float: left;
	padding: 10px;
}

* html .leftcolumn { width: 499px; }


#rightcolumn
{
	width: 580px;
	float: left;
	padding: 10px;
	margin: 0;
}

* html .rightcolumn
{
	width: 219px; 
}

#sched
{
	width: 720px;
	float: left;
	padding: 10px;
	background-color: transparent;
}

#sched td.wk, td.wkdesc
{
	background-color: #99C;
	font-size: 110%;
	font-weight: bold;
}

#sched td.wk
{
	width: 150px;
}

#sched td.sect
{
	font-weight: normal;
	font-style: italic;
	text-align: right;
	vertical-align: top;
}
#sched td.info
{
	background-color: #CCCCCC;
	font-size: 110%;
	font-weight: bold;
}


/***********************************************/
/* Styles                                      */
/***********************************************/

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
p
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 100%;
}
p.in1
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 100%;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/officeinfobak.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
}

p.indent
{
	margin-left: 50px;
	margin-right: 50px;
}

p.quote
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 100%;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}
p.callout
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #063;
	font-weight: normal;
	font-size: 120%;
}

p.codex
{
	font-family: courier;
	margin-right: 10px;
	margin-left: 20px;
}
h5
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a:link, a:visited, a:hover
{
	color: #03C;
	text-decoration: none;
	font-weight: normal;
}

a:hover { text-decoration: underline; }

/* overrides decoration from previous rule for hovered links */

a.note:link, a.note:visited, a.note:hover
{
	font-size: 100%;
	color: #0C0;
	text-decoration: none;
}

a.note:hover { text-decoration: underline; }


/************ Page Nav styles **************/
#pageNav
{
	float: left;
	width: 170px;
	padding: 0px;
	background-color: transparent;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks
{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3
{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited
{
	display: block;
	font-size: small;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************ Global Nav styles **************/
#globalNav
{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url("glbnav_background.gif");
}


#globalLink
{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited
{
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	background-image: url("glbnav_background.gif");
}

a.glink:hover
{
	background-image: url("glblnav_selected.gif");
	text-decoration: none;
}

