/* CSS Document */

div{
	margin: 0px;
}

div.object-right
{ 
    margin: 3px;
    float: right;
}

div.object-left
{ 
    margin: 3px;
    float: left;
}

div.object-center
{ 
/*    float: center;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#allcontent{
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#page_container{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	/*background-color:#FFFFCC;*/
}

#nav_top{
	width: 863px;
	/*height: 44px;*/
	text-align: left;
}

#banner{
	/*width: 863px;
	height: 235px;*/
	width: 100%;
	height: 195px;
	background-image: url(/images/banner.png);
	background-repeat: no-repeat;
}

#headline{
	width: 863px;
	height: 43px;
	background-image: url(/images/headline.gif);
	background-repeat: no-repeat;
	margin-top: 18px;
}

#spacer{
	width: 863px;
	height: 10px;
	background-color: #ffffff;
}

#content{
	width: 863px;
	background-color: #ffffff;
}

#content_left{
	width: 205px;
	text-align: left;
	vertical-align: top;
	float: left;
}

#content_right{
	width: 658px;
	text-align: left;
	vertical-align: top;
	float: left;
}

#footer_bar{
	width: 863px;
	/*height: 177px;*/
	height: 70px;
	background-image: url(/images/footer_bar2.gif);
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
}

#copyright{
	width: 863px;
	text-align: left;
	clear: both;
	color: #B0B0B0;
}



/* CLASS TAGS ***********************************************************/

.nav_top{
	margin-left: 25px;
	margin-top: 68px;
	color: #666666;
}

.nav_top_bar_spacer{
	width: 68px;
	height: 44px;
	float: left;
}
.nav_top_bar{
	width: 400px;
	height: 44px;
	float: left;
	color: #ffffff;
}
.search{
	width: 290px;
	height: 44px;
	float: left;
}

.nav_bot_bar_spacer{
	width: 11px;
	height: 45px;
	float: left;
}
.nav_bot_bar{
	width: 650px;
	height: 45px;
	float: left;
	color: #ffffff;
}
.nav_bot_ico{
	width: 100px;
	height: 45px;
	float: left;
	text-align: right;
}

.content{
	width: 100%;
	/*text-align: left;*/
	text-align: justify;
}

.content_left{
	width: 205px;
	text-align: left;
	vertical-align: top;
	float: left;
}

.content_right{
	width: 658px;
	text-align: left;
	vertical-align: top;
	float: left;
}

.page_up{
	width: 863px;
	height: 15px;
	clear: both;
}

.headline{
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}

div.news_left{
	width: 200px;
	float: left;
	text-align: center;
}

div.news_right{
	width: 450px;
	margin-left: 8px;
	float: left;
	text-align: justify;
}

div.newsline{
	height: 2px;
	font-size: 0px;
	width: 100%;
	background-image: url(/images/news_line.gif);
	background-repeat: repeat-x;
	clear: both;
}

div.attribute-image p{
	margin: 0px;
}