@charset "UTF-8";
/* CSS Document */

body{
margin-top:0px;
background-image:url(../images/backgrounds/Site-Background.gif);
background-repeat:repeat-x;
background-color:#E6E6E6;
font-family:Arial, Helvetica, sans-serif;
}

.wrapper{
	width:840px;
	background-color:#FFFFFF;
	vertical-align:top;
}	
.header{
	width:840px;
	background-image:url(../images/backgrounds/Header-Background.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
}
.logo{
	width:550px;
	height:250px;
	margin-bottom:0px;
}
.logoGeneeral{
	width:550px;
	height:120px;
	margin-bottom:0px;
}	
.headerGeneral{
	width:840px;
	height:120px;
	background-image:url(../images/backgrounds/Header-General-Background.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
}
.secondaryMenu{
	width:290px;
	height:250px;
	text-align:left;
	margin-bottom:0px;
}
.secondaryMenuGeneral{
	width:290px;
	height:120px;
	text-align:left;
}
.secondayButtons{
	width:210px;
	padding-top:16px;
}
.secondayButtonsGeneral{
	width:210px;
	padding-top:16px;
}
.secondaryMenuLine{
	width:76px;
}
.Secondmenu a:link {
	color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}
.Secondmenu a:visited {
	text-decoration: none;
	color:#4462B89;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}
.Secondmenu a:hover{
	text-decoration: underline;
	color: #4462B8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}
.Secondmenu a:active {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}
.MainMenu{
	width:840px;
	height:40px;
	margin-top:0px;
}	
.PageTitleTable{
	width:820px;
	height:40px;
	margin-left:10px;
	margin-top:8px;
	background-image:url(../images/backgrounds/Page-Title-Background.gif);
	background-repeat:repeat-x;
	border-bottom:1px dotted;
	border-bottom-color: #999999;
	border-top:	1px dotted;
	border-top-color:#999999;
	text-align:left;
}
.PapeTitleText{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color: #000066;
	text-transform:uppercase;
	padding-left:12px;
}
.content{
	width: 820px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:22px;
}

.BodyCopy12Normal{
	color: #333333;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	line-height:20px;
	text-transform:none;
}
.BodyCopy12italic{
	color: #333333;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	text-align:left;
	line-height:14px;
	text-transform:none;
	font-style:italic;
}
.BodyCopy16BoldBlue{
	color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: Bold;
	text-align:left;
	line-height:20px;
	text-transform:none;
}
.BodyCopy12BoldBlue{
	color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: Bold;
	text-align:left;
	line-height:20px;
	text-transform:none;
}
.Press-Source12Grey{
	color: #999999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	line-height:14px;
	text-transform:none;
}
.Press-Date{
	color: #999999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	line-height:14px;
	text-transform:none;
}
.ImageColumn{
	width:250px;
	padding-right:10px;
	margin-bottom:30px;
}
.ImageColumLine{
	width:230px;
	border-top:	1px dotted;
	border-top-color:#999999;
	padding-right:20px;
}	



/*THE RSS FEEDS*/
.rssTicker{
	width: 820px;
	height:100px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px dotted;
	border-bottom-color: #999999;
	border-top:	1px dotted;
	border-top-color:#999999;
}
.rss-box {
	color: #999999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding-bottom:5px;
	padding-left:5px;
	
}

.rss-box p{
	padding:0px;
	margin:0px;
}

.rss-box ul{
	padding:0px;
	margin:0px;
	list-style-type:none;

}

.rss-box a {
	color: #4462B8;
	text-decoration: none;
	font-size:12px;
}

.rss-box a:hover {
	text-decoration: underline;
	font-size:12px;
	color:#000000;
}

.NewsBox{
	width: 166px;
	height:112px;
	border-right:1px dotted;
	border-right-color: #999999;
	border-left:1px dotted;
	border-left-color:#999999;
	text-align:left;
}
.NewsDate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
	padding-left:5px;
	text-align:left;
}
.NewsText a:link {
	color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	text-align:left;
}
.NewsText a:visited {
color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	text-align:left;
}
.NewsText a:hover {
	color: #4462B8;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	text-align:left;
}
.NewsText a:active {
	color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	text-align:left;
}

/*MAIN TOPICS INDEX PAGE*/
.TopicTable{
	width:263px;
	height:430px;
}
.TopicTableImages{
	width:250px;
	height:140px;
	border-bottom:1px dotted;
	border-bottom-color: #999999;
	margin-bottom:6px;
}
.TopicTextTitle{
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:30px;
	padding-left:12px;
	text-transform:uppercase;
}
.TopicText{
	color:#4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	line-height:20px;
	text-transform:none;
}
.TopicTextTable{
	background:#999999;
	width:250px;
	height:30px;
}
.ReadMore{
	width:250px;
	border-bottom:1px dotted;
	border-bottom-color: #999999;
	height:30px;
}

.ReadLink a:link{
	color:#4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	line-height:20px;
	background-color:#DDE3F2;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}
.ReadLink a:visited{
	color:#4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#DDE3F2;
	font-weight:normal;
	text-align:right;
	line-height:20px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}
.ReadLink a:active{
	color: #4462B8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	background-color:#DDE3F2;
}
.ReadLink a:hover{
	color: #333333;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	text-decoration:underline;
	background-color:#DDE3F2;
}

	


/*Footer*/
.footer{
	width: 840px;
	height:80px;
	background-image:url(../images/backgrounds/Footer-Background.jpg);
	background-repeat:repeat-x;
}

.FooterText{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-right:20px;
}

.FooterLink a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-right:20px;
}
.FooterLink a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-right:20px;
}
.FooterLink a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-right:20px;
}
.FooterLink a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	padding-right:20px;
	text-decoration:underline;
}
	
	
	

			