/* CSS Document */



#whiteBG {
	background: #FFFFFF;
	width: 900px;
	height: 555px;
}

#content {
	position: relative;
	top: 12px;
	left: 12px;
	width: 874px;
}

#contentLeft {
	width: 380px;
	height: 502px;
	background: url(../images/bg_contentLeft.jpg) no-repeat;
	float: left;
}

#contentLeft #contentLeftColumn {
	width: 345px;
	position:relative;
	top: 45px;
	left:40px;
}

#contentLeft #contentLeftColumn #contentItem {
	position:relative;
	padding: 10px 0 17px 0;
	background: url(../images/line_separator.gif) no-repeat bottom;
	line-height: 17px;
}

#contentLeft #contentLeftColumn #contentItemNews {
	position:relative;
	padding: 10px 0 17px 0;
	background: url(../images/line_separator.gif) no-repeat bottom;
	line-height: 17px;
}

#contentLeft #contentLeftColumn #contentItemNews a{
	text-decoration: none;
	color: #41599C;
}

#contentLeft #contentLeftColumn #contentItemNews a:hover{
	text-decoration: underline;
}

#contentLeft #contentLeftColumn #contentItemLast {
	position:relative;
	padding: 10px 0 17px 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #41599C;
	font-size: 17px;
	margin: 0 0 8px 0;
}

.blueBold {
	color: #41599C;
	font-weight: bold;
}

#contentLeft #contentLeftColumn #contentItem a {
	width: 70px;
	padding: 0 0 0px 15px;
	margin: 0 0 10px 0;
	background: url(../images/arrow_transparent_hp.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#contentLeft #contentLeftColumn #contentItem a:hover {
	text-decoration: underline;
}


#contentRight {
	width: 494px;
	height: 502px;
	background: #F0F3F9;
	float: left;
}


#footer {
	position: relative;
	padding: 7px 0 0 0;
	color: #3C4D87;
	font-size: 11px;
	clear:both;
}

#footerLinks {
	float: left;	
	padding: 5px 0 0 5px;
	width: 524px;
}

#footerLinks a {
	color: #3C4D87;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #3C4D87;
	text-decoration: underline;
}

#footerCopyright {
	float: left;	
	padding: 5px 0 0 0;
	
}

#Arami {
	float: right;	
	padding: 6px 5px 0 0;
	
}