	<style type="text/css">
		body {
			min-width: 380px;         /* 2 x LC width + RC width */
		}

		#container {
			padding-left: 120px;      /* LC width */
			padding-right: 140px;     /* RC width */
			text-align:top;
		}
		
		#container .column {
			position: relative;
			float: left;
			text-align:top;
		}
		
		#center {
			width: 100%;
			text-align:top;
		}
		
		#left {
			width: 120px;             /* LC width */
			right: 120px;             /* LC width */
			margin-left: -100%;
			text-align:top;
		}
		
		#right {
			width: 140px;             /* RC width */
			margin-right: -100%;
			text-align:top;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 140px;              /* RC width */
			text-align:top;
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}

		#header, #footer {
			font-size: large;
			padding-left:10px;
			padding-top:2px;
			
			background: #eeeeee;
		}

		#left {
			background: #66F;
		}

		#center {
			background: #DDD;
		}

		#right {
			background: #F66;
		}

		#container .column {
			
			text-align: top;
		}

span.smallMenuTitle{
		vertical-align:top;
		text-align:top;
		padding-left:4px;	
		font-size:13px;
		font-weight:600;
		padding-top:0px;
		color:#000000;
}

A.menuItem{
	padding-left:6px;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
	font-family: "verdana";
	color: #111111;
	text-decoration: none;
	}
A.menuItem:visited{
		
	text-decoration: none;
	}
A.menuItem:active{
	
	text-decoration: none;
	}
A.menuItem:hover{
	color: #aaaaaa;
	text-decoration: underline;
	}
A.titleLink{
	padding-left:2px;
	font-size: 14px;
	font-weight: 600;
	font-style: bold;
	font-family: "verdana";
	color: #000000;
	text-decoration: none;
	}
A.titleLink:visited{
  color: #000000;
	text-decoration: none;
	}
A.titleLink:active{
	color: #000000;
	text-decoration: none;
	}
A.titleLink:hover{
	color: #0000ff;
	text-decoration: underline;
	}

div.left{
	float:left;
	text-align:top;
	align:left;
}
div.left300{
	width:300px;
	float:left;
	text-align:top;
	align:left;
}
div.top{
	text-align:top;
	align:top;
}
div.right{
	float:right;
	text-align:top;
	vertical-align:top;
}
div.rightLink{
	float:right;
	text-align:top;
	vertical-align:top;
	margin:10px;
	padding:4px;
	border:1px solid;
}

h1{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-family: "verdana";
	color: #000000;
	text-decoration: none;
}
h2{
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-family: "verdana";
	color: #000000;
	text-decoration: none;
}
h3{
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	font-family: "verdana";
	color: #000000;
	text-decoration: none;
}

span.small{
	font-size: 9px;
	font-weight: 300;
	font-style: normal;
	font-family: "verdana";
	color: #000000;
	text-decoration: none;

}

table.swlist
{
	border:1px solid black;
	border-collapse: collapse
}
tr.swlistOdd
{
	background-color:#cccccc;
}
tr.swlistEven
{
	background-color:#bbbbbb;
}
tr.swlistEven
{
	
}
td.swlist
{
	padding-left: 4px;
	padding-right: 4px;
	border-bottom:1px solid;
	
}
</style>