
/* ----- CSS ----- */

*, html{
margin:0;
padding:0;
}
img{
	border:0;
}

ul, ol{
	
}
ol{
	list-style-type:decimal;}
address{
	border-left:1px dashed #ccc;
	font-style:normal;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:10px;
	padding-left:5px;
}

body{	
	margin:0 auto;
}
a
{
	color: #990033;	
}
a:visited{
	/*color: #016AAE;*/
}
a:hover
{	
	text-decoration: underline;
}
a:active, a:active 
{
	color: #1f1554;		
}


/* ----- IDS ----- */

#container{
	margin:0px auto 20px;
	padding-top:16px;
	width:966px;
	background-image: url(../images/TopBound.GIF);
	background-repeat: no-repeat;
	overflow:hidden;
	
	}	


#header{
	height: 84px;
	background-color:#7b011a;
	background-image: url(../images/TopBG.GIF);
	background-repeat: repeat-x;
}

#content{
	clear:both;
	margin:0;
	overflow: hidden;
	height: 100%;	
	}

* html #content{
	overflow: hidden;
	}
*+html #content{
	overflow: hidden;
}

#flash{
	margin:0 auto;	
	text-align:center;
	height:250px;
	}


#nav{
	

}	

#quick-link ul, .quick-link ul{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:22px;
}



#primary-content{
	border-left:161px solid #fff;
	margin-left:-164px;
	float:right;
	width:800px;
}	
* html #primary-content{
	border-left: 0;
	position:relative;
	margin-left: -2px;
	width: 800px;
}
#announce{
	float:left;
	border-left:2px solid #d7d7d7;
	padding-left:20px;
	width:275px; /*  minus padding-left */
}

#side-menu{	
	float:left;
	font-size: 11px;	
	width: 135px;
	
}

#side-menu h2{
	
	padding-top: 4px;
	height: 25px;
	
	}
	#side-menu h4{
	font-size: 11px;
	padding-top: 5px;
	color:#000;}
#side-menu li{
	padding-bottom: 5px;
	}

/* correct faulty box model in IE6 */
* html #announce{
	float:left;
	padding-left:10px;
	width:275px;
}
*+html #announce{
	float:left;
	padding-left: 10px;
	margin-top: 5px;
	width: 275px;
}

* html #side-menu{
	float:left;
	margin-left:0px;
	width:156px;
}
*+html #side-menu{
	float:left;		
	width: 156px;
}

#ads{
	width:475px;
	float:right;
	margin-right:15px;
	position:relative;
}

#pageContent{
	padding-top: 13px;
	width: 765px;	
	overflow: hidden;	
	}

#ads img{
	padding:1px;
}

#related{
	
	width:180px; 	
	margin-top: 45px;
}




#secondary-content{
	border-right:2px solid #d7d7d7;
	float:left;
	width:156px; /* the width -padding */
	padding:0 2px 0 18px;
}
* html #secondary-content{
	padding-left:4px;
	width:170px;
}	



#header h1 img{
	float:left;
}
#footer{	
	border-top: solid 2px #c4c4c4;
	margin-top: 16px;	
	overflow: hidden;}

#credits{
	background-color:#f4f3f8;	
	width: 183px;
	height: 37px;
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;}

.bottom_menu{
	float: right;
	width: 768px;
	text-align: center;
	padding-top: 15px;}

.bottom_menu a{
	padding: 0px 10px;}

#SideMenuArea{
	padding: 0px 0px 80px;
	margin: 0px;		 
	width: 183px;
	overflow: hidden;
	text-align:center;	
	height: 100%;
	
	
	}
.MenuBgImg{
	background-image: url(../images/menu/BottomPeople.GIF);
	background-repeat: no-repeat;	
	height:100%;
	overflow:hidden;
}


/* ----- CLASSES ----- */



.clear{
	clear:both;
}
.hide{
	display:none;
}
.show{
	display:block;
}
img.right
{
	clear:right;
	float:right;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
.help
{
	cursor:help;
}



/* ----- HEADINGS ----- */
h1{
padding-bottom:5px;
}

h2, h4{
padding-bottom:3px;
}
h3{
margin-bottom: 0px;
margin-top: 5px;
}
h4{

}

/* ----- PARAGRAPHS ----- */

p{
}
#primary-content p{
	padding:5px 5px 5px 0;
}
#secondary-content p{
}

