body {
	margin: 13px 0 0 0;
	text-align: center;
}

* img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#outterWrapper {
	width: 950px;
	margin: 0 auto;
}

#topWrapper {
	float: left;
	height: 117px;
	width: 950px;
}

#topWrapper #topLogo {
	margin: 11px 0 0 13px;
}

#topWrapper #topMenuWrapper {
	clear: left;
	float: left;
	margin: 9px 0 0 3px;
	width: 947px;
}

#breadcrumbWrapper {
	clear: left;
	float: left;
	width: 950px;
}

#ContentOutterWrapper {
	clear: left;
	float: left;
	width: 950px;
}

#ContentInnerWrapper {
	clear: left;
	float: left;
	width: 950px;
}

#ContentWrapper {
	clear: left;
	float: left;
	width: 930px;
}

#footerWrapper {
	clear: left;
	float: left;
	width: 950px;
}
#footerWrapper #footer {
	float: left;
}
#footerWrapper #intern1 {
	float: right;
}

/*
 *	Default classes
 */

.floatNone {
	float: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: Right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignJustify {
	text-align: justify;
}
.alignRightPadding {
	text-align: right;
	padding-right: 7px;
}
.alignRightPadding4 {
	text-align: right;
	padding-right: 4px;
}
.errormsg {
	color: #cc0000;
	font-weight: bold;
	width: 540px;
	padding: 7px 10px 7px 0;
	margin: 0 10px 0 0;
}

.std-list {
	list-style: none;
}

.std-list li {
	background-image: url('/gfx/darkarrows.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.std-list span {
	margin: 0 0 0 13px;
}



/*
 *  Tooltip
 */

.div-infobox {
	position:absolute;
	display: none;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	font-size: 11px;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #002559;
	text-align: left;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=135);*/
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
