#container {
	width: 960px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left {
	width: 270px;
	float: left;
}
#right {
	float: right;
	width: auto;
	position: relative;
}
#content-short {
	float: left;
	width: 320px;
}
#content-long {
	float: right;
	width: 670px;
	padding-top: 35px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p  {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	color: #002468;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
li  {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	color: #002468;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.text{
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	color: #002468;
	font-size: 16px;
	font-weight: bold;
}
.text a:link, .text a:visited, .text a:active {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	color: #002468;
	text-decoration:underline;
}
#content-long a {
	color: #002144;
}

.text a:hover {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	color: #002468;
	text-decoration:none;
}
.nav {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding: 0px;
}

em {
	font-style: italic;
	font-weight: bolder;
}
.border {
	border: 1px solid #FBB9A9;
}
