@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background-color: #4D5F91;
}
body tr td {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
img {
	border-style: none;
}
#wrapper a:link {
	color: #0045FF;
	text-decoration:none;
}
#wrapper A:visited {
	color: #0045FF;
	text-decoration:none;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-left: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	background-color: #FFFFFF;
	z-index: -1000;
}
#headwrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-left: thin solid #4D5F91;
	border-right: thin solid #4D5F91;
	border-bottom: thin solid #FFFFFF;
	background-color: #FFFFFF;
}
#wrapper a:link {
	text-decoration: none;
}
#head {
	position: relative;
	width: 760px;
	height: auto;
	z-index: 100;
	background-color: #4D5F91;
}
#navbody {
	position: relative;
	width: 760px;
	height: 30px;
}
#nav {
	position: absolute;
	width: 760px;
	margin: 0 auto;
	background-color: #4D5F91;
}
#content {
	position: relative;
}
#left {
	position: relative;
	width: 560px;
	float: left;	
}
#right {
	position: relative;
	width: 195px;
	float: right;
	padding-left: 5px;
}
#foot {
	padding-top: 20px;
	clear: both;
	position: relative;
	font-size: 12px;
	text-align: center;
	width: 760px;
}
.medium {
	font-size: 20px;
}
.navtext {
	font-size: 16px;

}