/*----------------Document----------------*/
body{
	font-family: Palatino Linotype, serif;
	background: #4E5157;
	padding: 0;
	margin: 0 0 10px 0;
}

#wrapper{
	width: 1007px;
	height: 100%;
	margin: 0 auto;
	background: url('../slices/bg_repeat_sub.png') repeat-y;
	text-align: left;
}
#wrappernews{
	width: 1007px;
	height: 100%;
	margin: 0 auto;
	background: url('../slices/bg_repeat_news.png') repeat-y;
	text-align: left;
}

/*---------Header-----------*/
#header{
	height: 262px;
	background: url('../slices/header.png') no-repeat;
}
#link{
	height: 170px;
}
/*---------Nav-----------*/
#nav1 ul{
	height: 20px;
	margin: 0;
	padding: 35px 0 0 0;
	text-align: center;
}
#nav1 li{
	margin: 0;
	padding: 0 7px;
	font-size: .9em;
	display: inline;
	border-right: 1px solid;
}
#nav1 a:link, #nav1 a:active, #nav1 a:visited{
	color: #000000;
	text-decoration: none;
}
#nav1 .last{
	border: none;
}
#nav1 a:hover{
	color: #4b91d5;
}
#nav ul{
	height: 20px;
	margin: 0;
	padding: 35px 0 0 0;
	text-align: center;
}
#nav li{
	margin: 0;
	padding: 0 7px;
	font-size: .9em;
	display: inline;
	border-right: 1px solid;
}
#nav a:link, #nav a:active, #nav a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .last{
	border: none;
}
#nav a:hover{
	color: #4b91d5;
}

/*--top-----*/
#top1{
	height: 20px;
	background: url('../slices/top_sub.png') no-repeat;
}
#top2{
	height: 20px;
	background: url('../slices/top_news.png') no-repeat;
}
#top{
	height: 50px;
	background: url('../slices/top_member.png') no-repeat;
}
/*-----------Bottom--------------*/
#bottom{
	height: 30px;
	background: url('../slices/bottom_sub.png');
}
#bottom1{
	height: 30px;
	background: url('../slices/bottom_news.png');
}
#footer{
	height: 103px;
	margin: 0;
	padding: 0;
	background: url('../slices/footer.png') no-repeat;
}
#footer ul{
	height: 20px;
	width: 500px;
	margin: 0;
	text-align: center;
}
#footer li{
	margin: 0;
	padding: 0 7px;
	font-size: .7em;
	display: inline;
	border-right: 1px solid;
}
#footer a:link, #nav a:active, #nav a:visited{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #4b91d5;
}
#ulcontainer{
	width: 400px;
	padding: 20px 60px 0 0;
	float: left;
}
#ulcontainer .last{
	border: none;
}
#ulcontainer #small{
	border: none;
}
#addcontainer{
	height: 103px;
	width: 400px;
	font-size: .8em;
	line-height: 25%;
	padding-top: 12px;
	padding-bottom: 40px;
	padding-right: 20px;
	float: right;
}
#small{
	font-size: .5em;
	color: #909090;
}
/*------------table-----------*/
#index table{
	background-color: #FFFFFF;
	border-spacing: 4px 2px;
}
#index th{
	font-size: .8em;
}	
#index td{
	font-size: .8em;
}
#index a:link, #index a:active, #index a:visited{
	color: #000000;
	text-decoration: none;
}
#index a:hover{
	color: #000000;
}
#index span{
width: 100%;
}
#blank{
	display: none;
}
/*-----------Content--------------*/

#content{
	font-family: Verdana, sans-serif;
}
#content a{
	font-size: 1em;
}

#content li{
	margin: 0;
	padding: 0 7px;
	font-size: .9em;
}
#content a:link, #content a:active, #content a:visited{
	color: #000000;
	text-decoration: none;
}
#content a:hover{
	color: #2662c4;
}
#content h2{
}
#content h3{
	font-family: Palatino Linotype, serif;
}
#content p{
	font-size: .8em;
	line-height: 1.3em;
}
#content h5{
	text-decoration: none;
}
#container{
	margin: 0 30px 0 30px;
}
#content dd{
	font-size: .8em;
	line-height: 1.3em;
}
.bodytext{
}
.leftrail{
	float: left;
	width: 345px;
	position: relative;
}
.leftrail1{
	float: left;
	width: 960px;
}
.leftrail2{
	float: left;
	width: 750px;
	}
.newswrapper{
	float:left;
	width: 700px;
	position: relative;
}
.center{
	float: left;
	width: 350px;
	margin-left: 20px;
	position: relative;
}
.rightrail{
	float: right;
	width: 200px;
	position: relative;
}
.primary{
	line-height: 1.5em;
}
.associate{
	line-height: 1.5em;
}

.clear{ clear:both;}