body	{ 		font-size: 10pt; 		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 		line-height: 14pt; 		background-image: url(Images/Background.jpg); 		background-repeat: repeat-y; 		background-position: left;		}/**************** Default characteristics ****************/h1	{ 	/*color: #bccdba;*/	color: 					#FFFFFF; 	font-size: 				22pt; 	line-height:			28pt; 	text-transform:			uppercase;	background-image:		url(Images/Header1Back.gif);	background-position:	top center;	background-repeat: 		no-repeat;	text-align: 			center;	}h2	{	color:			#003300;	font-size:		16pt;	line-height:	26pt;	margin-left: 	12pt;	}		/**************** This is the top header****************/.topHeader	{		position:	absolute;		top:		0px;		left:		0px;		width:		785px;		height:		73px;		background-image: url(Images/HeaderBar.jpg);		background-position: top left;		background-repeat: no-repeat;		}	/**************** This is the left navigation bar****************/.navBar	{	background-image:		url(Images/NavBar.jpg);	background-position:	bottom left;	background-repeat:		no-repeat;	position:				absolute;	top:					72px;	left:					0px;	width:					125px;	height:					500px;	}.navBar a	{		display:			block;		color:				#000000;		background-color:	#CCCC99;		background: 		url(Images/NavElementBack-Off.jpg) center;		background-repeat: 	repeat-x;		padding:			1px;		padding-left:		10px;		border:				1px #999933 solid;		margin-bottom:		12px;		margin-left:		2px;		font-size:			9pt;		/*font-weight:		bold;*/		font-family:		Arial, Helvetica;		text-transform:		lowercase;		text-decoration: 	none;		}		.navBar a:hover	{		background: url();		background-color:	#EEEECC;		}/**************** This class is where the main body of content is placed ****************/.mainBody	{ 			font-size: 		10pt; 			font-family: 	Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 			line-height: 	14pt; 			position: 		absolute; 			top: 			72px; 			left: 			127px; 			width: 			583px;			}	.mainBody td	{				font-size: 		10pt; 				font-family: 	Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 				line-height: 	15pt; 				}.mainBody p	{			margin-left:	8pt;			margin:			8pt;			}				.mainBody a	{			color:	#003300;			}			.mainBody a:hover	{					text-decoration:	none;					}					.footer	{		font-size:		8pt;		}		.mainBody .sideBar	{					float:				right;					width:				240px;					border: 			#000000 2px solid;					margin:				10px;					background-color:	#DDDDAA;					}					.mainBody .sideBar .head	{							background-color:		#003300;							background:				URL(Images/Table-Header1.jpg);							background-position: 	center;							color:					#FFFFFF;							padding:				5px;							font-size:				12pt;							font-weight:			bold;							text-transform: 		uppercase;							border-bottom:			#000000 2px solid;							}