﻿/* Page CSS layout */
a {
	color: #053A94;
}
a:visited {
	color: #3666BB;
}
a:active {
	color: #F4BB50;
}
a:hover {
	color: #FF9615;
}

img, div { behavior: url(/resources/iepngfix.htc) }

body {text-align:center;
	font-family: "Segoe UI", Trebuchet MS, Arial, Helvetica, sans-serif;
}

#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 645px;
}
#top_nav {
	vertical-align: top;
	color: #EF9410;
	font-weight: bold;
	text-align: right;
	height: 30px;
}
#header_0 {
	background-image: url('../images/page/popup_header.gif');
	font-size: small;
	vertical-align: top;
	text-align: left;
	text-indent: 20px;
	background-repeat: repeat-y;
	background-position: center top;
	height: 30px;
}


a.nav {
	color: #FF9419;
	text-decoration: none;
}
a.nav:visited {
	color: #FF9419;
	text-decoration: none;
}
a.nav:active {
	color: #083A94;
	text-decoration: none;
}
a.nav:hover {
	color: #618BC4;
	text-decoration: none;
}


#content_container {
	font-size: small;
	vertical-align: middle;
	text-align: left;
	background-image: url('../images/page/popup_body.gif');
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 150px;
/*	background-image: url('../images/page/page_body_new.gif');
	background-repeat: repeat-y;
	background-position: center top; */
}
#content {
	font-size: small;
	color: #000000;
	text-align: left;
	margin: 0px 20px 0px 20px;
	min-height: 150px;
	padding: 15px;
	width: 575px;
	white-space: normal;
}

#footer {
	background-image: url('../images/page/popup_footer.gif');
	font-size: small;
	vertical-align: top;
	text-align: left;
	text-indent: 20px;
	background-repeat: repeat-y;
	background-position: center top;
	height: 20px;
}

#bottom_copyright {
	vertical-align: bottom;
	background-image: none;
		font-size:6px;
		font-weight:bold;
		color:#083A94;
		float:left;
		width:60%;
/*	background-repeat: repeat-y;
	background-position: center bottom; */
	margin: 0px;
	padding: 0px;
	text-align:left;
	}


#bottom_nav {
	vertical-align: bottom;
		font-weight: bold;
		font-size: small;
		line-height: 20px;
		float:right;
		width:40%;
	background-image: none;
/*	background-repeat: repeat-y;
	background-position: center bottom; */
	margin: 0px;
	padding: 0px;
	text-align:right;
	}

.img_no_border {
	border-width:0px;
}



