#container {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #28176F;
	width: 900px;
	margin: auto;
}
#header {
	height: auto;
	width: 900px;
	margin: auto;
}
.imgfloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #e4e4e4;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-top: 7px;

}
#nav {
	background-color: #00AEEF;
	color: #000000;
	height: auto;
	width: 900px;
	margin: auto;
	line-height: 25px;
	margin-top: 50px;
}
#nav a {
	color: #FFFFFF;
	background-color: #00AEEF;
	text-decoration: none;
	font-size: 12px;
	padding: 2px;
}
#nav a:hover {
	color: #DC2823;
	background-color: #e4e4e4;
	padding: 2px;
}
#main {
	width: 855px;
	margin-bottom: 10px;
}
.text {
	
	float:left;
	width: 610px;
	overflow: auto;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	background-position: center center;
}
.text h4 {
	font-weight: bold;
}
.text h5 {
	font-style: italic;
}
.text p {
	font-size: 12px;
}
.text a {
	background-color: #FFFFFF;
	color: #27166D;
	
}
.text a:hover {
	color: #FFFFFF;
	background-color: #27166D;
	text-decoration: none;
}
.news {
	float:right;
	width: 200px;
	border: 1px solid #28176F;
	margin-top: 5px;
	background-color: #F5F5F5;
	color: #000000;

}
.news H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 5px;
	padding-left: 10px;
}
.news p {
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	border: 1px dotted #297BAD;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}
.news strong {
	color: #D8241C;
	background-color: #FFFFFF;
}
.news a {
	color: #27166D;
	background-color: #FFFFFF;
	
}
.news a:hover {
	color: #FFFFFF;
	background-color: #27166D;
	text-decoration: none;
}
#info {
	
	width: 100%;
	height: 50px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
.info_left {
	float: left;
	width: 25%;
	margin-left: 15px;
}
.info_center {
	float: left;
	width: 25%;
}
.info_center a {
	color: #0099FF;
	background-color: #FFFFFF;
	text-decoration: none;
}
.info_center a:hover {
	color: #FFFFFF;
	background-color: #28176F;
	
}
.info_right {
	float: left;
	width: 25%;
}
