body {
	background-color: #42507D;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #42507D;
	text-align: center;
}

a {
	color: #42507D;
	text-decoration: underline;
}

a:visited {
	color: #42507D;
	text-decoration: underline;
}

a:hover {
	color: #BDC3DB;
	text-decoration: none;
}

a:active {
	color: #BDC3DB;
	text-decoration: none;
}

#PageContainer {
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #BDC3DB;
}

#Header {
	height: 125px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	color: #999999;
	text-align: center;
}

#IPPlus {
	height: 125px;
	text-align: center;
}

#Menu {
	height: 50px;
	text-align: center;
	line-height: 45px;
	margin-top: 25px;
	border-top: 1px dotted #BDC3DB;
	border-bottom: 1px dotted #BDC3DB;
}

#Content {
	padding: 25px 25px 50px 25px;
}

#MainContent {
	padding: 25px 25px 25px 25px;
	text-align: center;
}

.Box {
	height: 100px;
	background-color: #EEF0F6;
	border: 1px dotted #BDC3DB;
	margin-top: 25px;
	padding-left: 25px;
	vertical-align: middle;
	padding-top: 5px;
}

.CorpBox {
	background-color: #EEF0F6;
	border: 1px dotted #BDC3DB;
	padding: 25px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 25px;
}

hr {
	border-bottom: 1px dotted #BDC3DB;
	height: 1px;
	width: 780px;
	margin-left: -25px;
	margin-right: -25px;
}

#Footer {
	height: 50px;
	text-align: center;
	/*font-size: x-small;*/
	padding-top: 25px;
	padding-bottom: 15px;
	border-top: 1px dotted #BDC3DB;
}