body {
	font: medium/140% LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: url(../img-common/back4.jpg);
}

#container {
	position: relative;
	width: 774px;
	margin-right: auto;
	margin-top: 62px;
	margin-left: auto;
}

img {
	border: 1px solid #000;
}

#slideshow img {
	margin-top: -17px;
}

div.text 
{
	background-color:#FFF;
	width: 692px;
	height: 260px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 11px;
	padding: 40px 40px 20px;
	overflow: auto;
	line-height: 200%;
	text-align: left;
}

div.nav_art_container {
	border: 1px solid #000;
	width: 772px;
	height: 26px;
	background: #fff;
	text-align: center;
}

.nav_art_current {
	color: #453fd0;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 8px;
	padding-top: 30px;
	height: 60px;
	background: no-repeat url(../img-common/dot-top-current.gif) center top;
}

a.nav_art:link, a.nav_art:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 8px;
	padding-top: 30px;
	height: 60px;
}
	
a.nav_art:hover {
	background: no-repeat url(../img-common/dot-top.gif) center top;

}

div.nav_main_container {
	border: none;
	width: 774px;
	height: 24px;
	text-align: right;
	background: #fff;
}

a:link, a:visited {
	text-decoration : none;
	color: #453fd0;
}

a:hover {
	text-decoration : underline;
}

a.nav_main:link, a.nav_main:visited {
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 30px;
	height: 60px;
	font-weight: bold;
	color: #7e7e7e;
}
	
a.nav_main:hover {
	color: #453fd0;
}

.nav_main_current {
	font-size: 10px;
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 30px;
	height: 60px;
	font-weight: bold;
	color: #453fd0;
	text-decoration: none;
}

/* @group slideshow */

#slideshow {
	width: 774px; height: 320px; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative;
	overflow: scroll;
}

#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; 
	top: 124px;
	z-index: 120;
	}

#slideshow ul#nav li#prev {
	float: left; 
	margin: 0 0 0 0px;
	}
	
#slideshow ul#nav li#next {
	float: right; 
	margin: 0 40px 0 0;
	}
	
#slideshow ul#nav li a {
	display: block; 
	width: 32px; height: 64px; 
	text-indent: -9999px;
	}
	
#slideshow ul#nav li#prev a {
	background: url(../img-common/arrow-left.png);
	}

#slideshow ul#nav li#next a {
	background: url(../img-common/arrow-right.png);
	}

#slideshow ul#slides {
	list-style: none;
	}
	
#slideshow ul#slides li {
	margin: 0 0 20px;
	}

/* @end */

p {
	font-size: 10px;
	text-align: center;
}

.head {
	color: #9b301a;
	font-weight: bold;
}

.news-logos {
	position: relative;
	left: -78px;
	float: right;
	top: -15px;
}

.news-logos img {
	border-style: none;
}

#footer {
	
	text-align: center;
	font-size: 10px;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	width: 453px;
	margin-top: 48px;
}