html 
{
	text-align:center;	
	height:100%;		 			/* 	fix height to 100% for IE 			*/
	/*max-height:100%;*/	 			/* 	fix height for other browsers 		*/
	padding:0; 						/*	remove padding 						*/
	margin:0; 						/* 	remove margins 						*/
	border:0; 						/* 	remove borders 						*/
	background:#fff; 				/*	color background - only works in IE	*/
	}

body 
{
	/*height:100%; 	*/				/*	fix height to 100% for IE 			*/
	/*max-height:100%;*/ 				/* 	fix height for other browsers 		*/
	padding:0; 						/*	remove padding 						*/
	margin:0; 						/* 	remove margins 						*/
	border:0; 						/* 	remove borders 						*/
	background-color:#FFFFFF;	
}

#outer_wrapper 
{
	background-color:#ffffff;
	text-align:left; 				/* reset text alignment */ 
	width:100%; 					/* or a percentage, or whatever */ 
	margin:0 auto; 					/* for the rest */
	height:100%;
}

	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-size:76%; 									   /* set default font size */
		font-family:Verdana, Arial, Helvetica, sans-serif; /* set default font */
		color:#FFFFFF;
		background-color:#FFFFFF;
		}
	
	#leftcontent 
	{
		position: absolute;
		left:10px;
		width:220px;
		background:#ffffff;
		background-image: url(/images/LBG.GIF);
		background-repeat: no-repeat;
		height:382px; 
		margin-top:24px;		
	}		

	#centercontent 
	{
		background:#1A3E94;
   		margin-left: 219px;
   		margin-right:199px;
		border:5px solid #ffffff;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		height:100%
		}
		
	html>body #centercontent 
	{
   		margin-left: 220px;
   		margin-right:22px;
		height:100%;
	}

	#rightcontent
	{
		position: absolute;
		right:10px;
		top:-10px;
		/*background-color:#999999;*/
		background-image: url(/images/RBG.GIF);
		background-repeat: no-repeat;
		background-position:top right;
		width:21px;
		height:424px;
	}
	
	#banner {
		background:#fff;
		height:48px;
		/*border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}	
	html>body #banner {
		height:48px;
		}
	#footer {
		background:#fff;
		/*border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;*/
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 201px;
   		margin-right:22px;
		text-align:right;
		
		background-color:#ffffff;
		padding-top:10px; 
		padding-bottom:10px; 
		text-align:right; 
		vertical-align:text-bottom; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 8pt; color: #999999;
		padding-right:10px;		
		}
	
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner {
		/*border:1px solid #000000;*/
		background-image: url(/images/JM-GB.jpg);
		background-repeat: no-repeat;
		height:200px;

		}
	
	#rightcontent p {
		font-size:10px
		}
		
#centercontent a:link {color:#ffffff}
#centercontent a:hover {color:#ffffff}
#centercontent a:current {color:#ffffff}
#centercontent a:visited {color:#ffffff}

hr 
{
	height: 0px;
	border: 0px;
	border-top: 1px solid #1A3E94;
}

form 
{
	margin:0;
	padding:5px;
	padding-left:0px;
}
	
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color:#FFFFFF; 
	border:#FF0000 solid 1px; 
	color:#1A3E94
}

#frm INPUT, textarea 
{
	FLOAT: left; 
	MARGIN-BOTTOM: 10px; 
	WIDTH: 270px;
}

#frm LABEL 
{
	FLOAT: left; 
	MARGIN-BOTTOM: 10px; 
	WIDTH: 120px; 
	COLOR: #003366; 
	PADDING-RIGHT: 20px; 
	TEXT-ALIGN: left;
}

#frm BR 
{
	CLEAR: left
}

INPUT.rad 
{
	border:0px;
}

#sFrm 
{
	color: #1A3E94; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

td #caltbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color:#1A3E94
}
