body				{
					background-image:			url(images/background.jpg);
					background-repeat:			repeat;
					font-family:				Georgia, "Times New Roman", Times, serif;
					}
#main				{
					padding-top:				25px;
					padding-bottom:				20px;
					width:						760px;
					margin-left:				auto;
					margin-right:				auto;
					}
.title				{
					border:						0 none black;
					/*padding:					0px, 0px, 20px, 0px;*/
					padding-bottom:				50px;
					margin:						0px 0px 0px 0px;
					width:						760px;
					}
/*.td					{
					padding:					0px, 0px, 0px, 0px;
					text-align:					left;
					}
		*/		
a: link				{
					color:						#0000FF	;
					text-decoration:			overline;
					}
a:hover				{
					text-decoration:			none;
					}
a:visited			{
					color:						#0000FF;
					}
td.pagelogo			{
					width:						400px;
					vertical-align:				top;
					text-align:					center;
					padding-left:				10px;
					}	
td.topimagecell		{
					width:						135px;
					vertical-align:				middle;
					text-align:					center;
					height:						120px
					}
div.groupleader 	{
					font-weight:				bold;
					padding-top:				15px;
					padding-bottom:				5px;
					}
td.grouptitle		{
					padding-top:				20px;
					padding-bottom:				5px;
					padding-left:				10px;
					font-weight:				bold;
					}
#content			{

					height:						0px;
					text-align:					justify;
					vertical-align:				top;
					padding:					0px 0px 0px 0px;
					width:						640px;
					}
#content img.left	{
					float:						left;
					margin:						5px 20px 15px 0px;
					}
#content img.right	{
					float:						right;
					margin:						5px 0px 15px 20px;
					}
#content img.center	{
					text-align:					center;
					}
/*  Left Hand Menu and rollover */
td#menu			{
				width:				120px;
				vertical-align:		top;
				}
#menu ul		{
				list-style-type:	none;
				list-style-image:	url(images/blank.gif);
				margin:				0px 25px 0px 0px;
				padding:			0px 0px 0px 0px;
				}
#menu li		{
				width:			130px;
				/*height:			35px;*/
				display:		block;
				}
#menu a			{
				background-image:	url(images/button_off.jpg);
				background-repeat:no-repeat;
				text-decoration:	none;
				text-align:			center;
				padding-top:		8px;
				width:				130px;
				height:				30px;
				display:			block;
				font-weight:		bold;
				color:				#000000;
				font:				Georgia, "Times New Roman", Times, serif;
				font-size:			14px;
				}
#menu a:hover	{
				background-image:	url(images/button_on.jpg)
				}
