	body {
		margin: 0px;
		padding: 0px;
		font : 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	strong {
		color: #030;
	}

	table {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	td {
		vertical-align: top;
		font : 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	th {
		font-size: 13px;
	}
	
  h1 {
		font-size:		15px;
		padding-top:	10px;
	}

	h2 {
		font-size:		14px;
		padding-top:	10px;
	}

	h3 {
		font-size:		13px;
		font-weight:	normal;
		padding-top:	10px;
	}

	h4,h5,h6 {
		font-size:		13px;
		padding-top:	10px;
	}

	a {
	color: Blue
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

	a:hover {
		color: #FF9900;
	}
	
	#centercontent {
		background:		#fff;
		border-left:	1px solid Black;
		border-right:	1px solid Black;
        margin-left:	200px;
   		margin-right:	200px;
   		padding: 15px;
   		padding-top: 0px;
		font : 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : Black;
	}
	
	#centercontent  a {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	#centercontent  a:hover {
		color: #FF9900;
	}
	

	html body #centercontent {
   		margin-left:	201px;
   		margin-right:	201px;
	}

	
	#banner {
		background:		#fff;
		height:			50px;
		border-bottom:	10px solid #cdb;
		voice-family:	"\"}\"";
		voice-family:	inherit;
		height:			49px;
	}

	html body #banner {
		height:			49px;
	}

	#footer {
		border-top:		1px solid #090;
		padding:		10px;
	}

	p,h1,h2,h3,h4,h5,h6,pre,#centercontent table {
		margin:			0px 10px 10px 10px;
	}

	#centercontent p,#centercontent h1,#centercontent h2,#centercontent h3,#centercontent h4,#centercontent h5,#centercontent h6,#centercontent pre,#centercontent table {
		margin-left: 0px;
		margin-right: 0px;
	}


   #leftcontent , #rightcontent{
	width:			200px;
	background: url("/images/yellow_bgd.gif");
	border:			0px none;
	left : 10px;
	color: #6A5ACD;
	font-size: 14px;
	background-image : url(../images/stripes.gif);
	}
	
	#leftcontent a,  #rightcontent a{
	color: Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font : bold;
	}
	
	#leftcontent a:hover,  #rightcontent a:hover{
		color: #FF9900;
	}


	#rightcontent h1,#leftcontent h1 {
		margin: 0px;
		margin-bottom: 10px;
		margin-top: 5px;
		padding: 3px;
		padding-top: 5px;
		padding-left: 5px;
		background-color: #003399;
		color : White;
		background : url(/images/bak.gif);
	}


	#leftcontent h2, #rightcontent h2 {
	margin: 0px;
		margin-bottom: 10px;
		margin-top: 5px;
		padding: 3px;
		padding-top: 5px;
		padding-left: 5px;
		background-color: Navy;
		color : #white;
}

	#leftcontent h3,#rightcontent h3 {
		background-color: #eee;
		border: 0px none;
		font-size: 12px;
	}

	#leftcontent textarea {
		width: 150px;
	}
	

	#banner h1 {
		font-size:		26px;
		padding:		10px 10px 0px 10px;
		margin:			0px;
		color: Blue;
		font-weight:	normal;
	}

	#banner h1 strong {
		color: #0000CC;
	}

	#centercontent h1 {
		font-size:		18px;
		color: #000099;
	}
	
	#centercontent h2 {
		font-size:		16px;
	}
	
	#centercontent h3 {
		font-size:		15px;
	}
	
	#centercontent li {
		margin-bottom: 10px;
	}

	.elevated {
		border-top: #aaa 1px solid;
		border-left: #aaa 1px solid;
		border-bottom: #000 1px solid;
		border-right: #000 1px solid;
	}

	.topheader {
		color: #fff;
		background-color: #369;
		font-weight: bold;
	}

	.subheader {
		background-color: #fff;
		color: #369;
	}

	/* Invalid Form Fields */

	p.invalid {
		color: #900;
		font-weight: bold;
	}

	label.invalid,legend.invalid {
		color: #900;
		font-weight: bold;
	}

	/* OverLIB Classes */

	.overlib-foreground {
		background-color: #fff;
		color: #000;
	}

	.overlib-background {
		background-color: #369;
		border-top: #9cf 1px solid;
		border-left: #9cf 1px solid;
		border-bottom: #369 1px solid;
		border-right: #369 1px solid;
	}

	.overlib-caption {
		color: #fd0;
		font-weight: bold;
	}

	hr {
		border: 0px none;
		border-bottom: 1px solid Blue;
	}

	/* Printer-Friendly Version */

	@media print {
		#banner {
			background-color: #fff;
			color: #000;
			border-bottom: #000 1px solid;
		}

		#banner h1 {
			color: #000;
			font-size: 16px;
		}

		#rightcontent {
			display: none;
		}

		#centercontent {
			width: 100%;
			border: 0px none;
		}
	}
