
Body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
	background: url(background.gif) repeat-y;
}

.Header {
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(header.png) repeat-x;
	font: bold 14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 80px;
	color: Black;
}

.Menu {
	overflow: hidden;
}

.LeftCol {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 4px 8px;
	/*background: url(shadow.jpg) repeat-y;*/
	border-right: 1px solid #BBB;
	width: 130px;
	font: 11px/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: Black;
	float: left;
}

.LeftCol img {
	margin-bottom: 4px;
}

.Center {
	margin: 2px 0px 0px 140px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #D0D0D0;*/
   font: 12px/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background: White;
	
}

ul {
margin: 6px 0px 0px 2px;
}

li {
	list-style: url(bullet.gif);
	list-style-position: inside;
}

img { border: none !important; cursor: pointer !Important;}

.MyNav2 {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid Black;*/
	background-color: #6495ED;
	background: url(footer.png) repeat-x;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 18px;
	color: Black;
	text-align: center;
	}