.page {
	position: relative;
	left: 0px;
	top: 50px;
	width: 800px;
	height: 500px;
}
#pageheader {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 80px;
	height: 50px;
	background-color: #00194d;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/modi5banner.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container {
	position: absolute;
	height: 500px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#maincontent {
	position: absolute;
	height: 225px;
	width: 325px;
	left: 475px;
	top: 131px;
	background-color: #003369;
}
#sidebar {
	position: absolute;
	height: 225px;
	width: 475px;
	left: 0px;
	top: 131px;
	background-image: url(../images/modimobile.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
#footer {
	position: absolute;
	height: 50px;
	width: 800px;
	left: 0px;
	top: 356px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #00194d;
}
#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4CEFF;
	margin: 20px 35px 20px 20px;
	line-height: 125%;
	text-align: left;
	background-color: #003369;
}
body {
	background-color: #C55200;
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	margin: 0;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #94B0E5;
	text-align: center;
	margin: 5px 10px 10px;
	line-height: 115%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4CA3FF;
	text-decoration: none;
}
a:visited {
	color: #C55200;
}
a:hover {
	color: #C55200;
	text-decoration: underline;
}
a:active {
	color: #A6D1FF;
}
#flashmovie {
	position: absolute;
	height: 500px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.closewindow {
	background-color: #003366;
	height: 30px;
	width: 100%;
	text-align: right;
	position: relative;
	padding-right: 10px;
}

