/* global properties */

html			{	height: 100%; }

body			{	height: 100%;
				padding: 0px;
				margin: 0px; border: 0px;
				overflow-x: hidden; overflow-y: scroll;
				background-color: #cbdef5;				
	  			font: 13px Verdana,Arial,Helvetica,sans-serif;
        			color: #000000;
				line-height: 130%;
				-webkit-font-smoothing: subpixel-antialiased; }

table			{	border-collapse: collapse; }

td			{	padding: 0px;
				margin: 0px; }

img			{	}

p			{	margin: 0px 0px 10px 0px; }

ul, ol			{ 	margin: 0px;
				padding: 0px 0px 0px 25px; }

li			{	padding: 0px 0px 10px 0px;
				margin: 0px;
				list-style-type: square; }

a			{	color: #2266be;
				font-weight: bold;
				text-decoration: none; }

a:hover			{	text-decoration: underline; }


img			{	border: 0px; }

pre			{	font: 13px "Lucida Console", "Courier new", Courier, monospace ; }




/* global layout */
 
div.container		{	text-align: center; height: 100%; }

div.container table	{	height: 100%;
				margin: auto; 
				text-align: left; }

.lay_global_table	{	width: 980px; height: 100%; }

.lay_global_td_1	{	height: 130px; padding: margin: 0px;
				background-color: #1b5197; }

.lay_global_td_2	{	height: 35px;
				background-color: #0f2b51;
				font-weight: bold;
				color: #ffffff; }

.lay_global_td_3	{	padding: 20px;
				background-color: #ffffff;
				vertical-align: top; } /* contents cell */

.lay_global_td_4	{	height: 35px; padding: 0px; 
				background-color: #0f2b51; }

.lay_menu_table		{	width: 100%; height: 100%; }

.lay_menu_td		{	text-align: center; }


.lay_footer_table	{	width: 100%; height: 100%; }

.lay_footer_td		{	width: 50%; padding: 0px 10px 0px 10px;
				color: #ffffff; }




/* inner layout */

.yeartitle		{	font-size: 18px;
				font-weight: bold;
				font-style: italic;
				text-decoration: underline; }

.newstitle		{	padding-top: 20px; 
				font-size: 16px;
				font-weight: bold;
				font-style: italic;
				color: #ff7e01; }


