	
	body {
	margin:10px 10px 10px 10px;
	padding:0px;
	color: Navy;
	background-color: transparent;
	font:11px verdana, arial, helvetica, sans-serif;
	background-image : url("images/Logo_bg.gif");
	background : transparent url("images/Logo_bg.gif") repeat fixed left;
	background-position : left;
	background-repeat : repeat;
}
		}
	
	#leftcontent {
	position: absolute;
	left:10px;
	top:200px;
	width:150px;
	background:
}

	#centercontent {
	background: margin-left:200px;
	margin-right:200px;
	top:200px;
	padding-right:20px
	/*IE5x PC mis-implements the box model. Because of that we sometimes haveto 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 CSSparsing bug in IE5x PC that will prematurly close a style rule when it runsinto the string "\";
	padding-right : 10px;
	padding : 10px;
	padding-right : 10px;
	padding-right : 10px;
	padding : 10px;
	padding : 10px;
}\"". 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: 200px;
   		margin-right:200px;
		}
		
	html>body #centercontent {
   		margin-left: 200px;
   		margin-right:200px;
		}

	#rightcontent {
	position: absolute;
	right:10px;
	top: 200px;
	width:150px;
	background: #F7F7E7 100%
}
	
	#bottomcontent {
	position: relative;
	right:10px;
	top: 66%;
	width: 800px;
	background:
}
	#banner {
		background:
		height:400px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:100px;
		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
h1 {
	margin:0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	font-size:14px;
	font-weight: bold;
	color: Navy;
}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: Navy;
}
p {
	font:11px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color : Navy;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: Navy;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	font-style : normal;
}
a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}
a:hover {
	color: Navy;
	text-decoration : underline;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


A.bottom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color: #00008B;
	text-decoration: none;
}
A:ACTIVE.bottom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #00008B;
	text-decoration: none;
}

A:HOVER.bottom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Navy;
	text-decoration: underline;	
}
A:LINK.bottom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #00008B;
	text-decoration: none;
}
