html {
	height: 100%;
	width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

table {
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#menu {
	padding: 0px;
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	border-right: 1px solid #000080;
	height: 100%;
	width: 120px;
        left: 0px;
        top: 0px;
        position: absolute;
	overflow: hidden;
}


#main {
	padding: 0px;
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 100%;
        left: 120px;
        top: 0px;
        position: absolute;
	width: calc(100% - 160px);
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:32px;
	color:#9c1842;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: .2em;
}

h3 {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-size: 15px;
	color: #333333;
}

h4 {
	font-size: 8px;
	font-weight: bold;
	margin: 0px 0px 0.2em;
	color: #333333;
	text-align: right;
}

a:link {
	color:#002E8C;
	text-decoration: underline;
}

a:visited {
	color:#571857;
	text-decoration: underline;
}

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

input {
	font-size: 12px;
}

hr {
	color: #000080;
	width: 160px;
}

code, pre {
	font-family: "courier new", courier, monaco, monospace;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:	110px;
}

#menu a {
	display: block;
	border-bottom: 1px solid #000080;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu a:link, #nav a:visited {
	text-decoration: none;
}

#menu a:hover {
	background: #f2cd3e;
}

#footer ul {
	padding-left: 0px;
	margin-left: 0px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	border-top: 1px solid #000080;
	background: #f2cd3e;
	/*background-image: url(/images/tnglogolarge_footer_back.jpg);*/
	background-repeat: repeat-y;
}

#footer ul li {
	display: inline;
} 

#footer ul li a {
	text-decoration: none;
	float: right;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 1px solid #000080;
}

#footer ul li a:hover {
	background: #FFFFFF;
}
		
#content {
	padding: 12px 16px 20px 20px;
}

#content img {
	border: 1px #000000 solid;
}

#content img.noborder {
	border: none;
}

#topsection {
	/*background-image: url(/images/tnglogolarge_right.jpg);*/
	background-repeat: repeat-x;
	border-bottom: 1px solid #000080;
	height: 110px;
}

#topsection img {
	border-style: none;
}

#topsection img.withborder {
	border: 1px #000000 solid;
}

.staff_table {
	border: 1px #000000 solid;
}
.staff_table th {
	text-align: left;
	background: #f2cd3e;
	border-bottom: 1px #000000 dashed;
}
.staff_table_left {
	background: #cfcfcf;
	border-right: 1px #000000 dashed;
}

