body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/*Front styles start*/
.frontTop {
	height: 10px;
	background-color: #0054aa;
}

.frontMain {
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/front_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.menuContainer {
	background-image: url(../images/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 36px;
	line-height: 36px;
	margin-top: 1px;
	position: relative;
}

.home {
	position: absolute;
	right: 10px;
	top: 8px;
}

.frontContentTable {
	width: 950px;
	margin-bottom: 2px;
}
.frontContent {
	padding: 10px 20px 10px 0px;
	vertical-align: top;
}

.hiddenFront {
	width: 425px;
	height: 306px;
	overflow: hidden;
}

.frontAddress {
	padding: 10px 0px;
	vertical-align: top;
	text-align: right;
}

.frontAddress div {
	border: solid 1px #ff0000;
	border-width: 1px 0px;
	width: 165px;
	text-align: right;
	padding: 10px 0px;
}

.frontImages {
	width: 505px;
	height: 180px;
	background-image: url(../images/images_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	padding: 0px 10px 0px 18px;
}

.frontImages img {
	vertical-align: middle;
	margin-right: 9px;
}

/*Front styles end*/


/*Content styles start*/
.contentMain {
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.content {
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 25px;
	height: 380px;
	width: 930px;
	overflow-x: hidden;
}

.contentTitle {
	width: 730px;
	border: solid 1px #ff0000;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 25px;
	height: 25px;
	font-size: small;
	font-weight: bold;
	color: #095EB4;
	padding-top: 2px;
}

/*Content styles end*/


/*Common styles start*/

.frontMain .copyright {
	width: 950px;
}

.contentMain .copyright {
	width: 930px;
}

.copyright {
	background-image: url(../images/bottom_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 18px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
}

.copyright td {
	padding: 0px 10px;
	vertical-align: middle;
}

.copyright a {
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	padding-top: 1px;
}

.copyright img {
	vertical-align: middle;
}

.right {
	text-align: right;
}

/*Common styles end*/

.popupTop {
	background-image: url(../images/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 36px;
}


/*Login page*/
label {
	width: 100px;
	font-weight: bold;
}

.contentStyle input.loginInput {
	border: solid 1px #156AC1;
}
.contentStyle .loginButton {
	margin-top: 10px;
	margin-left: 161px;
	color: #ffffff;
	border: solid 1px #0054aa;
	background-color: #156AC1;
	cursor: hand;
}

.contentStyle .Logout {
	font-weight: bold;
	font-size: 14px;
}
/*Login page*/
