#path {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0;
	padding-top: 2px;
	background-color: #F5F5F5;
}

#path .tablecontent {
	font-size: 8pt;
}

#bannerpic {
	top: 0;
	float: left;
	background-color: Navy;
	height: 122px;
	width: 20%;
}

#bannertopr {
	top: 0;
	float: left;
	background-color: Navy;
	color: white;
	height: 60px;
	margin-left: 0%;
	width: 79%;
	border-left: 1px solid Silver;
	
}

#bannertopc {
	top: 0;
	float: left;
	background-color: Navy;
	color: white;
	height: 40px;
	margin-left: 0%;
	width: 79%;
	border-left: 1px solid Silver;
	border-top-color: Silver;
	border-top-style: solid;
	border-top-width: 1px;
	border-collapse: collapse;
	vertical-align: middle;
	}

#bannertopb {
	top:0;
	float: left;
	background-color: Navy;
	color: white;
	height: 20px;
	margin-left: 0%;
	width: 79%;
	border-left: 1px solid Silver;
	border-top-color: Silver;
	border-top-style: solid;
	border-top-width: 1px;
	border-collapse: collapse;
}

#headerblock td {
	border: 3px solid rgb(192,192,192);
	background-color: navy;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	height: 100%;
	color: Black;
	margin: 0 0 0 4px;
	background: White;
	
}
.headerbar {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	background-color: Navy;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.title {
	color: white;
	font-size: 32pt;
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman";
}
.title2 {
	color: white;
	font-size: 16pt;
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman";
}
.boxedtext {
	background-color: #D6E1EE;
	width: 96%%;
	padding-left: 1%;
	padding-right: 1%;

}

.blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 3%;
	margin-right: 3%;
	text-align: justify;
	line-height: 120%;
	font-style: italic;
	border-bottom-color: Blue;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: transparent;
	border-top-color: Blue;
	border-top-style: solid;
	border-top-width: thin;
}

.mailform {
	font-family: arial;
	font-size: 10pt;
	background-color: #FFF8DC;
}

.mailform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.mailform td {
	vertical-align: top;
}

.firstpara:first-line {
	color: navy;
	font-weight: bold;
	font-variant: small-caps;
}

.pagelastmodified {
	font-size: 8pt;
	text-align: left;
}

h1 { 	
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	background-color: Navy;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    }

h2 {
	font-weight: bold;
	font-size: 14pt;
	color: navy
}

h3 {
	font-weight: bold;
	font-size: 11pt;
	color: navy;
}

h5 { border: thin solid Navy;
    background: rgb(240, 248, 255) none repeat scroll 0%;
    color: Navy;
    font-size: 12pt;
    padding-left: 3px;
    }

.subheadnavy {
	font-weight: bold;
	color: navy;
}

#masthead {	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 50px;
	background-color: Navy;
	color: White;
}
#nav {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 4px;
	width: 15%;
	background-color: #D6E1EE;
	color: black;
	border-bottom: solid Navy;
	text-align: left;
	border-right: 1px solid;
	margin-left: 0;
}
#navitem {
	border-bottom: 1px solid navy;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

ul {
	list-style-type: disc;
}


li {
	padding: 5px 5px;
	margin-left: 0;
	width: 100%;
	text-decoration: none;
	font-size: 10pt;
}
	
ul.navbar {
	list-style-type: none;
	padding: 0;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid navy;
	margin-left: 0;
}

li.navbar {
	padding: 5px 5px;
	border-top: 1px solid navy;
	font-size: 8pt;
	width: 135px;
}

.lecturetopics ul {
	list-style-type: none;
	margin-left: 0px;
	left: 0;
}

.lecturetopics li {
	margin-left: 0px;
	font-size: 10pt;
	left: 0;
}

#navbar ul {
	list-style-type: none;
	padding: 0;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid navy;
	margin-left: 0;
}

#navbar li {
	padding: 5px 5px;
	border-top: 1px solid navy;
	font-size: 8pt;
	width: 135px;
}

#navbar a.current {
	color: navy;
	border: 1px solid Navy;
}

#content {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	border-left: 1px solid;
	border-right: 1px solid;
	width: 80%;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
	min-height: 65%
}

#contentflashleft {
	clear: both;
	background-color: #DCDCDC;
	float: left;
	color: black;
	width: 120px;
	border: 1px solid Silver;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	overflow: visible;
}

#contentflashleft2 {
	clear: left;
	background-color: #DCDCDC;
	float: left;
	color: black;
	width: 120px;
	border: 1px solid Silver;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	overflow: visible;
}



#contentheadlineright {
	background-color: #F5F5F5;
	float: right;
	color: black;
	width: 150px;
	border: 1px solid Silver;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 7px;
	text-align: left;
	overflow: visible;
}

#contentheadlineright h3 {
	font-size: 11pt;
	color: red;
	font-weight: bold;
}

#contentflash1 {
	clear: right;
	background-color: #F5F5F5;
	float: right;
	color: black;
	width: 150px;
	height: 150px;
	border: 1px solid Silver;
	margin-left: 7px;
	margin-bottom: 10px;
	padding: 5px;
	overflow: visible;
	text-align: left;
}

#contentflash2 {
	clear: right;
	background-color: #F5F5F5;
	float: right;
	color: black;
	width: 150px;
	height: 150px;
	border: 1px solid Silver;
	margin-left: 7px;
	margin-bottom: 10px;
	padding: 5px;
	overflow: auto;
	text-align: left;
}
#contentflash3 {
	clear: right;
	background-color: #F5F5F5;
	float: right;
	color: black;
	width: 150px;
	border: 1px solid Silver;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 7px;
	overflow: visible;
	text-align: left;
}

.emailsmall {
	font-size: 8pt;
}

#footer {
	clear: both;
	width: 100%;

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0;
}

#container {
	height: 100%;
	width: 100%;
	bottom: 0;
	top: 0;
	right: 0;
	}

#spare {
	background-color: #D6E1EE;
	list-style-type: square;
	list-style-position: outside;
	padding: 5px 5px;
	margin-left: 0;
	width: 100%;
	text-decoration: none;
	font-size: 10pt;
}

#boxedtext {
	background-color: #D6E1EE;
	width: 96%%;
	padding-left: 2%;
	padding-right: 2%;

}

 a:link {
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
}

  a:hover { font-weight: bold;
    color: blue;
    text-decoration: underline;
    }

  a:visited {
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
}
  a:visited:hover {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
  a:active { font-weight: bold;
    color: blue;
    text-decoration: none;
    }

@media print {
input.noPrint { display: none; }
}


