html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background: #E4E4E4;
	font-size : 62.5%;
	/* makes the default font 10 pt for most browsers;
	thus every multiple in other selectors is x10 */
	/* \*/
	overflow: auto;
	/* */
}

body {
	padding:0;
	margin:0;
	border:0;
}

A:link{
	color : #FF8000;
	text-decoration : none;
}

A:visited{
	color : #FF8000;
	text-decoration : none;
}

A:active{
	color : #FF8000;
	text-decoration : none;
}

A:hover{
	color : #FF8000;
	text-decoration : underline;
}

.photo_left{
	float : left;
	margin : 8px 32px 16px 8px;
	border : thick solid Black;
}

/* =================== all HEADER related selectors ====================*/
#header {
	display:block;
	position: absolute;
	margin:0;
	top:0;
	width:100%;
	height:95px;
	z-index:5;
	font-family : Calibri, Arial, Helvetica, sans-serif;
	line-height : normal;
}

#NClogo{
	display: block;
	position: absolute;
	top:15px;
	left: 35px;
}

#banner{
	display: block;
	position: absolute;
	text-align: left;
	top: 20px;
	left: 220px;
	font-size : 400%;
	color : Navy;
	border-left : 3px solid Navy;
	padding-left : 10px;
}

#header2 {
	display: block;
	position: relative;
	width: 75%;
	top: 100px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #DCDCBA;
	margin: 0px 10px 10px 30px;
	padding: 10px 10px 10px 10px;
}

#header2 H1{
	font-size : 300%;
	font-weight : bold;	
}

#header2 p{
	font-size : 240%;
}
  
/* =================== all CONTENT related selectors ====================*/
#content {
	position: relative;
	top: 50px;
	bottom: 30px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 3px 2%;
}

#content H1{
	font-size : 300%;
	font-weight : bold;
	color : Navy;
	margin : 2em 0px 0px 0px;
	background-color : #C4C48A;
	padding : 5px 5px 5px 15px;
	width: 75%;
}

#content p{
	width: 75%;
	font-size : 240%;
	padding : 0 0 0 0.75em;
}

#content ul{
	list-style-image : url(2ArrowsBullet.png);
	list-style-position : outside;
}

#content li{
	margin : 0 0 5px 10px;
	font-size : 220%;
}

#content #level1 li{
	list-style-type : upper-roman;
	list-style-position : outside;
	width : 75%;
	margin-top : 25px;
	/* puts a little space between items */
	font-variant : small-caps;
	font-weight : bold;
	font-size : 220%;
}

#content #level2 li{
	list-style-image : url(RotatedSquare.png);
	list-style-position : outside;
	font-variant : normal;
	font-weight : normal;
	font-size : 200%;
	width : 75%;
	margin : 0 0 5px 10px;
}

#rsrchcontent{
	position : absolute;
	top : 0;
	bottom: 30px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	margin : 15px 0 30px 2%;
	padding-bottom : 50px;
}

#rsrchcontent H1{
	color: Navy;
	border-bottom-color : #ea7d24;
	border-bottom-style : ridge;
	border-bottom-width : 6px;
	border-left-color : #ea7d24;
	border-left-style : ridge;
	border-left-width : 6px;
	padding-left : 8px;
	padding-bottom : 4px;
	font-size : 400%;
}

#rsrchcontent p{
	margin-bottom : 5px;
	color : Black;
	line-height : 110%;
	padding-left : 2em;
	/* creates hanging indent with below */
	text-indent : -2em;
	width : 90%;
	font-size : 240%;
}

#rsrchcontent .topic{
	font-variant : small-caps;
	font-weight : bold;
}

#rsrchcontent ul{
	list-style-image : url(2ArrowsBullet.png);
	list-style-position : outside;
}

#rsrchcontent li{
	margin : 0 0 5px 10px;
	font-size : 220%;
}

/* =================== all FOOTER related selectors ====================*/
#footer {
	display: block;
	position:fixed;
	margin:0;
	bottom:-1px;
	width:100%;
	height:31px;
	z-index:4;
	background: #E4E4E4;
	border-top:1px solid black;
	padding-left : 10px;
	font-size : 140%;
	line-height : 125%;
	font-weight : bold;
}

#comments{
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
}

#comments a{
	background-image : url(email.png);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 20px;
}

#lastmod{
	display: block;
	position: absolute;
	text-align : right;
	top:5px;
	right: 40px;
}

#ftrtag{
	display: block;
	position: absolute;
	text-align : center;
	top:5px;
	left : 45%;
}

#cclicense{
	background-color : #FFFF99;
	color : #FF3300;
	display : block;
    font-size: 200%;
	font-weight : bold;
	line-height : 125%;
	border-color : Teal;
	border-style : ridge ridge ridge ridge;
	border-width : medium medium medium medium;
	width : 70%;
	padding-top : 5px;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	margin-top : 2em;
	margin-bottom : 2em;
}

