*{
	outline:none;
	text-decoration:none;
	
}
html{
	height: 100%;

}
#searchnotification {
	height: 34px;
	width: 62px;
	position: absolute;
	z-index: 30;
	background-image: url(../../images/core/searchnotification.png);
	right: 0px;
	bottom: 15px;
}

a:visited,a:link,a{
		text-decoration:none;

}
.abouttext {
	/* [disabled]margin-left: 180px; */
	width: 700px;
	position: relative;
	height: auto;
	color: #333;
	padding-top: 30px;
	padding-left: 40px;
	text-align:justify;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000075;
	padding-bottom: 30px;
	float: left;

}
.abouttext a:link {
	text-decoration:none;
}
#activesubmenu {
	color: #FFFFFF;
	background-color: #000075;
	background-image: url(../../images/core/arrowselected.jpg);
}

.submenu ul {
	list-style-type: none;
	margin: 0px;
	width: auto;
	padding: 0px;
}
.submenu {
	z-index: 8888;
	height: 1px;
	padding-left: 10px;
	margin-top: 15px;
	list-style-type: none;

}
.submenu ul li a {
	color: #000075;
	text-decoration: none;
	line-height: 25px;
	list-style-type: none;
	padding-left: 10px;
}
.submenu ul li a:visited {
	color: #000075;
	text-decoration: none;
	line-height: 25px;
	list-style-type: none;

}
.submenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	list-style-type: none;

}
.submenu ul li a:link {
	color: #000075;
	text-decoration: none;
	line-height: 25px;
}
.submenu ul li {
	background-color: #E8E8E8;
	color: #000075;
	text-decoration: none;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 25px;
	background-image: url(../../images/core/arrowunselected.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}
.subsidebar {
	width: 180px;
	position: relative;
	height: 100%;
	float: left;
	margin-right: 0px;
	clear: both;
}
.pagetitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000075;
	font-size: x-large;
	text-align: right;
	letter-spacing: -1px;
	padding-top: 15px;
	padding-bottom: 12px;
	color: #000075;
	padding-right: 15px;
	background-image: url(../../images/core/ptarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #E8E8E8;
	/* [disabled]background-image:  url(../../images/core/tbg.jpg); */
	background-repeat: repeat-x;
	background-position: top left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11pt;
	color: #333;
	height: 100%;
	
}
body a {
	color: #333;
}
.generalwrapper {
	background-image: url(../../images/core/tbg.jpg);
	background-repeat: repeat-x;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
}
.maincontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 40px;
	position: relative;
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.menucontainer {
	height: 40px;
	position: relative;
	background-color: #FFF;
	z-index: 999999;
	background-image: url(../../images/core/menubg.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 5px;
}
.headertop {
	height: 120px;
	position: relative;
	background-image: url(../../images/core/headertop2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000075;
	
}
.headerbanner {
	height: 180px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow:hidden;
	box-shadow: 0px 1px 3px #666;
	border-radius: 4px;
	behavior: url(/ie-css3.htc);
}
.headerbanner img {
	position:relative;

}
.contentcontainer {
	background-color: #FFF;
	position: relative;
	height: auto;
	border-radius:4px;
	margin-bottom:20px;
	box-shadow: 0px 1px 3px #666;
	behavior: url(/ie-css3.htc);

}
.contentcontainerws {
	color: #000;
	background-color: #FFF;
	position: relative;
	padding: 10px;
	width: 680px;
}
#search {
	width: 200px;
	height: 25px;
	line-height: 25px;
	border: none;
	box-shadow: 0px 0px 30px #000;
	behavior: url(/ie-css3.htc);
	padding-left: 5px;
	padding-right: 35px;

}


.footer {
	background-color: #00005c;
	font-size: small;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	
	position: relative;
	height: 40px;
	margin-top: -40px; /* negative value of footer height */
	clear:both;
}
#searchbutton {
	background-image: url(../../images/core/searchbutton.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	cursor: pointer;
	margin-left: -23px;
	padding-top: 2px;
}

.footer span {
	line-height: 40px;
	font-weight: bold;
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}

.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:active {
	color: #FFF;
	text-decoration: none;
}

.centercontainer {
	overflow: hidden;
}

h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000075;
	color: #FFFFFF;
	background-color: #000075;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 743px;
	font-weight: normal;
}


.footer h1{
	display: inline;
	font-size: small;
}
.mgtlink{
	text-decoration: none;

}
