/*---- Layout ----*/
html
{
	padding: 0;
	margin: 0;
	min-height: 500px;
	height: 100%;
}


div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}

.clear
{
	float: none;
}

em 
{
	font-size: 90%;
	
}

#oldbrowser
{
	text-align: center;
}

/*** Masthead ***/
.bannerPic
{
	/*display: inline;*/
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bawscrawl.jpg) 0 0 no-repeat;
	height: 277px;
	width: 770px;
}

#masthead h1 {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bawscrawl.jpg) 0 0 no-repeat;
	height: 277px;
	width: 770px;

}

#masthead h2.logo
{
	/*display: inline;*/
	background: #000000 url(../images/coverlogo.gif) left 5px no-repeat;
	height: 45px;
	position:relative;
	top:0;
	width: 770px;
	padding: 0 0 10px 0;

}

#masthead h2.logo2010
{
	/*display: inline;*/
	background: #000000 url(../images/coverlogo2010.gif) left 5px no-repeat;
	height: 45px;
	position:relative;
	top:0;
	width: 770px;
	padding: 0 0 10px 0;

}

#masthead h1, #masthead h2.logo, #masthead h2.logo2010
{
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -10000px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
/** left column *****/
#leftcolumn
{
	margin-right: -199px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 199px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	/*margin-left: 199px;*/
	margin-left: 199px;
}

#innerLeftColumn, #innerFooter
{
	padding: 10px 5px 10px 5px;
}

#innerContentColumn 
{
	padding: 20px 10px 10px 10px;
}

#footer
{
	clear: left;
	width: 770px;
}
#innerFooter
{
	text-align: left;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #fff;
}
#footer
{
	border-top-width: 1px;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}

#innerLeftColumn
{
	/*border-right-width: 1px;*/
	background:transparent url(../images/gradient1.gif) no-repeat top left;
	height: 100%;
	min-height: 100%;
}
#contentColumn
{
	/*border-left-width: 1px;*/
	background:transparent url(../images/gradient2.gif) no-repeat top left;
	/*height: 100%;*/
	/*min-height: 400px;*/
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
	text-align:center;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 550px;
	width: 770px;
	text-align:left;
	height: 100%;
	min-height: 500px!important; /*** IE height fix **/
}
.hide
{
	display: none;
}

.spacer 
{
	padding: 10px 0 0 0;
}

.spacer1
{
	padding: 5px 0 0 0;
}

.spacer2 
{
	padding: 15px 0 0 0;
}

span
{

}

.indent 
{
	margin: 0 0 0 80px;  
	top: -18px;
	font-weight:normal;
	text-align:left;
	display: block;
	width: 460px;
	position: relative;
}  

p.nowt
{
	margin: 0;
	padding: 0;
}

.indent2
{
	margin: -18px 0 0 120px;  
	font-weight:normal;
	text-align:left;
	display: block;
}

.nb 
{
	font-size: 80%;
}

.nb2 
{
	font-size: 85%;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin:0px;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}


.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

#innerContentColumn ul.disc 
{
	list-style-type: decimal;
	list-style-position: outside;
}
#innerContentColumn ul li
{
	padding-right:50px;
	padding-bottom:5px;
}

#innerContentColumn ul#downloads li
{
	margin-left: -10px;
}

#innerContentColumn ul.syllabus li
{
	list-style-type: decimal;
	margin-left: -10px;
}