html {
	height: 100%;
}

body {
	padding: 0px;
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #FFFFFF;
	height: 100%;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:22px;
	color:#333333;
	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: 14px;
	font-weight: bold;
	margin: 0px 0px 0.2em;
	color: #333333;
}

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;
}

#nav {
	font-size: 12px;
	background-image: url(/images/tnglogolarge_menu_back.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #000080;
	height: 100%;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
	width:	160px;
}

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

#nav .menu-banners a {
	border-bottom: 0;
	display: inline;
}

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

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

#nav .menu-banners a:hover {
	background: none;
}

#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;
	width: 100%;
}
#content h1.section {
	margin-top: 1em;
}
#content img {}

#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;
}
.staff_table_head {
	border: 1px #000000 solid;
}
.staff_table_head th {
    text-align: left;
    background: #f48e15;
	border-bottom: 1px #000000 dashed;
}
iframe.gallery {
	width: 100%;
	height: 100%;
	min-height: 800px;
	border: 0;
	margin: 0;
}
.news_table {
	border-collapse:collapse;
	width: 90%;
	}
.news_table th {
	text-align: left;
	padding: 8px;
}
.news_table td {
	vertical-align: top;
	text-align: left;
	padding: 8px;
}

.news_table th {
	background-color: #f2cd3e;
	color: black;
}
