body {
	background-color:#f5f5f5;
	font-family: Verdana, Tahoma, Arial;
	font-size:11px;
	padding:0;
	margin:0;
}

td {
	vertical-align:top;
}

img.logo {
	border:0px; 
	/*	margin-left:10px; */
}
img.icon {
	border:0px; 
	margin:4px;
}

em.blue {
	font-weight:bold;
	color:#0066CC;
}

a.black {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.black:hover {
	font-weight:bold;
	text-decoration:none;
	color:#0066CC;
}

a.blue {
	text-decoration:none;
	color:#0066CC;
}
a.blue:hover {
	text-decoration:none;
	color:#000000;
}

a.menuTop {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	padding-right:30px;
}
a.menuTop.current {
	color:#0066CC;
}
a.menuTop:hover {
	font-weight:bold;
	text-decoration:none;
	color:#0066CC;
}

a.menuBottom {
	text-decoration:none;
	color:#000000;
}
a.menuBottom:hover {
	text-decoration:none;
	color:#0066CC;
}

#container {
	padding:0px;
	width:900px;
	text-align:left;
}
#containerHeader {
	padding:0px;
	height:90px;
	background-color:#FFFFFF;
	/*	border-top:1px solid #C0C0C0; */
	/*	border-left:1px solid #C0C0C0; */
	/*	border-right:1px solid #C0C0C0; */
}
#containerHeaderLeft {
	float:left;
	padding:0px;
	width:260px;
	height:60px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#containerHeaderRight {
	float:right;
	padding:0px;
	width:638px;
	height:60px;
	text-align:right;
}
#containerSplash {
	padding:0px;
}
#containerContent {
	padding:0px;
	background-color:#FFFFFF;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}
#containerContent p {
	line-height:18px;
}

#containerContentLeft {
	float:left;
	padding:10px;
	padding-left:20px;
	width:290px;
	background-image:url('../images/bg-content.gif');
	background-repeat: repeat-x;
}
#containerContentMiddle {
	float:left;
	padding:10px;
	padding-left:20px;
	width:280px;
	background-image:url('../images/bg-content.gif');
	background-repeat: repeat-x;
	border-left:1px solid #E4E4E4;
	
	border-right:1px solid #E4E4E4;
}
#containerContentRight {
	float:right;
	padding:10px;
	padding-left:20px;
	width:236px;
	background-image:url('../images/bg-content.gif');
	background-repeat: repeat-x;
}
#containerFooter{
	padding:0px;
	height:40px;
}
#containerFooterLeft {
	float:left;
	padding:0px;
	padding-left:10px;
	height:30px;
	font-size:11px;
}
#containerFooterRight {
	float:right;
	padding:0px;
	height:40px;
}
