@charset "utf-8";
body {
	margin: 0px;
	background: #b3b3b3 url(../images/sitefiles/bg.gif);
	background-repeat: repeat-x;
}
#header {
	height: 127px;
	width: 980px;
	background-image: url(../images/sitefiles/header.gif);
	background-repeat: no-repeat;
}
#banner {
	height: 276px;
	width: 980px;
	background-image: url(../images/sitefiles/banner.jpg);
}
#body_container {
	background-image: url(../images/sitefiles/body_container.jpg);
	background-repeat: repeat-y;
}
.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.page_title {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #052e62;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5c5c5c;
	text-decoration: none;
	text-align: justify;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.content_team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	font-style: italic;
}

#container {
	position: relative;
	min-height: 100%;
	width : 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navcontainer {
	float: left;
	margin-left: 10px;
}
/*TOP NAVIGATION*/
#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding-bottom:21px;
	padding-left:13px;
	padding-top:18px;
	text-align:left;
	color: #FFFFFF;
}

#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
	margin: 0;
	color : #626262;
	text-decoration : none;
	padding-right: 10px;
	padding-left: 10px;
}

#navlist li a:link,#navlist li a:visited {
	color : #FFFFFF;
}
#navlist li a:hover {
	color : #afd2fc;
}
#navlist li a#current {
	color :  #fff;
}
