#nav {
	font-weight: bold;
	width: 205px;
}
#nav 
.top {
	background: url(../images/nav_header_corp.gif);
	height: 22px;
}
#nav 
.bot {
	background: url(../images/nav_bot.gif);
	height: 17px;
	overflow: hidden;
}
#nav 
ul {
	background: url(../images/nav_ul.png) repeat-y left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	display: block !important;
	display: inline-block;
}
#nav 
ul 
ul {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}
#nav 
li {
	float: left;
	clear: left;
	color: #81a3c5;
	font: italic bold 18px arial, helvetica, sans-serif;
	text-indent: 5px;
}
#nav 
li 
li {
	width: 185px;
	height: 17px;
	position: relative;
	margin: 5px 0 0;
	text-indent: 0;
	font: bold 12px arial, helvetica, sans-serif;
}
#nav 
a {
	padding: 0 0 0 8px;
	height: 15px;
	line-height: 15px;
	color: white;
	text-decoration: none;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #292929;
	border-bottom: 1px solid #292929;
	background: #333333;
	display: block;
	white-space: nowrap;
}
#nav 
a:hover {
	border-top: 1px solid #719cbc;
	border-left: 1px solid #719cbc;
	border-right: 1px solid #395f7c;
	border-bottom: 1px solid #395f7c;
	background: #5085ad;
}
#nav 
a:hover 
span {
	background-position: 0 -45px;
}
#nav 
span {
	display: block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	position: absolute;
}
#nav 
.nw {
	background: url(../images/nav_nw.png) no-repeat 0 0;
	left: 0;
	top: 0;
}
#nav 
.se {
	background: url(../images/nav_se.png) no-repeat 0 0;
	right: 0 !important;
	right: -1px;
	bottom: 0 !important;
	bottom: -1px;
}
html > /**/ #mainish {
	height: auto !important;
	min-height: 515px;
}
#mainish {
	height: 515px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	margin-top: 0px;
}
h2 {
	margin-top: 0;
}
H1, H2, H3, H4, H5, H6, H7 {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;

}
body {
	overflow:auto;
}

ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}

a {
	color: #336699;
}

a:hover {
	color: #666666;
}

.TableOutline {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	BACKGROUND-COLOR: #ffffff;
}

.clsTableBorder {
	border: 1px #333333 solid;
}

.newsEventsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

.tblHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

a.footer {
	color: #FFFFFF;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

TEXTAREA {
	overflow: auto;
}

.clsPaddedGreyBackground {
	background: #EFEFEF;
	padding: 5px;
}