body {
	font-family: "verdana", arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}

a {
	color: #000064;
}

a:hover {
	text-decoration: underline;
	color: #1CD4FD;
}

img {
	display: block;
}
a img {
	border-style: none;
}

.header {
	background-color:#FFFFFF;
	border-bottom : solid 2px #00A7E7;
	width : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
}

.header img {
	border:none;
	float : left;
	margin : 0px 0px 0px 0px;
}

.body {
	margin : 60px 0px 0px 0px;
}

div.navbar {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.navbar div.navbarcontainer {
	border-top: solid 2px #0296CF;
	border-bottom: solid 2px #0296CF;
}

.navbar table {
	table-layout: fixed;
	font-family: "verdana", arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 600px;
	border: none;
	background-color: #0296CF;
	border-collapse: collapse;
}

.navbar tr {
	text-align: center;
}

.navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.navbar td {
	border-left: solid 1px #FFFFFF;
	color: black;
}

.navbar td.noborder {
	border-left: none;
}

.intro table {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.section {
	width: 580px;
	background-color: #EBF8FD;
	border: solid 10px #EBF8FD;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.section h1 {
	font-family: "verdana", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #016E98;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 13px;
	margin: 5px 0px 20px 0px;
	border-bottom: solid 1px #A4ADB1;
	width: 100%;
}

.section h2 {
	font-family: "verdana", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 10px 0px;
	line-height: 12px;
}

.section ul {
	list-style-type: square;
	color: #A4ADB1;
	margin: 1px 0px 1px 40px;
	padding: 0px;
}

.section ul li span {
	color: #000000;
}

.section table {
	border-spacing: 0px;
	background-color: #DDF3FC;
	border: none;
	padding: 0px;
	text-align: justify;
	empty-cells: show;
	width: 100%;
	border-collapse: collapse;
}

.section td {
	padding: 5px;
	vertical-align: top;
}

.section td.linklist {
	text-align: center;
	vertical-align: bottom;
	font-weight: normal;
	color: #505556;
}

.section table a {
	color: #016E98;
	font-weight: bold;
	text-decoration: none;
}

.section table a:hover {
	color: #1CD4FD;
	text-decoration: underline;
}

div.tablecontainer {
	border: solid 10px #EBF8FD;
}

.section table.contact {
	background-color: #DDF3FC;
	padding: 10px;
	border-spacing: 0px;
	width: 100%;
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	text-align: left;
}

.section table.contact a {
	color: #016E98;
	text-decoration: underline;
	font-weight: normal;
}	
.section table.contact a:hover {
	color: #1CD4FD;
	text-decoration: underline;
	font-weight: normal;
}

.section table.contact td {
	padding: 2px;
}

.section table.contact td.splitterleft {
	border-right: solid 1px #A4ADB1;
	width: 10px;
}
.section table.contact td.splitterright {
	width: 10px;
}

div.contactcontainer {
	border: solid 10px #DDF3FC;
}

.section table.bibtex {
	padding: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.section table.bibtex td {
	padding: 0px;
	font-family: 'Courier-New', courier, monospace;
	text-align: left;
	vertical-align: top;
}

.footer table {
	width: 100%;
	border: none;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.footer td {
	padding: 0px;
	vertical-align: bottom;
}

div.hangingindent {
	margin: 0px 0px 0px 50px;
	text-indent: -45px;
}

.largefont {
	font-size: 23px;
}

table.lastupdated {
	height: 31px;
	width: 100%;
	background-color: #00A7E7;
	border: none;
	border-spacing: none;
	padding: 0px;
}

table.lastupdated td {
	padding: 0px;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
}