.Line{
	background-image: url(../images/objects/lineBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:2px;
	padding-top: 15px;
	margin-bottom: 15px;
	width: 265px;
	clear:both;
	overflow: hidden;
	}
*+html .Line{padding-top: 0px;}
* html .Line{padding-top: 0px;}
.LineGray{
	background-image: url(../images/objects/lineGrayBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:2px;
	padding-top: 15px;
	margin-bottom: 15px;
	width: 758px;
	clear:both;
	verflow: hidden;
	}
*+html .LineGray{padding-top: 0px;}
* html .LineGray{padding-top: 0px;}


.Graph{
	padding: 0px;
	margin: 0px;}

.Code{
	background:#f1f0f6;
	padding: 8px;
	border:#960120 solid 1px;
}

.searchFormField{
	border: #abb0b0 1px solid;
	width: 133px;
	overflow: hidden;
}
.search_form{
	width: 163px;
	text-align:left;}

.rssFeedLink a{
	text-decoration: none;
	}
.menuMailingList{
	background-color:#FFFFFF;
	border:1px solid #c7bfee;
	width:151px;
	margin-top:13px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size:11px;
		}
.formField{
	width:136px;}

.breadCrumbs{
	background-image: url(../images/objects/lineBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;	
	width:745px;
	margin-bottom: 15px;
	}
	

.entry_title{
	padding-bottom:2px;}
.year_list h3{
	display: inline;}
	

.HomeHighImage{
	width: 189px;
	background-image: url(../images/frame1Top.gif);
	background-repeat: no-repeat;
	padding-right: 9px;	
	padding-top: 7px;
	}
.HomeHighImageClose{
	background-image:url(../images/frame1bottom.gif);
	background-repeat: no-repeat;
	width: 198px;
	height: 6px;
	margin-bottom: 12px;}
.HomeHighImageTitle{
	background-image:url(../images/button1top.gif);
	background-color: #543770;
	background-repeat: no-repeat;
	width: 146px;
	padding-right: 7px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 4px;
	}
.HomeHighImageTitleClose{
	background-image:url(../images/button1bottom.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 3px;}
.HomeHighImageTitleTxt{
	width: 181px;
	padding-top:3px;}
.tk_item{
	padding-bottom: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;}
.ticker{
	border-top: none;
	border-bottom: #D9D8E0 solid 1px;
	border-left: #D9D8E0 solid 1px;
	border-right: #D9D8E0 solid 1px;
	background-color:#F1F0F6;
	direction: rtl;

	}
.tickerTitle{
	width:189px;
	height:22px;
	background-image:url(../images/eventsBG.gif);
	background-repeat: no-repeat;
	padding-bottom:2px;
	padding-right:9px;
	padding-top:3px;}
	
.homeMainContentArea{
	width:551px;
	}
.homeMainContentImages{
	margin-top:15px;}

#newsTitle{
	background-image:url(../images/home/redLineBG.gif);
	background-repeat:no-repeat;
	padding: 3px 9px 6px;
	margin-bottom: 15px;
	}
#FromThePrTitle{
	background-image:url(../images/home/purpleLineBG.gif);
	background-repeat:no-repeat;
	padding: 3px 9px 6px;
	margin-bottom: 15px;
	}
map{
	display: inline;}
area{
	display: inline;}
.innerimageleft{
	padding-right: 10px;}
.innerimageright{
	padding-left: 10px;}
.innerimage{
	padding-bottom:10px;}

.mailingListSubmt{
	margin-top: 4px;}
.contactFormItem{
	width: 215px;
	border: solid 1px #7F9DB9;
	margin-bottom:11px;
	}
.subTitle{
	padding-bottom: 9px;
	}
.talkBack{
	width:460px;}
.talkBackForm{
	background-color:#F1F0F6;
	padding:3px 12px 12px;}
.talkBackTitle{
	background-color:#F1F0F6;
	padding:5px 12px;
	overflow:hidden;}
.talkBackLine{
	background-image: url(../images/objects/lineBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	padding-top: 7px;
	margin-bottom: 6px;	
	clear:both;
	overflow: hidden;}
*+html .talkBackLine{padding-top: 0px;}
.talkBackList{
	background-image: url(../images/objects/lineBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;		
	margin-bottom: 6px;	
	clear:both;
	overflow: hidden;
	padding: 0px;}
	
.talkBackComent{
	background-color:#F1F0F6;
	padding: 5px 5px 20px;
	margin-bottom:9px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
*+html .talkBackComent{list-style-position: outside}
* html .talkBackComent{list-style-position: outside;}
	
.talkBackDate, .talkBackBody{
	padding:0px 20px 0px 8px;
	display:block;
	overflow:hidden;}
.commentFormItem{
	display:block;
	
	width:105px;}
.talkBackForm input, .talkBackForm textarea{
	border: solid 1px #C7BFEE;}

.talkBackForm .buttonInput{
	border: none;}
.TBSeperator{height:5px; clear:both; display:block; overflow:hidden; margin:0px; padding:0px;}
.commentsCharLeft, .commentsCharLeft input{
	border: none;
	background-color: #F1F0F6;
	color: #A29CC2;
	font-size:12px;}
 .commentsCharLeft input{
 	width: 27px;}

	