/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

a {
	color: #999;
	text-decoration: none;
}

body {
	font: 11pt/1.2 "Times New Roman", serif;
	text-align: justify;
}

div#content {
	width: 700px; /* Width of webpage minus 10 */
	text-align: justify;
}

li {
	line-height: 1.4;
	padding: 2px 0px;
}

div#footer {
	clear: both;
	padding-top: 15px;
	font-size: 8pt;
	text-align: center;
}

div#index_footer {
	clear: both;
	padding-top: 15px;
	font-size: 8pt;
	color: white;
	text-align: center;
}

div#index_footer a {
	font-weight: normal;
	color: black;
}

h1 {
	color: #000070;/* #F60=orange */
	font: 16pt/1.2 "Arial Black", sans-serif;
	text-align: center;
}

h2 {
	color: #000070;/* #F60=orange */
	font: bold 14pt/1.2 "Arial", sans-serif;
	text-align: center;  
}

h3 {
	color: #000070;/* #F60=orange */
	font: bold 12pt/1.2 "Arial", sans-serif;
}

h4 {
	/*margin-right: 1em;*/
	color: #000070;/* #F60=orange */
	font: bold 10pt/1.2 "Arial", sans-serif;
}

h5 {
	color: #000070;/* #F60=orange */
	font: bold 9pt/1.2 "Arial", sans-serif;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p {
	margin: 10px 0;
	line-height: 1.4;
}

img.bg {
	margin: 10px 0 0 0;
	position: absolute;
	left: 3px;
}

img {
	border: 0;
}

img.awardee {
	width: 80px;
}

img.banner {
	width: 200px;
	height: 61px;
}

img.popup {
	width: 480px;
	height: 159px;
}
	
img.congress {
	width: 224px;/* 320X0.7 */
	height: 147px;/* 210X0.7 */
}

img.person {
	width: 136px;
	padding: 10px;
}

img.logo {
	padding: 0px 10px 10px 0px;
	width: 150px;
}

img.history {
	width: 160px;
}

marquee.banner {
	width: 200px;
	height: 16px;
	scrolldelay: 133;
	background: black;
	color: white;
}

marquee.popup {
	width: 480px;
	height: 20px;
	scrolldelay: 133;
	background: black;
	color: white;
}

.lalpha {
	list-style-type: lower-alpha;
}

p.cap {
	text-transform: capitalize;
}

.gotop{
	display: none;
}

p.up {
	font-weight: bold;
	text-transform: uppercase;
}

p.fig_des {
	font-size: 7pt;
	font-style: italic;
	line-height: 1.4;
	text-align: left;
}

table td {
	border-collapse: collapse;
	border-spacing: 0px;
	/*border-width: medium;*/ /* For debugging */
	/*border-style: solid;*/ /* For debugging */
	text-align: justify;
	vertical-align: top;
	padding: 0px 5px;
}

table td.history_img {
	width: 180px;
}

table.header {
	width: 710;
	border: 0;
}

table.picList {
	border-collapse: collapse;
	font-size: 7pt;
	width: auto;
	padding: 0px;
}

table.picList th{
	width: auto;
	color: #000070;/* #F60=orange */
	text-align: center;
	vertical-align: middle;
}

table.picList td{
	width: 120px;
	text-align: center;
}

table.currentAward {
	border-collapse: collapse;
	font-size: 0.7em;
	/*width: auto;*/
	padding: 0px;
}

table.currentAward th{
	width: 200px;
	color: #000070;/* #F60=orange */
	text-align: center;
	vertical-align: middle;
}

table.currentAward td{
	width: 200px;
	text-align: center;
}

table.index td{
	text-align: center;
}

table.award {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.award th {
	background-color: #FFCC99;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
	border-collapse: collapse;
	border-spacing: 0px;
}

table.award td {
	text-align: justify;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
	border-collapse: collapse;
	border-spacing: 0px;
}
