/* CSS Document */

#homepageContent {
	position: relative;
	background: url( ../images/bg_homepageContent.gif ) repeat-y;
	width: 876px;
	margin: 0 0 0 23px;
}


/************************************** Start Left Column CSS **************************************/

#homeLeftColumn {
	position: relative;
	width: 242px;
	margin: 0;
	padding: 10px 0 0 9px;
	float: left;
}

#homeLeftColumn #moduleTop h1 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight: normal;
	color: #8F0024;
	background: url( ../images/bg_hp_boxTop_top.gif ) no-repeat top left;
	padding: 10px 0 8px 10px;
	width: 229px;
	margin: 0;
}

/*
#homeLeftColumn #module h1 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight: normal;
	color: #8F0024;
	background: url( ../images/bg_hp_boxTop.gif ) no-repeat top left;
	padding: 10px 0 8px 10px;
	width: 229px;
	margin: 0;
}
*/

#homeLeftColumn .module h1 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #8F0024;
	background: url( ../images/bg_hp_boxTop.gif ) no-repeat top left;
	padding: 10px 0 8px 10px;
	width: 229px;
	margin: 0;
}

/*

#homeLeftColumn #listDiv{
	position: relative;
	width: 239px;
	background: url( ../images/bg_hp_leftColumn.gif );
}

#homeLeftColumn #listDivBG {
	position: relative;
	margin: 0 0 0 1px;
	width: 231px;
	background: url( ../images/bg_hp_leftColumn_list.gif ) no-repeat top left;
}

#homeLeftColumn #listDiv ul {
	position: relative;
	list-style: none;
	padding: 6px 0 5px 0;
	font-size: 12px;
}

#homeLeftColumn #listDiv li {
	list-style: none;
	background: url( ../images/list_arrow.gif ) no-repeat 0 50%;
	padding: 3px 4px 1px 24px;
	border-bottom: 1px solid #D1D1D1;
	height: 17px;
}

#homeLeftColumn #listDiv a {
	color: #000000;
	text-decoration: none;
}

#homeLeftColumn #listDiv a:hover {
	color: #8F0024;
	text-decoration: underline;
}

*/

#homeLeftColumn .listDiv{
    position: relative;
    width: 239px;
    background: url( ../images/bg_hp_leftColumn.gif );
}

#homeLeftColumn .listDivBG {
	position: relative;
	margin: 0 0 0 1px;
	width: 231px;
	background: url( ../images/bg_hp_leftColumn_list.gif ) no-repeat top left;
}

#homeLeftColumn .listDiv ul {
	position: relative;
	list-style: none;
	padding: 6px 0 5px 0;
	font-size: 12px;
}

#homeLeftColumn .listDiv li {
	list-style: none;
	background: url( ../images/list_arrow.gif ) no-repeat 0 50%;
	padding: 3px 4px 1px 24px;
	border-bottom: 1px solid #D1D1D1;
	height: 17px;
}

#homeLeftColumn .listDiv a {
	color: #000000;
	text-decoration: none;
}

#homeLeftColumn .listDiv a:hover {
	color: #8F0024;
	text-decoration: underline;
}



#iconWorld {
	position: absolute;
	top: 2px;
	right: 15px;
}

#joinNow {
	float:right; 
	width: 80px;
	text-align: right;
	padding: 2px 0 0 0;
	font-size: 11px;
}

#joinNow a {
	color: #8F0024;
	text-decoration:underline;
}


/************************************** End Left Column CSS **************************************/



/************************************** Start Right Column CSS **************************************/

#homeRightColumn {
	float: right;
	width: 619px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#homeRightColumn #currentNews {
	width: 392px;
	float: left;
}

#homeRightColumn #currentNews H1 {
	width: 382px;
	background: #8F0024;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 0 5px 10px;
	margin: 4px 0 0 0;
}

#homeRightColumn #currentNews #newsList{
	list-style: none;
	margin: 14px 0px 0 13px;
	font-size: 11px;
}

#homeRightColumn #currentNews #newsList li{
	list-style: none;
	margin: 8px 0 0 0;
	clear: both;
}

#homeRightColumn #currentNews #newsList p{
	margin: 0 0 5px 0;
}

#homeRightColumn #currentNews #newsList h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 9px 0;
}

#homeRightColumn #currentNews #newsList img{
	margin: 0 10px 0 0;
	width: 87px;
	float: left;
}

#homeRightColumn #currentNews #newsList .newslistText{
	margin: 0 0 0 0;
	width: 270px;
	float: left;
}

#homeRightColumn #currentNews #newsList #clr {
	clear:both;
	height: 5px;
}

#homeRightColumn #rightModules {
	width: 222px;
	float: right;
}

#homeRightColumn #rightModules img{
	margin: 4px 0 0 0;
}

#clr {
	clear:both;
}

/************************************** End Right Column CSS **************************************/


#footer {
	clear: both;
	height: 30px;
	color: #6C6D69;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: #E2E2E1;
	padding: 4px 0;
}

#arami {
	margin-right: auto;
	margin-left: auto;
	width: 874px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#CCCCCC; 
}


#arami A { 
	color: #CCCCCC; 
	text-decoration: none; 
}

#arami A:hover { 
	color: #333333; 
}