

#page-container {
	background: #ffffff;
}

.mini {
	font-size: 8pt;
}
	
#content-inner-page a {
	color:#0066CC;
	text-decoration:none;
}

#content-inner-page a:hover {
	text-decoration:underline;
}

#content-inner-page ul {
	margin-top: 0px;
}

#content-inner-page ol {
	margin-top: 0px;
}

h1 {
	color:#0099FF;
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	height: 24px;
	color:#0099FF;
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	height: 18px;
	color:#0099FF;
	font-size: 11pt;
	font-weight: bold;
}

#left-menu {
	float: left;
	width: 200px;
}

.login-section {
	background:url(../images/leftMenuLoginSection.jpg) no-repeat;
	height: 24px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	padding-top: 11px;
	padding-left: 35px;
}

.navigation-section {
	background:url(../images/leftMenuNavigationSection.jpg) no-repeat;
	height: 24px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	padding-top: 11px;
	padding-left: 35px;

}

.left-menu-section{
	background-color: #9097a9;
	height: 22px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	padding-top: 11px;
	padding-left: 15px;
	border-bottom: #FFFFFF 1px solid;
} 

.left-menu-section a{
	color: #FFFFFF;
	text-decoration: none;
} 


.left-menu-items {
	list-stype-type: none;
	/*font-weight: bold;*/
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

.left-menu-items li {
	border-bottom: #FFFFFF 1px solid;
	list-style-type: none;
	background-image: url(../images/leftMenuItemBg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
}

.left-menu-items li span{
	padding-top: 5px;
	padding-left: 10px;
	display:block;
	height: 20px;
	list-style-type: none;
	background: #dce0eb;
	text-decoration:none;
	color:#888888;
}

.left-menu-items li a {
	padding-top: 5px;
	padding-left: 10px;
	display:block;
	height: 20px;
	list-style-type: none;
	background-image: url(../images/leftMenuItemBg.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color:#333333;
}

.left-menu-items li a:hover {
	padding-top: 5px;
	padding-left: 10px;
	display:block;
	height: 20px;
	list-style-type: none;
	background-image: url(../images/leftMenuItemBgHover.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color:#000000;
}

#content-inner-page {
	margin-left: 210px;
	padding: 10px;
	color:#000000;
	background:#ffffff;
}

.neat{
	border-collapse:collapse;
	border-color:#666666;
	border-width: 1px;
	border-style:solid;
	line-height: 12px;
	padding: 5px;
	margin: 0px;
}

/* tabs ................ */

#content-tabs{
	list-style: none;
	padding:0;
	margin:0;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 9pt;
}

#content-tabs li {
	display: inline;
	border: 1px solid;
	border-width: 1px 1px 0px 1px;
	margin: 0px 2px 0px 0px;
	background: #CCCCCC;
}

#content-tabs .selected {
	padding-bottom: 1px; 
	background: white;
	color:#000000;
}

#content-tabs li a {
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
}

#content-tabs li a:hover {
	text-decoration: none;
}


#content-subtabs{
	list-style: none;
	padding:0;
	padding-top: 3px;
	margin:0;
	border-left: 1px solid;
	background: #FFFFFF;
	font-size: 9pt;
}

#content-subtabs li {
	display: inline;
	margin: 0 2px 0 0;
}

#content-subtabs li a {
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
}

#content-subtabs li a:hover {
	text-decoration: none;
}

#content-subtabs .selected {
	text-decoration: underline;
}

#logo-bar {
	margin-left: 90px;
	margin-right: 98px;
	padding: 5px 15px 5px 15px;
	background: #dcdddf;
}

#need-to-know {
	border:1px solid #0099FF; 
	margin:15px; 
	margin-top:25px;
}

#need-to-know td {
	padding:10px;
}

#need-to-know p {
	line-height: 10px;
}